调整universallinks
This commit is contained in:
11
apple-app-site-association.json
Normal file
11
apple-app-site-association.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"applinks": {
|
||||
"apps": [],
|
||||
"details": [
|
||||
{
|
||||
"appID": "io.lianshang.app",
|
||||
"paths": [ "https://www.lianshang.vip/ulink/*"]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -77,7 +77,7 @@
|
||||
"weixin": {
|
||||
"__platform__": ["ios", "android"],
|
||||
"appid": "wxd8b146e0a37bab50",
|
||||
"UniversalLinks" : "https://io.lianshang.app"
|
||||
"UniversalLinks": "https://lianshang/app/"
|
||||
},
|
||||
"alipay": {
|
||||
"__platform__": ["ios", "android"]
|
||||
@@ -88,7 +88,7 @@
|
||||
"weixin": {
|
||||
"appid": "wxd8b146e0a37bab50",
|
||||
"appsecret": "6896afa5d57be13aecaf179c3547a940",
|
||||
"UniversalLinks" : "https://io.lianshang.app"
|
||||
"UniversalLinks": "https://lianshang/app/"
|
||||
}
|
||||
},
|
||||
"push": {
|
||||
@@ -97,7 +97,7 @@
|
||||
"share": {
|
||||
"weixin": {
|
||||
"appid": "wxd8b146e0a37bab50",
|
||||
"UniversalLinks" : "https://io.lianshang.app"
|
||||
"UniversalLinks": "https://lianshang/app/"
|
||||
}
|
||||
},
|
||||
"maps": {
|
||||
@@ -177,4 +177,3 @@
|
||||
"vueVersion": "2"
|
||||
}
|
||||
/* SDK配置 */
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
44127
unpackage/dist/dev/app-plus/app-service.js
vendored
44127
unpackage/dist/dev/app-plus/app-service.js
vendored
File diff suppressed because one or more lines are too long
2
unpackage/dist/dev/app-plus/manifest.json
vendored
2
unpackage/dist/dev/app-plus/manifest.json
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user