调整universallinks
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user