Merge branch 'wwz_d' of https://e.coding.net/g-cphe0354/xiaochengxusaomadiancan/cashier_weapp into wwz_x
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
this.paygetActive(e.shopId) //列表
|
this.paygetActive(e.shopId) //列表
|
||||||
// 判断是否绑定手机,只有下单时候有,会员列表肯定有
|
// 判断是否绑定手机,只有下单时候有,会员列表肯定有
|
||||||
console.log(uni.cache.get('userInfo').telephone, '调试1')
|
console.log(uni.cache.get('userInfo').telephone, '调试1')
|
||||||
if (!uni.cache.get('userInfo').telephone) {
|
if (uni.cache.get('userInfo').telephone=='') {
|
||||||
// 跳转到开通页面
|
// 跳转到开通页面
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/member/activatedmemberone?shopId=' + e.shopId
|
url: '/pages/member/activatedmemberone?shopId=' + e.shopId
|
||||||
|
|||||||
Reference in New Issue
Block a user