From 123e53b4c71f9e15b6958a57afa0c30bc94bf13e Mon Sep 17 00:00:00 2001 From: wangfukang <15630117759@163.com> Date: Fri, 24 Apr 2026 11:23:14 +0800 Subject: [PATCH] 1 --- package1/group/groupBuyList.vue | 6 +++--- package1/myCenter/partTimeJobRegister.vue | 12 ++++++++++++ 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/package1/group/groupBuyList.vue b/package1/group/groupBuyList.vue index f1ed19b..b82c238 100644 --- a/package1/group/groupBuyList.vue +++ b/package1/group/groupBuyList.vue @@ -64,7 +64,7 @@ - @@ -418,9 +418,9 @@ judgeBusinessStatus() { for (let i = 0; i < this.shopList.length; i++) { if (this.shopList[i].shopTakeaway != '' && this.shopList[i].shopTakeaway != null) { - if (this.shopList[i].shopTakeaway.status == 0) { + if (this.shopList[i].status == 1) { let isEndTime = this.isWithinBusinessHours(this.shopList[i].shopTakeaway.businessHourBegin,this.shopList[i].shopTakeaway.businessHourEnd) - this.shopList[i].shopTakeaway.status = isEndTime ? 0 : 1 + this.shopList[i].status = isEndTime ? 1 : 0 } } diff --git a/package1/myCenter/partTimeJobRegister.vue b/package1/myCenter/partTimeJobRegister.vue index c551800..ea5fec3 100644 --- a/package1/myCenter/partTimeJobRegister.vue +++ b/package1/myCenter/partTimeJobRegister.vue @@ -40,6 +40,15 @@ style="background: #eee;height: 80rpx;line-height: 80rpx;padding: 18rpx 20rpx;border-radius: 20rpx;"> + + + * 手机号 + + + + + * 兼职类型 @@ -209,6 +218,7 @@ highFloorFee: 0, paotui: false, waima: false, + mobile:'', studentCard: '', }, bigImg: '', @@ -239,6 +249,7 @@ let data = res.result; if (data.workerName) that.formData.name = data.workerName; if (data.cardPicture) that.formData.studentCard = data.cardPicture; + if (data.mobile) that.formData.mobile = data.mobile; if (data.highFloorFee !== undefined && data.highFloorFee !== null) that.formData.highFloorFee = data.highFloorFee; let list = data.workerRelaPriceList || []; @@ -396,6 +407,7 @@ workerName: this.formData.name, cardPicture: this.formData.studentCard, highFloorFee: this.formData.highFloorFee, + mobile: this.formData.mobile, workerRelaPriceList: workerRelaPriceList };