添加logo图片

This commit is contained in:
zhouyanli
2026-06-29 08:13:59 +08:00
parent 5acbc0b154
commit d0ed33ccc3
3 changed files with 10 additions and 13 deletions

View File

@@ -107,6 +107,12 @@
"weixin" : { "weixin" : {
"__platform__" : [ "ios", "android" ] "__platform__" : [ "ios", "android" ]
} }
},
"oauth" : {
"weixin" : {
"appid" : "",
"UniversalLinks" : ""
}
} }
}, },
"icons" : { "icons" : {
@@ -184,17 +190,6 @@
"icons" : { "icons" : {
"foreground" : "unpackage/res/icons/logo-app.png", "foreground" : "unpackage/res/icons/logo-app.png",
"background" : "unpackage/res/icons/background.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"
}
} }
} }
} }

View File

@@ -158,6 +158,7 @@
} }
} }
// 微信支付
const invokeWxPay = (data) => { const invokeWxPay = (data) => {
const orderInfo = { const orderInfo = {
appid: data.appId, appid: data.appId,
@@ -183,6 +184,7 @@
}) })
} }
// 支付宝支付
const invokeAlipay = (data) => { const invokeAlipay = (data) => {
const orderInfo = data.orderInfo || data const orderInfo = data.orderInfo || data
uni.requestPayment({ uni.requestPayment({

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB