From 90eb5e59162a6b7b9abe553de94899489171ffa3 Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Mon, 24 Mar 2025 13:49:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=8C=E4=BD=8D=E6=8A=A5=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- root/detail/work.vue | 4 +- root/other/editTownsman.vue | 79 +++++--- root/other/quickApplication.vue | 394 ++++++++++------------------------------ root/other/search.vue | 87 ++++----- 5 files changed, 189 insertions(+), 377 deletions(-) diff --git a/manifest.json b/manifest.json index ca0551b..da244df 100644 --- a/manifest.json +++ b/manifest.json @@ -94,7 +94,7 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "wxe431e0b3abd9ae0b", + "appid" : "wxb0dea4d11428c6a5", "requiredPrivateInfos" : [ "getLocation", "chooseLocation", "chooseAddress" ], "setting" : { "urlCheck" : true, diff --git a/root/detail/work.vue b/root/detail/work.vue index 3bc9f4e..566708d 100644 --- a/root/detail/work.vue +++ b/root/detail/work.vue @@ -411,7 +411,7 @@ export default { miniAppInfo: uni.getStorageSync("miniApp-info"), // 小程序的信息 serviceShow: false, // 客服弹窗 currentStore: {}, - isServicePriceShow: false, // 服务费显示隐藏 + isServicePriceShow: true, // 服务费显示隐藏 tabInfo: { list: [ { @@ -1401,6 +1401,8 @@ export default { console.log("e", e); this.isLogin = true; this.handleOpenApplyPopup(); + this.userInfo= uni.getStorageSync("apply-userinfo") // 登录人的信息 + }, tobeAgencyToast() { uni.showModal({ diff --git a/root/other/editTownsman.vue b/root/other/editTownsman.vue index 50f7976..7b3dbfc 100644 --- a/root/other/editTownsman.vue +++ b/root/other/editTownsman.vue @@ -1,24 +1,6 @@