删除了平台达人的购物袋

This commit is contained in:
2020-08-28 15:48:12 +08:00
parent 13524dcefc
commit 7c839816d4
4 changed files with 17 additions and 10 deletions

View File

@@ -61,7 +61,7 @@
<view class="u-button" @click="changes()">确定</view>
</u-popup>
<!-- 底部选择商品列表 -->
<view @click="show_two = true">
<view @click="show_two = true" v-if="userinfo.role != 4">
选择商品
<image class="images" src="../../static/image/tosign/bhottom.png"></image>
</view>
@@ -187,10 +187,12 @@ export default {
selectvideo: '', //视频名字
videostate: false, //视频状态
progress: 0,
is_edit: false, // 编辑标签
is_edit: false, // 编辑标签
userinfo:{}
};
},
onLoad() {
this.userinfo = uni.getStorageSync("userinfo")
this.getLiveSpec();
this.resetgood();
},