Commit 87b4cc31 authored by xieyishang's avatar xieyishang

~~~

parent d0bf68b1
......@@ -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() {
......
......@@ -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>
<!-- 富文本 -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment