Browse Source

新用户授权判断

tags/富茂链客4.1.0
刘晖 6 years ago
parent
commit
0395bd06e0
3 changed files with 0 additions and 3 deletions
  1. +0
    -1
      pages/getphoneInfo/index.js
  2. +0
    -1
      pages/getuserinfo/index.js
  3. +0
    -1
      pages/phoneinput/phoneinput.js

+ 0
- 1
pages/getphoneInfo/index.js View File

@@ -74,7 +74,6 @@ Page({
url: `pages/spellGroup/mySpellGroup/index?couponId=${that.data.paramData.couponId}&couponChannelId=${that.data.paramData.couponChannelId}`
})
}
return;
}
/**
* fromId若存在来自卡转赠


+ 0
- 1
pages/getuserinfo/index.js View File

@@ -82,7 +82,6 @@ Page({
wx.reLaunch({
url: `/pages/joinFrDpell/index?couponId=${that.data.optionData.couponId}&orderGroupId=${that.data.optionData.orderGroupId}&couponChannelId=${that.data.optionData.couponChannelId}&orderId=${that.data.optionData.orderId}&avatarUrl=${options.avatarUrl}&nickName=${options.nickName}`
});
return;
}
if (that.data.path == 'index') {
wx.reLaunch({


+ 0
- 1
pages/phoneinput/phoneinput.js View File

@@ -58,7 +58,6 @@ Page({
url: `pages/spellGroup/mySpellGroup/index?couponId=${that.data.paramData.couponId}&couponChannelId=${that.data.paramData.couponChannelId}`
})
}
return;
}
if (that.path != 'index'){
wx.redirectTo({


Loading…
Cancel
Save