twt 7 ay önce
ebeveyn
işleme
6d4f7d75ac
2 değiştirilmiş dosya ile 9 ekleme ve 5 silme
  1. 3 3
      pages/index/car.vue
  2. 6 2
      pages/index/custom.vue

+ 3 - 3
pages/index/car.vue

@@ -178,8 +178,8 @@
 				</view>
 				<!-- 提醒商机 -->
 				<!-- 检测异常商机 -->
-				<view class="line" v-if="item.remindSheetInfo.length" @click.stop="carDfn4(item)">
-					<view class="lineTop">
+				<view class="line" v-if="item.remindSheetInfo.length" @click.stop="">
+					<view class="lineTop" @click.stop="carDfn4(item)">
 						<view class="lineTop1">
 							<view class="lineTopNs">
 								<view class="nsTxt">检测异常商机</view>
@@ -208,7 +208,7 @@
 							</view>
 							<view class="carnotes">检测结果:{{v.CheckResult}}</view>
 							<view class="carData" style="padding-top: 16rpx;">
-								<view class="carDataLine">检测日期:{{v.LastInTime}}</view>
+								<view class="carDataLine">检测日期:{{v.LastInTime.slice(0,10)}}</view>
 								<view class="carDataLine" >检测里程: <span v-if="v.NextServerKm">{{v.NextServerKm}}km</span> </view>
 							</view>
 							<view class="carnotes">检测门店:{{v.LastShopName}}</view>

+ 6 - 2
pages/index/custom.vue

@@ -190,7 +190,7 @@
 				var that=this;
 				this.userId=uni.getStorageSync('userId')
 				this.corpID=uni.getStorageSync('corpID')
-				/* this.corpID='wpMGjbBgAA_zIu6wbKy48zFSbGiGeP8g'
+			/* 	this.corpID='wpMGjbBgAA_zIu6wbKy48zFSbGiGeP8g'
 				this.agentId='1000051' */
 				this.$http('enterprise/wechat/extCustomerInfo', {
 				   corpID:this.corpID,
@@ -254,7 +254,11 @@
 		  },
 		  
           editIphone(){
-			  console.log(this.token)
+			  if(this.customerInfo){
+				    this.extUserMobile = this.customerInfo.mobilePhone
+			  }
+			
+			 
 			   this.$refs.popup.open('bottom')
 		  },
 		  pBcancel(){