twt 2 vuotta sitten
vanhempi
commit
03714d8e89

+ 3 - 0
pages/index/vipCard.vue

@@ -268,6 +268,9 @@
 					this.userInfo=this.$store.state.userInfo;
 					this.wxOpenData=this.$store.state.wxOpenData;
 					this.themeColor = uni.getStorageSync("themeColor");
+					if(!this.userInfo){
+						this.authorizShow=true
+					}
 					this.myOrderCoupon();
 				})
 			}

+ 3 - 0
pages/partner/bonus.vue

@@ -69,6 +69,9 @@
 					this.userInfo=this.$store.state.userInfo;
 					this.wxOpenData=this.$store.state.wxOpenData;
 					this.themeColor = uni.getStorageSync("themeColor");
+					if(!this.userInfo){
+						this.authorizShow=true
+					}
 					this.getList()
 				})
 			}

+ 3 - 0
pages/partner/people.vue

@@ -66,6 +66,9 @@
 					this.userInfo=this.$store.state.userInfo;
 					this.wxOpenData=this.$store.state.wxOpenData;
 					this.themeColor = uni.getStorageSync("themeColor");
+					if(!this.userInfo){
+						this.authorizShow=true
+					}
 					this.getList()
 				})
 			}

+ 74 - 2
pages/report/complete.vue

@@ -91,7 +91,17 @@
     </view>
 
     </view>
-
+    <!-- 手机号授权 -->
+    	<view class="authorizBox" v-if="authorizShow" @click="authorizShow=false">
+    		<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>
+    		<view style="text-align: center;padding-top: 56rpx;">
+    			<image src="../../../static/timg/icon_guanbi@2x.png" mode="" class="authorizCloseImg"></image>
+    		</view>
+    	</view>
 	</view>
 </template>
 
@@ -133,7 +143,10 @@
 					this.userInfo = this.$store.state.userInfo;
 					this.wxOpenData = this.$store.state.wxOpenData;
 					this.themeColor = uni.getStorageSync("themeColor");
-					this.getData()
+					this.getData();
+					if(!this.userInfo){
+						this.authorizShow=true
+					}
 				})
 			}
 
@@ -600,4 +613,63 @@
 		align-items: center;
 		font-size: 26rpx;
 	}
+	.authorizBox{
+			width: 100vw;
+			height: 100vh;
+			background: rgba(0, 0, 0, 0.5);
+			position: fixed;
+			top: 0;
+			left: 0;
+		}
+		.authorizCont{
+			margin-top: 30vh;
+			width: 564rpx;
+			height: 408rpx;
+			background: #FFFFFF;
+			border-radius: 24rpx;
+			margin-left: 93rpx;
+			position: relative;
+		}
+		.authorizCloseImg{
+			width: 62rpx;
+			height: 62rpx;
+		}
+		.sqLogoBox{
+			width: 180rpx;
+			height: 180rpx;
+			background: #FFFFFF;
+			border-radius: 90rpx;
+			text-align: center;
+			position: absolute;
+			top: -50rpx;
+			left: 192rpx;
+		}
+		.authorizName{
+			color: #333333;
+			line-height: 42rpx;
+			font-size: 30rpx;
+			text-align: center;
+			padding-top: 58rpx;
+		}
+		.authorizMs{
+			color: #999999;
+			line-height: 36rpx;
+			font-size: 26rpx;
+			width: 452rpx;
+			padding-top: 24rpx;
+			text-align: center;
+			margin-left: 56rpx;
+		}
+		.authorizContbutton{
+			width: 422rpx;
+			height: 88rpx;
+			background: #D53533;
+			border-radius: 44rpx;
+			line-height: 88rpx;
+			text-align: center;
+			font-size:30rpx;
+			color: #FFFFFF;
+			margin-top: 62rpx;
+			margin-left:71rpx;
+		}
 </style>

+ 74 - 2
pages/report/working.vue

@@ -73,7 +73,17 @@
         </view>
       </view>
     </view>
