|
|
@@ -351,13 +351,13 @@ Page({ |
|
|
|
*/ |
|
|
|
wx.redirectTo({ |
|
|
|
url: "/pages/getphoneInfo/index?path=spell&couponChannelId=" + |
|
|
|
that.data.couponChannelId + '&couponId=' + that.data.couponId |
|
|
|
that.data.couponChannelId + '&couponId=' + that.data.couponId + '&orderId=' + that.data.orderId + '&avatarUrl=' + that.data.avatarUrl + '&nickName=' + that.data.nickName |
|
|
|
}); |
|
|
|
} else if (err.code == 11006) { |
|
|
|
// 用户手机已加密 |
|
|
|
wx.redirectTo({ |
|
|
|
url: "/pages/phoneinput/phoneinput?path=spell&couponChannelId=" + |
|
|
|
that.data.couponChannelId + '&couponId=' + that.data.couponId |
|
|
|
that.data.couponChannelId + '&couponId=' + that.data.couponId + '&orderId=' + that.data.orderId + '&avatarUrl=' + that.data.avatarUrl + '&nickName=' + that.data.nickName |
|
|
|
}); |
|
|
|
} else { |
|
|
|
wx.showToast({ |
|
|
|