From 1ef0e393913961c11ea05f868a537015572d7b7c Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期三, 12 四月 2023 08:07:04 +0800 Subject: [PATCH] 微信小程序增加查看消息 --- pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue b/pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue index f1d9e15..53c8404 100644 --- a/pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue +++ b/pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue @@ -3,7 +3,7 @@ <view class="bangDanMessage"> <view class=""> <text>瀹㈡埛锛歿{ coalDetailsData.customerName || '' }}</text> - <text>鐭垮巶锛歿{ coalDetailsData.deptName || '' }}</text> + <text>鐭垮満锛歿{ coalDetailsData.deptName || '' }}</text> </view> <view class=""> <text>鐨噸锛歿{ coalDetailsData.skin || '' }}</text> @@ -11,7 +11,7 @@ <text>鍑�閲嶏細{{ coalDetailsData.clean || '' }}</text> </view> <view class=""> - <text>纾呭崟绫诲瀷锛歿{ coalDetailsData.orderTye || '' }}</text> + <text>纾呭崟绫诲瀷锛歿{ coalDetailsData.orderType || '' }}</text> <text>鐘舵�侊細{{ coalStatus[coalDetailsData.status] }}</text> </view> <view class=""> @@ -303,10 +303,10 @@ this.$reqPost('getOneEvacuation', mix, 'json').then(res => { console.log(res, '绗竴娆℃斁绌�'); if (res.code == 0) { - this.$u.toast('宸叉斁绌�'); + this.$u.toast('鎿嶄綔鎴愬姛'); this.evacuationModalShow = false; } else { - this.$u.toast('鏀剧┖澶辫触锛岃绋嶅悗閲嶈瘯'); + this.$u.toast('鎿嶄綔澶辫触锛岃绋嶅悗閲嶈瘯'); this.evacuationModalShow = false; } }); -- Gitblit v1.9.1