Commit 71f3464b by 陈玉桐

fix

parent 0279edb7
......@@ -113,14 +113,15 @@ Page({
method: 'POST',
data: {
token: wx.getStorageSync('token'),
historyId: options.historyId
// historyId: options.historyId
historyId: 15
},
success: function (res) {
// 请求成功后关闭Loading
wx.hideLoading();
if(res.data.errno==200){
me.setData({
name: res.data.data.name,
teenageName: res.data.data.name,
avatar: res.data.data.avatar,
beginDay: res.data.data.beginDay,
endDay: res.data.data.endDay,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment