删除了平台达人的购物袋

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

@@ -72,7 +72,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>
@@ -136,11 +136,14 @@ export default {
cover: '', //图文封面
selectarr: [], //选中标签
tagcontent: '',
is_edit: false, // 编辑
is_edit: false, // 编辑
userinfo:{}
};
},
onLoad() {
// 缓存取选择好的数据
// 缓存取选择好的数据\
this.userinfo = uni.getStorageSync("userinfo")
this.tosign();
this.getLiveSpec();
},