积分商城 添加地址

This commit is contained in:
魏啾
2024-03-28 09:48:52 +08:00
parent 53afc38e76
commit a9b9da0bbf
27 changed files with 2762 additions and 39 deletions

View File

@@ -80,30 +80,6 @@
console.log(err)
}
});
// uni.pro.navigateTo('pay_code/pay_code', {
// nickName:userInfo.nickName,
// nickName:userInfo.nickName
// })
// uni.getUserInfo({
// provider: 'weixin',
// success: async (infoRes) => {
// console.log(infoRes, 81);
// // let res = await this.api.userwxlogin({
// // code: uni.cache.get('weixincode'), //临时登录凭证
// // rawData: '', // 用户非敏感信息
// // rawData: '' // 签名
// // })
// // if (res) {
// // console.log(res, 88)
// // }
// },
// fail: (err) => {
// console.log(err)
// }
// });
} catch (e) {
console.log(e)
}