소스 검색

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

tags/C.7.1.0
meo 6 년 전
부모
커밋
54189c5a46
1개의 변경된 파일4개의 추가작업 그리고 6개의 파일을 삭제
  1. +4
    -6
      pages/radetail/index.js

+ 4
- 6
pages/radetail/index.js 파일 보기

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

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


불러오는 중...
취소
저장