Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
lumastoreapp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xieyishang
lumastoreapp
Commits
87b4cc31
Commit
87b4cc31
authored
May 06, 2020
by
xieyishang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
~~~
parent
d0bf68b1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
components/jinedit/jinedit.vue
components/jinedit/jinedit.vue
+2
-1
pages/edit/product/addshop.vue
pages/edit/product/addshop.vue
+1
-1
No files found.
components/jinedit/jinedit.vue
View file @
87b4cc31
...
...
@@ -105,7 +105,8 @@ export default {
},
uploaddata
(){
//goods
return
{
model
:
"
eleproduct
"
,
user_token
:
this
.
$store
.
state
.
token
,
shop_id
:
this
.
$store
.
state
.
userInfo
.
shop_id
}
// model:"eleproduct",
return
{
user_token
:
this
.
$store
.
state
.
token
,
shop_id
:
this
.
$store
.
state
.
userInfo
.
shop_id
}
}
},
data
()
{
...
...
pages/edit/product/addshop.vue
View file @
87b4cc31
...
...
@@ -118,7 +118,7 @@
<!--
<jinedit
ref=
"jinedit"
placeholder=
"请输入内容"
@
editOk=
"editOk"
uploadFileUrl=
"/#"
></jinedit>
-->
<view
class=
"addmigs pt0s"
>
<jinedit
ref=
"jinedit"
placeholder=
"请输入商品详情内容"
@
editOk=
"editOk"
fileKeyName=
"img"
:uploadFileUrl=
"uploadurl1+'/merchant.php/FileUpload/
uploadify
'"
></jinedit>
<jinedit
ref=
"jinedit"
placeholder=
"请输入商品详情内容"
@
editOk=
"editOk"
fileKeyName=
"img"
:uploadFileUrl=
"uploadurl1+'/merchant.php/FileUpload/
editor
'"
></jinedit>
</view>
<!-- 富文本 -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment