From b97dbbbfa463c1a54b65ac9d4bdff78695877ac7 Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Wed, 26 Mar 2025 10:12:28 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E8=AF=A6=E8=AF=A2=E5=AE=A2=E6=9C=8D?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/detail/index.js | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pages/detail/index.js b/pages/detail/index.js index 388a44c..f0e5951 100644 --- a/pages/detail/index.js +++ b/pages/detail/index.js @@ -1896,8 +1896,14 @@ Page({ content = that.data.isAgency ? that.data.jobDetail.record.returnFeeDesp : '抱歉,您需先成为伯才代理以获得使用权限。' } else { - title = '详询客服' - content = '因三方项目政策变动太快,详情请咨询客服。页面左下角点击“联系客服”直接联系我哟~' + if (that.data.jobDetail.record.picked == 0) { + title = '详询客服' + content = '因三方项目政策变动太快,详情请咨询客服。页面左下角点击“联系客服”直接联系我哟~' + } else { + title = '详询客服' + content = '客服正在努力更新中,页面左下角点击“联系客服”直接联系我哟~' + } + } wx.showModal({ title, From 46038d77d25e7d8f1864baa7634d10b6dd2c7bfe Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Wed, 26 Mar 2025 14:26:41 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project.config.json | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 50 insertions(+), 3 deletions(-) diff --git a/project.config.json b/project.config.json index b1e97ec..858bc26 100644 --- a/project.config.json +++ b/project.config.json @@ -1,9 +1,56 @@ { + "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", "setting": { + "urlCheck": true, + "es6": false, + "enhance": true, + "postcss": true, + "preloadBackgroundData": false, + "minified": true, + "newFeature": false, + "coverView": true, + "nodeModules": false, + "autoAudits": false, + "showShadowRootInWxmlPanel": true, + "scopeDataCheck": false, + "uglifyFileName": false, + "checkInvalidKey": true, + "checkSiteMap": true, + "uploadWithSourceMap": true, + "compileHotReLoad": false, + "lazyloadPlaceholderEnable": false, + "useMultiFrameRuntime": true, + "babelSetting": { + "ignore": [], + "disablePlugins": [], + "outputPath": "" + }, + "useIsolateContext": true, + "userConfirmedBundleSwitch": false, + "packNpmManually": false, + "packNpmRelationList": [], + "minifyWXSS": true, + "disableUseStrict": false, + "minifyWXML": true, + "showES6CompileOption": false, + "useCompilerPlugins": false, + "ignoreUploadUnusedFiles": true, + "useStaticServer": true, "condition": true }, - "simulatorPluginLibVersion": { - "wxext14566970e7e9f62": "3.6.5-29" + "compileType": "miniprogram", + "condition": {}, + "editorSetting": { + "tabIndent": "insertSpaces", + "tabSize": 2 + }, + "appid": "wxb0dea4d11428c6a5", + "packOptions": { + "ignore": [], + "include": [] }, - "projectArchitecture": "multiPlatform" + "projectArchitecture": "multiPlatform", + "simulatorPluginLibVersion": { + "wxext14566970e7e9f62": "3.6.5-24" + } } \ No newline at end of file