diff --git a/manifest.json b/manifest.json index 2e5060a..bcd6d7f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,179 +1,180 @@ -{ - "name": "链商星球", - "appid": "__UNI__1F65101", - "description": "安徽星煌,链商星球商家工具", - "versionName": "1.0.9", - "versionCode": 109, - "transformPx": false, - /* 5+App特有相关 */ - "app-plus": { - "usingComponents": true, - "nvueStyleCompiler": "uni-app", - "compilerVersion": 3, - "splashscreen": { - "alwaysShowBeforeRender": true, - "waiting": true, - "autoclose": true, - "delay": 0 - }, - "safearea": { - "bottom": { - "offset": "none" - } - }, - /* 模块配置 */ - "modules": { - "OAuth": {}, - "LivePusher": {}, - "VideoPlayer": {}, - "Push": {}, - "Share": {}, - "Payment": {}, - "Geolocation": {}, - "Maps": {} - }, - /* 应用发布信息 */ - "distribute": { - /* android打包配置 */ - "android": { - "permissions": [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "" - ] - }, - /* ios打包配置 */ - "ios": { - "privacyDescription": { - "NSPhotoLibraryUsageDescription": "上传图片", - "NSPhotoLibraryAddUsageDescription": "下载图片", - "NSCameraUsageDescription": "扫描二维码", - "NSLocationAlwaysAndWhenInUseUsageDescription": "定位您的店铺地址", - "NSRemindersUsageDescription": "及时通知提醒内容", - "NSLocalNetworkUsageDescription": "使用您的网络获取服务数据" - } - }, - /* SDK配置 */ - "sdkConfigs": { - "ad": {}, - "payment": { - "weixin": { - "__platform__": ["ios", "android"], - "appid": "wxd8b146e0a37bab50", - "UniversalLinks": "https://lianshang/app/" - }, - "alipay": { - "__platform__": ["ios", "android"] - } - }, - "oauth": { - "univerify": {}, - "weixin": { - "appid": "wxd8b146e0a37bab50", - "appsecret": "6896afa5d57be13aecaf179c3547a940", - "UniversalLinks": "https://lianshang/app/" - } - }, - "push": { - "unipush": {} - }, - "share": { - "weixin": { - "appid": "wxd8b146e0a37bab50", - "UniversalLinks": "https://lianshang/app/" - } - }, - "maps": { - "amap": { - "appkey_ios": "450192db4bea0af2f226b8c1e1f7b769", - "appkey_android": "6ff79685204ba5f14ae2e898e0d3b8a0" - } - }, - "geolocation": { - "amap": { - "__platform__": ["ios", "android"], - "appkey_ios": "450192db4bea0af2f226b8c1e1f7b769", - "appkey_android": "6ff79685204ba5f14ae2e898e0d3b8a0" - } - } - }, - "icons": { - "android": { - "hdpi": "unpackage/res/icons/72x72.png", - "xhdpi": "unpackage/res/icons/96x96.png", - "xxhdpi": "unpackage/res/icons/144x144.png", - "xxxhdpi": "unpackage/res/icons/192x192.png" - }, - "ios": { - "appstore": "unpackage/res/icons/1024x1024.png", - "ipad": { - "app": "unpackage/res/icons/76x76.png", - "app@2x": "unpackage/res/icons/152x152.png", - "notification": "unpackage/res/icons/20x20.png", - "notification@2x": "unpackage/res/icons/40x40.png", - "proapp@2x": "unpackage/res/icons/167x167.png", - "settings": "unpackage/res/icons/29x29.png", - "settings@2x": "unpackage/res/icons/58x58.png", - "spotlight": "unpackage/res/icons/40x40.png", - "spotlight@2x": "unpackage/res/icons/80x80.png" - }, - "iphone": { - "app@2x": "unpackage/res/icons/120x120.png", - "app@3x": "unpackage/res/icons/180x180.png", - "notification@2x": "unpackage/res/icons/40x40.png", - "notification@3x": "unpackage/res/icons/60x60.png", - "settings@2x": "unpackage/res/icons/58x58.png", - "settings@3x": "unpackage/res/icons/87x87.png", - "spotlight@2x": "unpackage/res/icons/80x80.png", - "spotlight@3x": "unpackage/res/icons/120x120.png" - } - } - }, - "splashscreen": { - "androidStyle": "common", - "iosStyle": "common" - } - } - }, - /* 快应用特有相关 */ - "quickapp": {}, - /* 小程序特有相关 */ - "mp-weixin": { - "appid": "", - "setting": { - "urlCheck": false - }, - "usingComponents": true - }, - "mp-alipay": { - "usingComponents": true - }, - "mp-baidu": { - "usingComponents": true - }, - "mp-toutiao": { - "usingComponents": true - }, - "uniStatistics": { - "enable": false - }, - "vueVersion": "2" -} +{ + "name" : "链商星球", + "appid" : "__UNI__1F65101", + "description" : "安徽星煌,链商星球商家工具", + "versionName" : "1.0.9", + "versionCode" : 109, + "transformPx" : false, + /* 5+App特有相关 */ + "app-plus" : { + "usingComponents" : true, + "nvueStyleCompiler" : "uni-app", + "compilerVersion" : 3, + "splashscreen" : { + "alwaysShowBeforeRender" : true, + "waiting" : true, + "autoclose" : true, + "delay" : 0 + }, + "safearea" : { + "bottom" : { + "offset" : "none" + } + }, + /* 模块配置 */ + "modules" : { + "OAuth" : {}, + "LivePusher" : {}, + "VideoPlayer" : {}, + "Push" : {}, + "Share" : {}, + "Payment" : {}, + "Geolocation" : {}, + "Maps" : {} + }, + /* 应用发布信息 */ + "distribute" : { + /* android打包配置 */ + "android" : { + "permissions" : [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ] + }, + /* ios打包配置 */ + "ios" : { + "privacyDescription" : { + "NSPhotoLibraryUsageDescription" : "上传图片", + "NSPhotoLibraryAddUsageDescription" : "下载图片", + "NSCameraUsageDescription" : "扫描二维码", + "NSLocationAlwaysAndWhenInUseUsageDescription" : "定位您的店铺地址", + "NSRemindersUsageDescription" : "及时通知提醒内容", + "NSLocalNetworkUsageDescription" : "使用您的网络获取服务数据" + } + }, + /* SDK配置 */ + "sdkConfigs" : { + "ad" : {}, + "payment" : { + "weixin" : { + "__platform__" : [ "ios", "android" ], + "appid" : "wxd8b146e0a37bab50", + "UniversalLinks" : "https://lianshang/app/" + }, + "alipay" : { + "__platform__" : [ "ios", "android" ] + } + }, + "oauth" : { + "univerify" : {}, + "weixin" : { + "appid" : "wxd8b146e0a37bab50", + "appsecret" : "6896afa5d57be13aecaf179c3547a940", + "UniversalLinks" : "https://lianshang/app/" + } + }, + "push" : { + "unipush" : {} + }, + "share" : { + "weixin" : { + "appid" : "wxd8b146e0a37bab50", + "UniversalLinks" : "https://lianshang/app/" + } + }, + "maps" : { + "amap" : { + "appkey_ios" : "450192db4bea0af2f226b8c1e1f7b769", + "appkey_android" : "6ff79685204ba5f14ae2e898e0d3b8a0" + } + }, + "geolocation" : { + "amap" : { + "__platform__" : [ "ios", "android" ], + "appkey_ios" : "450192db4bea0af2f226b8c1e1f7b769", + "appkey_android" : "6ff79685204ba5f14ae2e898e0d3b8a0" + } + } + }, + "icons" : { + "android" : { + "hdpi" : "unpackage/res/icons/72x72.png", + "xhdpi" : "unpackage/res/icons/96x96.png", + "xxhdpi" : "unpackage/res/icons/144x144.png", + "xxxhdpi" : "unpackage/res/icons/192x192.png" + }, + "ios" : { + "appstore" : "unpackage/res/icons/1024x1024.png", + "ipad" : { + "app" : "unpackage/res/icons/76x76.png", + "app@2x" : "unpackage/res/icons/152x152.png", + "notification" : "unpackage/res/icons/20x20.png", + "notification@2x" : "unpackage/res/icons/40x40.png", + "proapp@2x" : "unpackage/res/icons/167x167.png", + "settings" : "unpackage/res/icons/29x29.png", + "settings@2x" : "unpackage/res/icons/58x58.png", + "spotlight" : "unpackage/res/icons/40x40.png", + "spotlight@2x" : "unpackage/res/icons/80x80.png" + }, + "iphone" : { + "app@2x" : "unpackage/res/icons/120x120.png", + "app@3x" : "unpackage/res/icons/180x180.png", + "notification@2x" : "unpackage/res/icons/40x40.png", + "notification@3x" : "unpackage/res/icons/60x60.png", + "settings@2x" : "unpackage/res/icons/58x58.png", + "settings@3x" : "unpackage/res/icons/87x87.png", + "spotlight@2x" : "unpackage/res/icons/80x80.png", + "spotlight@3x" : "unpackage/res/icons/120x120.png" + } + } + }, + "splashscreen" : { + "androidStyle" : "common", + "iosStyle" : "common" + } + } + }, + /* 快应用特有相关 */ + "quickapp" : {}, + /* 小程序特有相关 */ + "mp-weixin" : { + "appid" : "", + "setting" : { + "urlCheck" : false + }, + "usingComponents" : true + }, + "mp-alipay" : { + "usingComponents" : true + }, + "mp-baidu" : { + "usingComponents" : true + }, + "mp-toutiao" : { + "usingComponents" : true + }, + "uniStatistics" : { + "enable" : false + }, + "vueVersion" : "2" +} /* SDK配置 */ + diff --git a/pages/goods/confirmOrder.vue b/pages/goods/confirmOrder.vue index 743bb9d..f2ec0e0 100644 --- a/pages/goods/confirmOrder.vue +++ b/pages/goods/confirmOrder.vue @@ -212,7 +212,7 @@ success: res => { uni.showToast({ title: '支付成功', - duration: 3000, + duration: 10000, mask: true, icon: 'none' }) @@ -225,7 +225,7 @@ }, fail: (err) => { uni.showToast({ - title: '支付失败' + err.message, + title: '支付失败', duration: 3000, mask: true, icon: 'none'