From f6769f754b9df35a0811b74d86a895c7ccc23470 Mon Sep 17 00:00:00 2001 From: zhangjing Date: Wed, 2 Aug 2023 16:45:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=93=E9=AA=8C=E5=AE=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mall/coupon/coupon.wxml | 4 ++-- pages/recruit/index.js | 6 +++--- pages/recruit/index.wxml | 11 +++++++---- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/pages/mall/coupon/coupon.wxml b/pages/mall/coupon/coupon.wxml index 42c2fe1..ecfc69d 100644 --- a/pages/mall/coupon/coupon.wxml +++ b/pages/mall/coupon/coupon.wxml @@ -3,12 +3,12 @@ 1瓶 - + diff --git a/pages/recruit/index.js b/pages/recruit/index.js index 3b8bcf1..0956ec0 100644 --- a/pages/recruit/index.js +++ b/pages/recruit/index.js @@ -95,8 +95,8 @@ Page({ this.setData({ recruitData: res.data }) - // 0可以申请 1需要面检测 5签收-查看物流 6打卡 7第二次面 8完成 - if(res.data.can.status == 6 || res.data.can.status == 7 || res.data.can.status == 8) { + // 0可以申请 1需要面检测 5签收-查看物流 6打卡 7第二次面 8去兑换产品 9完成 + if(res.data.can.status == 6 || res.data.can.status == 7 || res.data.can.status == 9) { // 显示打卡数据 this.setData({ type : 'clockIn' @@ -109,7 +109,7 @@ Page({ this.dailyInfo(); } - if(res.data.can.status == 8) { + if(res.data.can.status == 8 || res.data.can.status == 9) { // 获取两次报告对比 this.skinInfo(); } diff --git a/pages/recruit/index.wxml b/pages/recruit/index.wxml index a3fbdf1..c92b79b 100644 --- a/pages/recruit/index.wxml +++ b/pages/recruit/index.wxml @@ -58,9 +58,9 @@ - - - {{recruitData.can.text}} + + + {{recruitData.can.text}} {{recruitData.can.text}},重新编辑报名 {{recruitData.can.text}} @@ -166,6 +166,9 @@ 二次面检 + + 兑换产品 + 已完成 @@ -174,7 +177,7 @@ - +