| xqd
@@ -516,17 +516,16 @@
|
|
|
},
|
|
|
|
|
|
toJoin() {
|
|
|
- if (this.$user.isLogin() && this.$store.state.user.info) {
|
|
|
- let member_level =this.$store.state.user.info.identity.member_level;
|
|
|
- if(member_level<this.goods.member_level){
|
|
|
- uni.showToast({
|
|
|
- title: '您的会员等级未达到'+this.goods.member_name+',继续加油哟。。。',
|
|
|
- icon: 'none'
|
|
|
- });
|
|
|
- return;
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
+ // if (this.$user.isLogin() && this.$store.state.user.info) {
|
|
|
+ // let member_level =this.$store.state.user.info.identity.member_level;
|
|
|
+ // if(member_level<this.goods.member_level){
|
|
|
+ // uni.showToast({
|
|
|
+ // title: '您的会员等级未达到'+this.goods.member_name+',继续加油哟。。。',
|
|
|
+ // icon: 'none'
|
|
|
+ // });
|
|
|
+ // return;
|
|
|
+ // }
|
|
|
+ // }
|
|
|
if (this.detail.goods_id) {
|
|
|
uni.navigateTo({
|
|
|
url: '/plugins/bargain/goods/goods?goods_id=' + this.detail.goods_id,
|