SunshineLnsMinApp/pages/activityDetail/activityDetail.js
@@ -181,7 +181,7 @@ } var that = this; wx.request({ url: app.globalData.url + '/api/activityInfo/activityApply', url: app.globalData.url + '/api/activity/activityApply', data: peopleInfo, method: 'POST', header: { @@ -189,8 +189,8 @@ }, success: function (res) { if (res.data.code == 0) { wx.reLaunch({ url: '../index/index', wx.navigateBack({ delta: 1 }, wx.showToast({ title: '报名成功!', icon: 'success',