调整universallinks

This commit is contained in:
唐明明
2021-11-02 17:25:12 +08:00
parent 84c4b3a097
commit d0596bd8a2
6 changed files with 332 additions and 44194 deletions

View File

@@ -224,22 +224,18 @@
}, 3000);
},
fail: (err) => {
uni.showModal({
title: '调试信息',
content: err
uni.showToast({
title: '支付失败' + err.message,
duration: 3000,
mask: true,
icon: 'none'
})
// uni.showToast({
// title: err,
// duration: 3000,
// mask: true,
// icon: 'none'
// })
// setTimeout(() => {
// uni.navigateTo({
// url: '/pages/goods/payStatus?success=false'
// })
// this.canPay = true
// }, 3000);
setTimeout(() => {
uni.navigateTo({
url: '/pages/goods/payStatus?success=false'
})
this.canPay = true
}, 3000);
}
})
} else {

View File

@@ -259,9 +259,6 @@
* 4 企业id
**/
if (sweixin != null) {
console.log(this.company.original_id)
sweixin.launchMiniProgram({
id: this.company.original_id,
path: 'pages/login/guide?scene=index_' + this.company.company_id