-
+<!-- 手机号授权 -->
+	<view class="authorizBox" v-if="authorizShow" @click="authorizShow=false">
+		<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>
+		<view style="text-align: center;padding-top: 56rpx;">
+			<image src="../../../static/timg/icon_guanbi@2x.png" mode="" class="authorizCloseImg"></image>
+		</view>
+	</view>
 	</view>
 </template>
 
@@ -115,7 +125,10 @@
 					this.userInfo = this.$store.state.userInfo;
 					this.wxOpenData = this.$store.state.wxOpenData;
 					this.themeColor = uni.getStorageSync("themeColor");
-					this.getData()
+					this.getData();
+					if(!this.userInfo){
+						this.authorizShow=true
+					}
 				})
 			}
 
@@ -579,4 +592,63 @@
 		align-items: center;
 		font-size: 26rpx;
 	}
+	.authorizBox{
+			width: 100vw;
+			height: 100vh;
+			background: rgba(0, 0, 0, 0.5);
+			position: fixed;
+			top: 0;
+			left: 0;
+		}
+		.authorizCont{
+			margin-top: 30vh;
+			width: 564rpx;
+			height: 408rpx;
+			background: #FFFFFF;
+			border-radius: 24rpx;
+			margin-left: 93rpx;
+			position: relative;
+		}
+		.authorizCloseImg{
+			width: 62rpx;
+			height: 62rpx;
+		}
+		.sqLogoBox{
+			width: 180rpx;
+			height: 180rpx;
+			background: #FFFFFF;
+			border-radius: 90rpx;
+			text-align: center;
+			position: absolute;
+			top: -50rpx;
+			left: 192rpx;
+		}
+		.authorizName{
+			color: #333333;
+			line-height: 42rpx;
+			font-size: 30rpx;
+			text-align: center;
+			padding-top: 58rpx;
+		}
+		.authorizMs{
+			color: #999999;
+			line-height: 36rpx;
+			font-size: 26rpx;
+			width: 452rpx;
+			padding-top: 24rpx;
+			text-align: center;
+			margin-left: 56rpx;
+		}
+		.authorizContbutton{
+			width: 422rpx;
+			height: 88rpx;
+			background: #D53533;
+			border-radius: 44rpx;
+			line-height: 88rpx;
+			text-align: center;
+			font-size:30rpx;
+			color: #FFFFFF;
+			margin-top: 62rpx;
+			margin-left:71rpx;
+		}
 </style>

+ 3 - 0
pages/user/checkReport.vue

@@ -38,6 +38,9 @@
 			}
 		},
 		onLoad() {
+			/* uni.navigateTo({
+				url: 'reportUni?id=6C977C54-575E-4F67-9101-7A6D74DDD8BA'
+			}) */
 			this.iStatusBarHeight = uni.getSystemInfoSync().statusBarHeight;
 			this.page = 1;
 			this.myOrderCoupon();

+ 3 - 0
pages/user/historyDetail.vue

@@ -273,6 +273,9 @@
 					this.wxOpenData = this.$store.state.wxOpenData;
 					this.themeColor = uni.getStorageSync("themeColor");
 					this.getData()
+					if(!this.userInfo){
+						this.authorizShow=true
+					}
 				})
 			}
 

+ 3 - 0
pages/user/myOrder/activityOrderDetail.vue

@@ -270,6 +270,9 @@
             		if (this.id) {
             			this.getData()
             		}
+					if(!this.userInfo){
+						this.authorizShow=true
+					}
             	})
             }
 			

+ 3 - 0
pages/user/myOrder/mallOrderDetail.vue

@@ -299,6 +299,9 @@
 					if (this.id) {
 						this.getData()
 					}
+					if(!this.userInfo){
+						this.authorizShow=true
+					}
 				})
 			}
 			

+ 3 - 0
pages/user/myOrder/paintOrderDetail.vue

@@ -279,6 +279,9 @@
             		if (this.id) {
             			this.getData()
             		}
+					if(!this.userInfo){
+						this.authorizShow=true
+					}
             	})
             }
 			

+ 3 - 0
pages/user/reportUni.vue

@@ -249,6 +249,9 @@
 					if (this.id) {
 						this.getDetail()
 					}
+					if(!this.userInfo){
+						this.authorizShow=true
+					}
 				})
 			}