From 5866ab9c00675c8d8b92dadc6aaf3f692d18e0af Mon Sep 17 00:00:00 2001 From: ChuShiZ Date: Sat, 31 Aug 2024 01:22:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 8 ++++---- pages/index/index.vue | 9 +++++---- pages/message/message.vue | 10 +++++++++- pages/orderDetails/details.vue | 25 ++++++++++++++----------- 4 files changed, 32 insertions(+), 20 deletions(-) diff --git a/manifest.json b/manifest.json index d39e1e1..de142d3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name" : "蓝安救援-司机端", - // "appid" : "__UNI__D743A11", + "appid" : "__UNI__D743A11", "description" : "", "versionName" : "1.0.1", "versionCode" : 101, @@ -21,7 +21,8 @@ "Maps" : {}, "Geolocation" : {}, "Camera" : {}, - "Barcode" : {} + "Barcode" : {}, + "Push" : {} }, /* 应用发布信息 */ "distribute" : { @@ -200,8 +201,7 @@ } } } - }, - "appid" : "__UNI__DA2C94E" + } } // "push" : { // "unipush" : { diff --git a/pages/index/index.vue b/pages/index/index.vue index 02bc272..69c72c3 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -203,7 +203,7 @@ - @@ -434,8 +434,8 @@ this.show3 = true }, confirms(e) { - this.dictValue = e.value[0].dictValue - this.dictLabel = e.value[0].dictLabel + this.dictValue = e.value[0].value + this.dictLabel = e.value[0].label // console.log(zhi); this.show3 = false @@ -696,6 +696,7 @@ console.log(res); this.getList() this.$refs.inputDialog.close() + this.getthreelist() }) @@ -760,7 +761,7 @@ }, uploadFilePromise(url) { upload({ - url: '/common/upload', + url: '/infra/file/upload', filePath: url, }).then((res) => { console.log('images', res.fileName); diff --git a/pages/message/message.vue b/pages/message/message.vue index 9f32ec9..4d0267a 100644 --- a/pages/message/message.vue +++ b/pages/message/message.vue @@ -19,7 +19,7 @@ {{item.title || ''}} - {{item.createTime ? (item.createTime.slice(0, -3) || '') : ''}} + {{item.createTime}} {{item.content || ''}} @@ -34,6 +34,7 @@