From ad8bc7ea7aea8400dcd9210628a4fec838227ac3 Mon Sep 17 00:00:00 2001 From: zsk <710162063@qq.com> Date: Sat, 22 Mar 2025 11:46:41 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E6=97=B6=E9=97=B4=E6=8E=92?= =?UTF-8?q?=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/firstBill/index.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pages/firstBill/index.js b/pages/firstBill/index.js index 01464ac..6f4d3f6 100644 --- a/pages/firstBill/index.js +++ b/pages/firstBill/index.js @@ -126,7 +126,7 @@ Page({ lat: "", lng: "", jobClassify: "", - sortTag: 1, + sortTag: 2, jobRequestLabelIds: "", cityName: "", brandIds: "", @@ -158,13 +158,13 @@ Page({ pageShow: false, whichOneShow: "", siv: "", - activez: "zuigao", + activez: "shijian", sexid: "-1", // 性别筛选的id dialog1: false, dialog2: false, jobSpecialLabelList: [], brandList: [], - firstMenu: "工价", // 工价筛选tab显示 + firstMenu: "时间", // 工价筛选tab显示 secondMenu: "性别", // 性别筛选tab显示 selectBrandList: [], // 选中的品牌标签 selectJobList: [], // 选中的特色标签 @@ -1706,11 +1706,11 @@ Page({ console.log(e); let that = this; // let data = e.currentTarget.dataset.item; - this.data.storeJobListSearchForm.sortTag = 1; + this.data.storeJobListSearchForm.sortTag = 2; that.data.storeJobListSearchForm.pageNum = 1; this.setData({ - firstMenu: "工价", - activez: "zuigao", + firstMenu: "时间", + activez: "shijian", }); this.toList(); }, @@ -4355,9 +4355,9 @@ Page({ let str = e.currentTarget.dataset.id; console.log(e); if (str == "all") { - that.data.storeJobListSearchForm.sortTag = 1; + that.data.storeJobListSearchForm.sortTag = 2; that.setData({ - firstMenu: "工价", + firstMenu: "时间", // storeJobListSearchForm: that.data.storeJobListSearchForm, recordList: [], });