Merge branch 'new' of https://gitea.lihaink.cn/mkm/nk-shop2.0 into new
This commit is contained in:
commit
0470d887d0
@ -99,7 +99,17 @@
|
||||
// 获取二维码
|
||||
getQrcode() {
|
||||
qrcode().then(res => {
|
||||
if (res.status == 200) {
|
||||
this.qrcodeUrl = res.data.url;
|
||||
} else {
|
||||
uni.showModal({
|
||||
content: '暂未开通邀请码,需开通邀请码请联系管理员',
|
||||
showCancel: false,
|
||||
success: (res) => {
|
||||
uni.navigateBack();
|
||||
}
|
||||
})
|
||||
}
|
||||
}).catch(err => {
|
||||
uni.showModal({
|
||||
content: '暂未开通邀请码,需开通邀请码请联系管理员',
|
||||
|
Loading…
x
Reference in New Issue
Block a user