|
@@ -69,7 +69,7 @@ export default {
|
|
|
var isBind = res.data.isBind;
|
|
|
///已经绑定
|
|
|
if (isBind) {
|
|
|
- uni.navigateTo({
|
|
|
+ uni.redirectTo({
|
|
|
url: `/pages/public/remote?state=${this.state}&openId=${this.openId}`,
|
|
|
});
|
|
|
} else {
|
|
@@ -79,7 +79,7 @@ export default {
|
|
|
openId: this.openId,
|
|
|
}).then((res) => {
|
|
|
if (res.code === 0) {
|
|
|
- uni.navigateTo({
|
|
|
+ uni.redirectTo({
|
|
|
url: `/pages/public/remote?state=${this.state}&openId=${this.openId}`,
|
|
|
});
|
|
|
} else {
|