...
|
...
|
@@ -317,9 +317,9 @@ function getPhoneNumber(e) { |
|
|
router.goUrl(`${config.MINI_APP_DOMAIN}/pages/account/bindMobile?phone=${phoneNumber}&area=${countryCode}`);
|
|
|
});
|
|
|
} else {
|
|
|
wx.navigateTo({
|
|
|
url: '/pages/account/bindMobile'
|
|
|
});
|
|
|
// wx.navigateTo({
|
|
|
// url: '/pages/account/bindMobile'
|
|
|
// });
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
|