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 @@ - +