|
@@ -373,12 +373,14 @@
|
|
|
<view class="authorizCont" @click.stop="">
|
|
|
<view class="authorizName">{{wxOpenData.miniAppName}}</view>
|
|
|
<view class="authorizMs">您好,欢迎访问本店,授权手机号登录能获取我们最新的促销活动哦~</view>
|
|
|
- <button class="authorizContbutton" type="default" open-type="getPhoneNumber"
|
|
|
- @getphonenumber="decryptPhoneNumber">授权</button>
|
|
|
+ <view class="sqLine">
|
|
|
+ <button class="authorizContbutton" type="default" open-type="getPhoneNumber" @getphonenumber="decryptPhoneNumber">授权</button>
|
|
|
+ <view class="sqRefuse" @click="authorizShowHide">拒绝</view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
- <view style="text-align: center;padding-top: 56rpx;">
|
|
|
+ <!-- <view style="text-align: center;padding-top: 56rpx;">
|
|
|
<image src="../../static/timg/icon_guanbi@2x.png" mode="" class="authorizCloseImg"></image>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
</view>
|
|
|
<!-- <image :src="qrimg" mode=""></image> -->
|
|
|
<view class="qrBox" v-if="qrSHow">
|
|
@@ -492,7 +494,7 @@
|
|
|
this.queryMyDetail();
|
|
|
}
|
|
|
if(!this.userInfo){
|
|
|
- this.authorizShow=true
|
|
|
+ //this.authorizShow=true
|
|
|
}
|
|
|
})
|
|
|
}
|
|
@@ -1460,17 +1462,33 @@ padding-right: 10rpx;
|
|
|
margin-left: 56rpx;
|
|
|
}
|
|
|
|
|
|
- .authorizContbutton {
|
|
|
- width: 422rpx;
|
|
|
- height: 88rpx;
|
|
|
+ .authorizContbutton{
|
|
|
+ width: 210rpx;
|
|
|
+ height: 66rpx;
|
|
|
background: #D53533;
|
|
|
border-radius: 44rpx;
|
|
|
- line-height: 88rpx;
|
|
|
+ line-height: 66rpx;
|
|
|
text-align: center;
|
|
|
- font-size: 30rpx;
|
|
|
+ font-size:30rpx;
|
|
|
color: #FFFFFF;
|
|
|
- margin-top: 62rpx;
|
|
|
- margin-left: 71rpx;
|
|
|
+
|
|
|
+ margin-left:40rpx;
|
|
|
+ }
|
|
|
+ .sqRefuse{
|
|
|
+ width: 210rpx;
|
|
|
+ height: 66rpx;
|
|
|
+ border: 1px solid #eaeaea;
|
|
|
+ line-height: 66rpx;
|
|
|
+ border-radius: 36rpx;
|
|
|
+ text-align: center;
|
|
|
+ font-size:30rpx;
|
|
|
+ margin-right:40rpx;
|
|
|
+ color: #999999;
|
|
|
+ }
|
|
|
+ .sqLine{
|
|
|
+ margin-top: 62rpx;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
}
|
|
|
.test{
|
|
|
|