团购支付

This commit is contained in:
2024-04-08 21:33:15 +08:00
parent 935d56227d
commit c94ddeed1a
14 changed files with 483 additions and 384 deletions

View File

@@ -5,13 +5,11 @@
"versionName": "1.0.0",
"versionCode": "100",
"transformPx": false,
"app-plus":
{
"app-plus": {
"usingComponents": true,
"nvueStyleCompiler": "uni-app",
"compilerVersion": 3,
"splashscreen":
{
"splashscreen": {
"alwaysShowBeforeRender": true,
"waiting": true,
"autoclose": true,
@@ -19,25 +17,27 @@
},
"modules": {}
},
"mp-weixin":
{
"mp-weixin": {
"appid": "wx92e663dc11d0c0a8",
// "appid": "wx67a750d0ceed4d88",
"setting":
{
// "appid": "wx67a750d0ceed4d88",
"setting": {
"urlCheck": false
},
"usingComponents": true
"usingComponents": true,
"plugins": {
"sqb-pay": {
"version": "1.3.0",
"provider": "wx55540b288c5ce319"
}
}
},
"uniStatistics":
{
"uniStatistics": {
"enable": false
},
"vueVersion": "3",
"h5":
{
"router":
{
"h5": {
"router": {
"mode": "hash",
"base": "/uniapp-vue3-template/"
}