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 @@