forked from nsjcy/frontEnd/nsjcy

Mr Ke
2020-05-27 58ae2ba21efcd85df331cf996a94038a77302b51
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',