[体验官活动]

This commit is contained in:
2023-07-13 17:38:23 +08:00
parent a9588815b8
commit 49338797af
13 changed files with 335 additions and 75 deletions

View File

@@ -5,11 +5,11 @@ Page({
* 页面的初始数据
*/
data: {
paySuccess : false,
experienceId: '',
typesArr : [],
typesIndex : 0,
refertoStatus: false,
paySuccess : false, // 兑换成功显示
// 市级选择
cityArr : [],
@@ -31,18 +31,12 @@ Page({
})
// 获取申请前置接口
this.recruitInfo(options.id);
this.setData({
paySuccess: true
})
},
/**
* 生命周期函数--监听页面显示
*/
onShow() {
},
onShow() { },
/**
* 申请前置接口
@@ -62,6 +56,7 @@ Page({
this.setData({
typesArr : [{experience_type_id: null, name: "请选择体验内容"}, ...res.data.types],
cityArr : [...areas, ...res.data.areas],
paySuccess : false
})
// 获取区级列表