twt 1 rok temu
rodzic
commit
706e18df7e

+ 12 - 2
pages/index/confirmRescue.vue

@@ -189,6 +189,16 @@
 					});
 					return false;
 				} */
+				var reg = /^1[3|4|5|7|8][0-9]\d{8}$/;
+				if(reg.test(this.mobilePhone) == false ){
+				    console.log("手机号码格式不正确");
+				     uni.showToast({
+				     	title: '请输入正确的手机号',
+				     	icon: 'none',
+				     	duration: 3000
+				     });
+				     return false;   
+				}
 				if(!this.mobilePhone){
 					uni.showToast({
 						title: '请输入手机号',
@@ -204,8 +214,8 @@
 				  mobilePhone: this.mobilePhone,
 				  //orderItem: this.yuyueData.map(item => item.ID).join(),
 				  shopID: this.opt.shopId,
-				  plateNumber: this.carInfo ? this.carInfo.plateNumber :'',
-				  carModel:this.carInfo?.carModel||'',
+				  //plateNumber: this.carInfo ? this.carInfo.plateNumber :'',
+				 // carModel:this.carInfo?.carModel||'',
 				  hEndAddress:this.opt.endAddress,
 				  hStartAddress:this.opt.currentAddress,
 				  orderType:this.opt.orderType,

+ 27 - 2
pages/index/confirmYuyue.vue

@@ -31,7 +31,7 @@
 		  </view>
 		  <view class=" lineborderNo" >
 		  	<view class="bzline">
-		  		<view class="beiz">手机号</view>
+		  		<view class="beiz"><span class="stars">*</span>手机号</view>
 		  		<input type="number" v-model="mobilePhone" placeholder="请输入手机号" class="beizInput" placeholder-style="color:#cccccc;">
 		  	</view>
 		  	
@@ -106,6 +106,11 @@
 			this.yyshopInfo=uni.getStorageSync("yyshopInfo")
 			this.ext=this.$common.getExtStoreId();
 			//this.getOrderTimes()
+			if(this.userInfo){
+				console.log(this.userInfo)
+				//var customerInfo=uni.getStorageSync("wxOpenData").loginInfo.customerInfo;
+				this.mobilePhone=this.userInfo.mobilePhone;
+			}
 			
 		},
 		onShow() {
@@ -135,6 +140,17 @@
 					});
 					return false;
 				} */
+				var reg = /^1[3|4|5|7|8][0-9]\d{8}$/;
+				if(reg.test(this.mobilePhone) == false ){
+				    console.log("手机号码格式不正确");
+				     uni.showToast({
+				     	title: '请输入正确的手机号',
+				     	icon: 'none',
+				     	duration: 3000
+				     });
+				     return false;   
+				}
+				
 				if(!this.billDate){
 					uni.showToast({
 						title: '请选择预约时间',
@@ -143,6 +159,14 @@
 					});
 					return false;
 				}
+				if(!this.mobilePhone){
+					uni.showToast({
+						title: '请填写手机号',
+						icon: 'none',
+						duration: 3000
+					});
+					return false;
+				}
 				if(!this.isgo){
 					return false
 				}
@@ -150,7 +174,8 @@
 				this.$http('openreservation/saveOrderSheet', {
 				  billDate: this.billDate,
 				  comment: this.comment,
-				  carID: this.carInfo?.id || '',
+				//  carID: this.carInfo?.id || '',
+				  carID: '',
 				  orderItem: this.yuyueData.map(item => item.ID).join(),
 				  shopId: this.yyshopInfo.id,
 				  unionId: this.ext.unionId,

+ 115 - 2
pages/index/index.vue

@@ -256,6 +256,20 @@
 		<!-- <view @getphonenumber="decryptPhoneNumber" >shopId:{{shopId}}</view>
 		
 		 -->
+		 <view class="qrBox" v-if="qrSHow">
+		 	<view class="qrimgBox">
+		 		<view class="qrTitle">微信绑定
+		 		  <image src="../../static/timg/chahao.png" mode="" class="qrimgchahao" @click="qrclose"></image>
+		 		</view>
+		 		<view class="qrms">扫描/长按下方二维码进行绑定</view>
+		 		<view class="qrms2">绑定后可接收微信消息通知</view>
+		 		<view style="text-align: center;padding-top: 30rpx;">
+		 			<image :src="qrimg" mode="" class="qrimg" :show-menu-by-longpress='true'></image>
+		 		</view>
+		 		
+		 		<view class="qrBtn" @click="qrclose">我知道了</view>
+		 	</view>
+		 </view>
 	</view>
 </template>
 
@@ -289,6 +303,9 @@
 				bizUserId:'',
 				coCouponsMsg:'',
 				coNoNewCustMsg:'',
+				qrimg:'',
+				qrSHow:false,
+				customerInfo:'',
 			}
 		},
 		onLoad(opt) {
@@ -373,6 +390,34 @@
 			}, 1000);
 		},
 		methods: {
+			seeQr(){
+				// this.authorizShow = true;
+				// return false;
+				if (this.userInfo) {
+					
+				} else {
+					this.authorizShow = true;
+					return false;
+				}
+				uni.showLoading({
+					title: '加载中'
+				})
+				this.$request.httpBinary('wxV2/createQrCode', {
+				    type:'bindWx',
+				    customerId:this.customerInfo.id,
+				    unionID:this.customerInfo.unionID,
+				}, 'GET').then(res => {
+					uni.hideLoading();
+					this.qrimg = 'data:image/png;base64,'+uni.arrayBufferToBase64(res);
+					this.qrSHow=true;
+					//this.img= uni.arrayBufferToBase64(res)
+					//console.log('list+=', this.queryShopList);
+				
+				})
+			},
+			qrclose(){
+				this.qrSHow=false;
+			},
 			authorizShowHide(){
 				this.authorizShow=false
 			},
@@ -818,7 +863,7 @@
 					}
 					if(data.loginInfo){
 						this.userInfo=data.loginInfo.openUser;
-						
+						this.customerInfo=data.loginInfo.customerInfo
 						this.$store.commit('mutationsuserInfo', this.userInfo);
 						this.$store.commit('mutationswxOpenData', data);
 						
@@ -855,7 +900,9 @@
 								 
 							 }
 						}); 
