1***@qq.com
1***@qq.com
  • 发布:2019-12-30 11:01
  • 更新:2019-12-30 11:01
  • 阅读:704

【报Bug】6S 6SP 弹出授权弹窗 用户点击允许,无法跳转到设定的页面 还是在授权页面

分类:uni-app

详细问题描述

[内容]
SetCustomerUI: function(data) {
let that = this;
let datas = {
openid: that.userInfo.openId,
unionId: that.userInfo.unionId,
customerId: data.customer_info.customer_id
};
getApp().globalData.userList = datas;
// uni.navigateBack();
that.NextPage();
},
NextPage: function() {
uni.reLaunch({
url: '/pages/tabBar/home/home'
});
},

2019-12-30 11:01 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复