删除了平台达人的购物袋
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
<u-input v-model="form.text" placeholder="请填写直播简介" />
|
||||
</u-form-item>
|
||||
<view class="values"><text>{{20 - form.text.length}}</text>/20</view>
|
||||
<u-form-item label-position="right" >
|
||||
<u-form-item label-position="right" v-if="userinfo.role != 4">
|
||||
<u-input :disabled="true" v-model="form.values" placeholder="我的售货袋" @click="navto('selectshop')"/>
|
||||
<view class="rightes" @click="navto('selectshop')">售货袋</view>
|
||||
</u-form-item>
|
||||
@@ -63,7 +63,8 @@
|
||||
rSelect:[],
|
||||
image:"",
|
||||
token:"",
|
||||
tiaozhuan:false
|
||||
tiaozhuan:false,
|
||||
userinfo:{}
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
@@ -133,7 +134,7 @@
|
||||
goods_id:uni.getStorageSync("gouwudai"),
|
||||
cover_img:this.image
|
||||
}).then((res)=>{
|
||||
console.log(res)
|
||||
console.log(JSON.stringify(res))
|
||||
if(res.errCode == 1){
|
||||
this.$refs.uToast.show({
|
||||
title: res.message,
|
||||
@@ -177,6 +178,7 @@
|
||||
//
|
||||
|
||||
this.token = uni.getStorageSync('token');
|
||||
this.userinfo = uni.getStorageSync("userinfo")
|
||||
var config = {
|
||||
appkey: 'mgb7ka1',
|
||||
debug:true
|
||||
|
||||
Reference in New Issue
Block a user