物流+下单+地址修改

This commit is contained in:
@fawn-nine
2023-10-18 17:03:48 +08:00
parent bd998074a3
commit 39ec8fdb34
14 changed files with 142 additions and 76 deletions

View File

@@ -37,7 +37,8 @@
},
"distribute" : {
"apple" : {
"devices" : "universal"
"devices" : "universal",
"UIBackgroundModes" : [ "audio" ]
},
"android" : {
"permissionPhoneState" : {
@@ -85,7 +86,7 @@
"share" : {
"weixin" : {
"appid" : "wx47134a8f15083734",
"UniversalLinks" : ""
"UniversalLinks" : "https://verification.nuttyreading.com/uni-universallinks/__UNI__9788EB5/"
}
},
"payment" : {
@@ -96,7 +97,7 @@
"weixin" : {
"__platform__" : [ "android" ],
"appid" : "wx47134a8f15083734",
"UniversalLinks" : ""
"UniversalLinks" : "https://verification.nuttyreading.com/uni-universallinks/__UNI__9788EB5/"
}
}
},
@@ -107,7 +108,12 @@
},
"ios" : {
"dSYMs" : false,
"UIBackgroundModes" : [ "audio" ] // 背景播放音乐
"UIBackgroundModes" : [ "audio" ], // 背景播放音乐
"capabilities" : {
"entitlements" : {
"com.apple.developer.associated-domains" : [ "applinks:verification.nuttyreading.com" ]
}
}
},
"icons" : {
"android" : {
@@ -178,7 +184,8 @@
"enable" : true
}
}
}
},
"_spaceID" : "mp-3614b80b-2d75-4462-a481-4998f8187274"
}
// 小程序特有相关