diff --git a/property-uniapp-project/manifest.json b/property-uniapp-project/manifest.json index 4f11289..48efd92 100644 --- a/property-uniapp-project/manifest.json +++ b/property-uniapp-project/manifest.json @@ -107,6 +107,12 @@ "weixin" : { "__platform__" : [ "ios", "android" ] } + }, + "oauth" : { + "weixin" : { + "appid" : "", + "UniversalLinks" : "" + } } }, "icons" : { @@ -184,17 +190,6 @@ "icons" : { "foreground" : "unpackage/res/icons/logo-app.png", "background" : "unpackage/res/icons/background.png" - }, - "signingConfigs" : { - "release" : { - "certpath" : "D:/物业app-ios-harmony-证书/new_harmony/新花开物业正式.cer", - "keyAlias" : "wuye_release", - "keyPassword" : "0000001A9E0C0113E4B700C047F1BE0C671C25CDEE277F48C5706A9799B0FCC3804E17FD7C52B089C710", - "profile" : "D:/物业app-ios-harmony-证书/new_harmony/yonghu_profileRelease.p7b", - "signAlg" : "SHA256withECDSA", - "storeFile" : "D:/物业app-ios-harmony-证书/new_harmony/huakaiwuye.p12", - "storePassword" : "0000001AD76C6FA365F39AF1BEB3ED5A58612AF310FFE4240FC31CB6020C301DEFA1D1F0F8EFF141511E" - } } } } diff --git a/property-uniapp-project/pageSubPack/payment-list/yinlianPayTn.vue b/property-uniapp-project/pageSubPack/payment-list/yinlianPayTn.vue index 42378ff..141856d 100644 --- a/property-uniapp-project/pageSubPack/payment-list/yinlianPayTn.vue +++ b/property-uniapp-project/pageSubPack/payment-list/yinlianPayTn.vue @@ -157,7 +157,8 @@ uni.showToast({ title: '支付请求异常', icon: 'none' }) } } - + + // 微信支付 const invokeWxPay = (data) => { const orderInfo = { appid: data.appId, @@ -182,7 +183,8 @@ } }) } - + + // 支付宝支付 const invokeAlipay = (data) => { const orderInfo = data.orderInfo || data uni.requestPayment({ diff --git a/property-uniapp-project/static/icons/logo-app.png b/property-uniapp-project/static/icons/logo-app.png new file mode 100644 index 0000000..0aa169d Binary files /dev/null and b/property-uniapp-project/static/icons/logo-app.png differ