forked from nsjcy/frontEnd/nsjcy

liuwh
2020-04-27 4e44bc1fd7806a6c1611302120882b91d96640b5
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',