From 20ae88664bdbb4ae21ec3b13338d906ff1b7431a Mon Sep 17 00:00:00 2001 From: 819527061@qq.com <123456> Date: 星期五, 28 六月 2024 18:02:25 +0800 Subject: [PATCH] 解决H5重置密码报错问题 --- pages/customer-page/customer-index/customer-index.vue | 17 +++++++++++++++-- 1 files changed, 15 insertions(+), 2 deletions(-) diff --git a/pages/customer-page/customer-index/customer-index.vue b/pages/customer-page/customer-index/customer-index.vue index 01a93c0..fcea9c4 100644 --- a/pages/customer-page/customer-index/customer-index.vue +++ b/pages/customer-page/customer-index/customer-index.vue @@ -65,6 +65,11 @@ </view> --> <view class="car-num">{{ item.code||''}}</view> </view> + <!-- 娣诲姞鍒涘缓鏃堕棿 --> + <view class="third-line"> + <text style="font-size: 28rpx;color: #515151" >鍒涘缓鏃堕棿锛�</text> + <view style="font-size: 28rpx;color: #515151">{{ item.createTime }}</view> + </view> <view class="third-line"> <view class="time-icon"> <view @@ -137,6 +142,11 @@ <view class="third-line_num">{{ item.tmCount }}</view> </view> </view> + <!-- 娣诲姞鍒涘缓鏃堕棿 --> + <view class="fourth" style="justify-content: start;"> + <view style="font-size: 28rpx;color: #515151" >鍒涘缓鏃堕棿锛�</view> + <view style="font-size: 28rpx;color: #515151">{{ item.createTime }}</view> + </view> <view class="fourth"> <view class="fourth-icon"> <view @@ -257,16 +267,19 @@ isFirstLogin: true }; }, - onLoad() {}, + mounted() { + this.getLogOn() + }, onShow() { this.init(); + }, methods: { init() { this.GetOrderPlan(); this.getJhOrderPlanDataPage(); this.onlineurl = onlineurl; - this.getLogOn() + // this.getLogOn() }, // 鑾峰彇鍙戣繍璁″垝鍒楄〃 GetOrderPlan() { -- Gitblit v1.9.1