Browse Source

[活动报名][修改]:[活动报名修改状态的展示]

tags/C.7.1.0
meo 6 years ago
parent
commit
54189c5a46
1 changed files with 4 additions and 6 deletions
  1. +4
    -6
      pages/radetail/index.js

+ 4
- 6
pages/radetail/index.js View File

@@ -37,6 +37,10 @@ Page({
id: id
}
}).then(res => {
that.setData({
status: res.data.status
});
if (res && res.data && res.data.activity) {
that.setData({
data: res.data.activity
@@ -65,12 +69,6 @@ Page({
})
}
}
if (res && res.data && res.data.status) {
that.setData({
status: res.data.status
});
}

}).catch(err => {
wx.showToast({
title: err.errMsg,


Loading…
Cancel
Save