贺智强 4 سال پیش
والد
کامیت
ad969110a3
1فایلهای تغییر یافته به همراه10 افزوده شده و 11 حذف شده
  1. 10 11
      plugins/bargain/activity/activity.vue

+ 10 - 11
plugins/bargain/activity/activity.vue

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,