-						
+						if(!this.customerInfo.wxMiniV2OpenID){
+							this.seeQr()
+						}
 					}
 				 		
 				  })
@@ -1085,6 +1132,72 @@
 </script>
 
 <style scoped>
+	.qrBox{
+		position: fixed;
+		width: 100vw;
+		height: 100vh;
+		background: rgba(0,0,0,0.5);
+		left: 0;
+		top: 0;
+		z-index: 11;
+		display: flex;
+		justify-content: center;
+		align-items: center;
+		flex-direction: column;
+	}
+	.qrimgBox{
+		width: 562rpx;
+		height: 704rpx;
+		background: #FFFFFF;
+		border-radius: 24rpx;
+	}
+	.qrTitle{
+		font-size: 30rpx;
+		font-family: PingFangSC-Medium, PingFang SC;
+		font-weight: 500;
+		color: #333333;
+		border-bottom: 1px solid #EEEEEE;
+		text-align: center;
+		line-height: 90rpx;
+		position: relative;
+	}
+	.qrimgchahao{
+		width: 38rpx;
+		height: 38rpx;
+		position: absolute;
+		top: 26rpx;
+		right: 20rpx;
+	}
+	.qrms{
+		font-weight: 400;
+		color: #999999;
+		line-height: 37rpx;
+		font-size: 26rpx;
+		padding-top: 23rpx;
+		text-align: center;
+	}
+	.qrms2{
+		font-weight: 400;
+		color: #999999;
+		line-height: 37rpx;
+		font-size: 26rpx;
+		text-align: center;
+	}
+	.qrimg{
+		width: 328rpx;
+		height: 328rpx;
+	}
+	.qrBtn{
+		width: 292rpx;
+		height: 64rpx;
+		background: #D53533;
+		border-radius: 32rpx;
+		color: #FFFFFF;
+		line-height: 64rpx;
+		text-align: center;
+		margin: 0 auto;
+		margin-top:40rpx;
+	}
 	.goodsTwo{
 		display: flex;
 		justify-content: space-between;

+ 1 - 1
pages/subPack/rescueOrderOrderDetail.vue

@@ -120,7 +120,7 @@
 			</view>
 			<view class="informationLine">
 				<view class="informationTxt">下单人:</view>
-				<view class="informationNum" >{{orderData.openUser.nickName|| '未知'}}/{{orderData.openUser.mobilePhone}}</view>
+				<view class="informationNum" >{{orderData.openUser.nickName|| '未知'}}/{{orderData.openShopHelpSheet.mobilePhone}}</view>
 			</view>
 			
 			<view class="informationLine" v-if="orderData.openShopHelpSheet.confirmTime">

+ 2 - 2
pages/user/bespeakDetail.vue

@@ -42,10 +42,10 @@
 		<!-- 订单信息 -->
 		<view class="information">
 			<view class="detailedTitle">基本信息</view>
-			<!-- <view class="informationLine">
+		    <view class="informationLine" v-if="orderData.orderSheet.plateNumber"> 
 				<view class="informationTxt">车牌号:</view>
 				<view class="informationNum">{{orderData.orderSheet.plateNumber}}</view>
-			</view> -->
+			</view> 
 			<view class="informationLine">
 				<view class="informationTxt">手机号:</view>
 				<view class="informationNum">{{orderData.orderSheet.mobilePhone}}</view>

+ 6 - 0
pages/user/historyDetail.vue

@@ -129,6 +129,12 @@
 						{{orderData.billsheet.shopMobilePhone}}
 					</view>
 				</view>
+				<view class="informationLine" >
+					<view class="informationTxt">保养技师:</view>
+					<view class="informationNum" v-if="orderData.billsheet.workNames">
+						{{orderData.billsheet.workNames}}
+					</view>
+				</view>
 				<view class="informationLine" v-if="Comment">
 					<view class="informationTxt">备注:</view>
 					<view class="informationNum" v-if="orderData.billsheet.Comment">{{orderData.billsheet.Comment}}

+ 3 - 1
pages/user/user.vue

@@ -643,7 +643,9 @@
 							that.queryMyDetail()
                         }, 1000); */
 						that.queryMyDetail()
-						
+						 if(!data.loginInfo.customerInfo.wxMiniV2OpenID){
+						 	this.seeQr()
+						 }
 						if(this.numList.customerInfo.pState==1&&this.numList.shopSettings.partnerDisabled){
 							this.kkshow=true
 						}

+ 2 - 2
utils/request.js

@@ -8,8 +8,8 @@
 import $store from '../store'
 const extConfig = uni.getExtConfigSync();		
 console.log(extConfig)
-//const baseUrl=extConfig.url+'/'
-const baseUrl='http://192.168.0.176:20187/'
+const baseUrl=extConfig.url+'/'
+//const baseUrl='http://192.168.0.176:20187/'
 //const baseUrl='https://store-api.qdbtl.cn/'
 //const baseUrl='http://dms.66km.com.cn/'
 //wxc023ff04deb28f2d正式  wx33053a645546ec31 E37BB296-5A08-4534-859D-B351BA611AF9 EEADACCD-8A19-499D-8AD7-6975D2C93243