|
@@ -367,7 +367,7 @@
|
|
|
|
|
|
<view style="height: 60rpx;"></view>
|
|
|
<!-- 手机号授权 -->
|
|
|
- <view class="authorizBox" v-if="authorizShow" @click="authorizShowHide"><!-- -->
|
|
|
+ <view class="authorizBox" v-if="authorizShow" @click="authorizShowHide"><!-- -->
|
|
|
<view class="authorizCont" @click.stop="">
|
|
|
<view class="authorizName">{{wxOpenData.miniAppName}}</view>
|
|
|
<view class="authorizMs">未注册的手机号登录后将自动创会员账号,如果您不同意授权获取手机号,会影响您使用我们的产品和服务。</view>
|
|
@@ -482,6 +482,7 @@
|
|
|
|
|
|
if (shareID) {
|
|
|
this.shareID = shareID
|
|
|
+ this.$store.commit('mutationsshareID', shareID)
|
|
|
console.log('this.shareID==='+this.shareID)
|
|
|
//this.$store.commit('mutationsshareID', shareID)
|
|
|
}
|
|
@@ -1173,6 +1174,10 @@
|
|
|
}
|
|
|
});
|
|
|
}else{
|
|
|
+ if(that.shareID){
|
|
|
+ //that.getCouponList()
|
|
|
+ this.authorizShow=true;
|
|
|
+ }
|
|
|
//this.authorizShow=true;
|
|
|
}
|
|
|
if(res.data.loginInfo.discount){
|
|
@@ -1251,6 +1256,9 @@
|
|
|
if(that.shareID&&that.discount==2){
|
|
|
that.getCouponList()
|
|
|
}
|
|
|
+ if(that.shareID&&that.discount==1){
|
|
|
+ that.getCouponList()
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
|
|
@@ -2043,6 +2051,7 @@ margin-top: 10rpx;
|
|
|
position: fixed;
|
|
|
top: 0;
|
|
|
left: 0;
|
|
|
+ z-index: 111;
|
|
|
}
|
|
|
.authorizCont{
|
|
|
margin-top: 30vh;
|