|
@@ -85,7 +85,7 @@
|
|
|
<view class="informationNum2" v-if="orderData.openShopHelpSheet.hscene==2">车库</view>
|
|
|
<view class="informationNum2" v-if="orderData.openShopHelpSheet.hscene==3">其他</view>
|
|
|
</view>
|
|
|
- <view class="informationLine" v-if="orderData.openShopHelpSheet.plateNumber">
|
|
|
+ <!-- <view class="informationLine" v-if="orderData.openShopHelpSheet.plateNumber">
|
|
|
<view class="informationTxt">车牌号:</view>
|
|
|
<view class="informationNum">{{orderData.openShopHelpSheet.plateNumber}}</view>
|
|
|
</view>
|
|
@@ -96,7 +96,7 @@
|
|
|
<view class="informationLine">
|
|
|
<view class="informationTxt">救援联系人:</view>
|
|
|
<view class="informationNum">{{orderData.openShopHelpSheet.customerName}}/{{orderData.openShopHelpSheet.mobilePhone}}</view>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
|
|
|
<view class="informationLine" >
|
|
|
<view class="informationTxt">起点:</view>
|
|
@@ -420,6 +420,21 @@
|
|
|
openId:this.wxOpenData.openid
|
|
|
},'POST').then(res => {
|
|
|
var data = res.data;
|
|
|
+ if(data.newCustomer){
|
|
|
+ uni.showModal({
|
|
|
+ title: '提示',
|
|
|
+ content: data.newCustomerMsg,
|
|
|
+ success: function(resTK) {
|
|
|
+
|
|
|
+ }
|
|
|
+ });
|
|
|
+
|
|
|
+ var token=res.data.token
|
|
|
+ data.loginInfo={}
|
|
|
+ data.loginInfo.token=token
|
|
|
+ this.$store.commit('mutationswxOpenData', data);
|
|
|
+ return false;
|
|
|
+ }
|
|
|
if(data.loginInfo){
|
|
|
this.userInfo=data.loginInfo.openUser;
|
|
|
this.wxOpenData=data.loginInfo;
|