From 40f9f87074dcb4d2a251e9875c33b20646e02b40 Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Tue, 18 Mar 2025 18:05:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/detail/index.js | 18 ++++---- pages/listSharePage/index.wxml | 94 +----------------------------------------- pages/listSharePage/index.wxss | 2 +- pages/mine/index.wxml | 2 +- project.private.config.json | 2 +- 5 files changed, 13 insertions(+), 105 deletions(-) diff --git a/pages/detail/index.js b/pages/detail/index.js index 98f8c2f..0f79593 100644 --- a/pages/detail/index.js +++ b/pages/detail/index.js @@ -1870,15 +1870,15 @@ Page({ content: '抱歉,您需先成为伯才代理以获得使用权限。', // content: that.data.bclr, confirmColor: '#1890ff', - confirmText: '成为代理', - cancelText: '知道了', - success (res) { - if (res.confirm) { - wx.navigateTo({ - url: '/pages/tobeAgency/index' - }) - } + confirmText: '成为代理', + cancelText: '知道了', + success (res) { + if (res.confirm) { + wx.navigateTo({ + url: '/pages/tobeAgency/index' + }) } + } }); }, showFee () { @@ -1890,7 +1890,7 @@ Page({ return } let content, title - if (that.data.jobDetail.record.returnFeeDesp && (that.data.jobDetail.record.picked || that.data.corpUserFlag)) { + if (that.data.jobDetail.record.returnFeeDesp) { title = that.data.isAgency ? '佣金: ' + that.data.fuWuFei : '' content = that.data.isAgency ? that.data.jobDetail.record.returnFeeDesp : '抱歉,您需先成为伯才代理以获得使用权限。' diff --git a/pages/listSharePage/index.wxml b/pages/listSharePage/index.wxml index a99a639..d2135c3 100644 --- a/pages/listSharePage/index.wxml +++ b/pages/listSharePage/index.wxml @@ -295,8 +295,7 @@ - {{item.district }} - {{item.district ?'丨' :''}} + {{item.district }}{{item.district ? '丨' : ''}} {{item.distanceKm}} {{item.genderRestrict + '丨' + item.age}} @@ -385,97 +384,6 @@ - - - - - - - - - - - - - {{index < 9?'0'+(index+1):index+1 }} - - {{item.jobName}} - - - {{item.salaryClassifyValue}} - 元/时 - - - {{item.salaryClassifyValue}} - 元/天 - - - - {{item.salaryClassifyValue}} - - - - - {{item.salaryClassifyValue}} - - - 计件 - - 保底 - {{item.salaryClassifyValue}} - - - ,{{item.age}} - - {{item.minMonthlyPay+'-'+item.maxMonthlyPay+'元/月'}},{{item.age}} - - - - - - - - - - 代理 - - - {{!isLogin ? '登录查看服务费' : (agencyStatus == 1 ? (item.fuWuFei ? item.fuWuFei : '-') : '服务费仅代理可见')}} - - - - - - - - - 没有符合条件的职位 - - - - 已经到底啦~ - 上滑加载更多 - - - - 未登录时只能使用部分功能,申请加入伯才即可使用更多功能。 - - - 登录伯才 - - - - - - 暂无记录 - - - - - - diff --git a/pages/listSharePage/index.wxss b/pages/listSharePage/index.wxss index 7195b88..f568f53 100644 --- a/pages/listSharePage/index.wxss +++ b/pages/listSharePage/index.wxss @@ -1471,7 +1471,7 @@ checkbox .wx-checkbox-input.wx-checkbox-input-checked::before { left: 36px; } .storeName{ - max-width: 170px !important; + max-width: 240px !important; } slider { width: 92%; diff --git a/pages/mine/index.wxml b/pages/mine/index.wxml index e741532..9fdb6fa 100644 --- a/pages/mine/index.wxml +++ b/pages/mine/index.wxml @@ -310,7 +310,7 @@ 快速创建新职位 - + diff --git a/project.private.config.json b/project.private.config.json index 2e8f286..ce5c594 100644 --- a/project.private.config.json +++ b/project.private.config.json @@ -10,7 +10,7 @@ "list": [ { "name": "pages/tobe", - "pathName": "pages/tobeAgency/index", + "pathName": "pages/shareList/index", "query": "", "launchMode": "default", "scene": null