From 195a1650a90e434383e8f13c0016023d8a66cb72 Mon Sep 17 00:00:00 2001 From: linfso Date: Sun, 29 Jun 2025 09:25:27 +0800 Subject: [PATCH] =?UTF-8?q?lbs=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 4 +- common/appUpdate/index.js | 2 +- common/env.js | 10 +- .../buns-post-edit-templates/bpe-cost-tmp.vue | 4 + .../bpe-coststatic-tmp.vue | 4 + manifest.json | 20 ++- pages/bill/detail.vue | 121 +++++++++--------- pages/post/model.js | 3 + pages/tabBar/home/home.vue | 2 +- store/modules/user.js | 5 + 10 files changed, 104 insertions(+), 71 deletions(-) diff --git a/App.vue b/App.vue index e2fe2ec..75c30c8 100644 --- a/App.vue +++ b/App.vue @@ -10,7 +10,7 @@ import { checkUpdate } from "@/common/appUpdate" import { setSessionSystemInfo, getSessionSystemInfo } from "@/session" import { onPushMessage } from "@/common/messageNotice" - + export default { globalData: { @@ -38,6 +38,8 @@ // 成功 this.setUniverifyErrorMsg(); console.log("preLogin success: ", res); + + }, fail: (res) => { this.setUniverifyLogin(false); diff --git a/common/appUpdate/index.js b/common/appUpdate/index.js index a5af0f5..0f991b8 100644 --- a/common/appUpdate/index.js +++ b/common/appUpdate/index.js @@ -8,7 +8,7 @@ import * as apiService from "@/common/api" export const getSystemInfo = () => { let info = uni.getSystemInfoSync() - console.log('getSystemInfo=====', info) + // console.log('getSystemInfo=====', info) return info } diff --git a/common/env.js b/common/env.js index 31da121..f14ff80 100644 --- a/common/env.js +++ b/common/env.js @@ -1,11 +1,13 @@ let envMap = { development: { - apiHost: 'http://47.102.220.189:58089/api/bizsvr', - socketHost: 'ws://47.102.220.189:58089/api/bizsvr', + apiHost: 'https://api-emis.tanex56.com/api/bizsvr', + socketHost: 'wss://api-emis.tanex56.com/api/bizsvr', + // apiHost: 'http://47.102.220.189:58089/api/bizsvr', + // socketHost: 'ws://47.102.220.189:58089/api/bizsvr', }, production: { - apiHost: 'http://api-emis.tanex56.com/api/bizsvr', - socketHost: 'ws://api-emis.tanex56.com/api/bizsvr', + apiHost: 'https://api-emis.tanex56.com/api/bizsvr', + socketHost: 'wss://api-emis.tanex56.com/api/bizsvr', // apiHost: 'http://api-emis.jtrs56.com/api/bizsvr', // socketHost: 'ws://api-emis.jtrs56.com/api/bizsvr', } diff --git a/components/buns-post-edit-templates/bpe-cost-tmp.vue b/components/buns-post-edit-templates/bpe-cost-tmp.vue index e021942..d014181 100644 --- a/components/buns-post-edit-templates/bpe-cost-tmp.vue +++ b/components/buns-post-edit-templates/bpe-cost-tmp.vue @@ -94,6 +94,10 @@ + + + diff --git a/components/buns-post-edit-templates/bpe-coststatic-tmp.vue b/components/buns-post-edit-templates/bpe-coststatic-tmp.vue index a469c8e..ed992ca 100644 --- a/components/buns-post-edit-templates/bpe-coststatic-tmp.vue +++ b/components/buns-post-edit-templates/bpe-coststatic-tmp.vue @@ -66,6 +66,10 @@ 费用备注 {{modelInfo.feeRemark || '-'}} + + 代收备注 + {{modelInfo.codFeeDesc || '-'}} + diff --git a/manifest.json b/manifest.json index 5da99e4..fcc888e 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "appid" : "__UNI__BCB0FB5", "description" : "探路国际速运", "versionName" : "1.0.1", - "versionCode" : 1063, + "versionCode" : 1062, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { @@ -42,8 +42,8 @@ /* android打包配置 */ "android" : { "permissions" : [ - "", - "", + "", + "", "", "", "", @@ -102,7 +102,19 @@ "appkey_android" : "b7feefb9882f1d0953fbeffb1cef8aec" } }, - "push" : {} + "push" : {}, + "oauth" : { + "weixin" : { + "appid" : "wxcb329faf410bc997", + "UniversalLinks" : "" + } + }, + "share" : { + "weixin" : { + "appid" : "wxcb329faf410bc997", + "UniversalLinks" : "" + } + } }, "orientation" : [ "portrait-primary" ], "splashscreen" : { diff --git a/pages/bill/detail.vue b/pages/bill/detail.vue index 63f6b5b..d344df0 100644 --- a/pages/bill/detail.vue +++ b/pages/bill/detail.vue @@ -151,7 +151,7 @@