diff --git a/androidPrivacy.json b/androidPrivacy.json new file mode 100644 index 0000000..0d726ca --- /dev/null +++ b/androidPrivacy.json @@ -0,0 +1,3 @@ +{ + "prompt" : "template" +} diff --git a/common/env.js b/common/env.js index 7e8c613..e5433d1 100644 --- a/common/env.js +++ b/common/env.js @@ -33,7 +33,7 @@ const testing = { }; // 根据环境变量选择对应配置 -let currentEnv = production; +let currentEnv = testing; // 判断当前环境 // #ifdef H5 diff --git a/manifest.json b/manifest.json index 0db27a3..7f077cc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,194 +1,193 @@ { - "name" : "友达赏", - "appid" : "__UNI__0BC0425", - "description" : "", - "versionName" : "1.0.1", - "versionCode" : 101, - "transformPx" : false, - /* 5+App特有相关 */ - "app-plus" : { - "usingComponents" : true, - "nvueStyleCompiler" : "uni-app", - "compilerVersion" : 3, - "splashscreen" : { - "alwaysShowBeforeRender" : true, - "waiting" : true, - "autoclose" : true, - "delay" : 0 - }, - /* 模块配置 */ - "modules" : { - "Payment" : {}, - "Share" : {}, - "OAuth" : {}, - "Push" : {}, - "Fingerprint" : {} - }, - /* 应用发布信息 */ - "distribute" : { - /* android打包配置 */ - "android" : { - "permissions" : [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "" - ] - }, - /* ios打包配置 */ - "ios" : {}, - /* SDK配置 */ - "sdkConfigs" : { - "ad" : {}, - "oauth" : { - "weixin" : { - "appid" : "wx3dcc897ef3f95446", - "appsecret" : "57b0a56910bc0a1625ddf3210585de1a", - "UniversalLinks" : "https://help.wechat.com/tq/" - }, - "apple" : {} - }, - "payment" : { - "weixin" : { - "__platform__" : [ "ios", "android" ], - "appid" : "wx3dcc897ef3f95446", - "UniversalLinks" : "https://help.wechat.com/tq/" - } - }, - "share" : { - "weixin" : { - "appid" : "wx3dcc897ef3f95446", - "UniversalLinks" : "https://help.wechat.com/tq/" - } - }, - "push" : { - "unipush" : {} - } - }, - "icons" : { - "android" : { - "hdpi" : "", - "xhdpi" : "", - "xxhdpi" : "", - "xxxhdpi" : "" - }, - "ios" : { - "appstore" : "", - "ipad" : { - "app" : "", - "app@2x" : "", - "notification" : "", - "notification@2x" : "", - "proapp@2x" : "", - "settings" : "", - "settings@2x" : "", - "spotlight" : "", - "spotlight@2x" : "" - }, - "iphone" : { - "app@2x" : "", - "app@3x" : "", - "notification@2x" : "", - "notification@3x" : "", - "settings@2x" : "", - "settings@3x" : "", - "spotlight@2x" : "", - "spotlight@3x" : "" - } - } - }, - "splashscreen" : { - "androidStyle" : "common", - "android" : { - "hdpi" : "C:/Users/Administrator/Desktop/imgs/dealer_bg.png", - "xhdpi" : "C:/Users/Administrator/Desktop/imgs/dealer_bg.png", - "xxhdpi" : "C:/Users/Administrator/Desktop/imgs/dealer_bg.png" - } - } - }, - "uniStatistics" : { - "enable" : true - } - }, - /* 快应用特有相关 */ - "quickapp" : {}, - /* 小程序特有相关 */ - "mp-weixin" : { - "appid" : "wx683d8a8a499d7ec6", - "setting" : { - "urlCheck" : false, - "es6" : false, - "postcss" : true, - "minified" : true - }, - "usingComponents" : true, - "uniStatistics" : { - "enable" : false - }, - "requiredPrivateInfos" : [ - "getLocation", - "onLocationChange", - "startLocationUpdateBackground", - "chooseAddress" - ] - }, - "mp-alipay" : { - "usingComponents" : true, - "uniStatistics" : { - "enable" : false - } - }, - "mp-baidu" : { - "usingComponents" : true, - "uniStatistics" : { - "enable" : false - } - }, - "mp-toutiao" : { - "usingComponents" : true, - "uniStatistics" : { - "enable" : false - } - }, - "uniStatistics" : { - "enable" : false - }, - "h5" : { - "router" : { - "mode" : "history", - "base" : "" - }, - "uniStatistics" : { - "enable" : false - }, - "devServer" : { - "https" : false - }, - "template" : "index.html" - }, - "vueVersion" : "2", - "mp-kuaishou" : { - "uniStatistics" : { - "enable" : false - } - }, - "mp-qq" : { - "uniStatistics" : { - "enable" : false - } - }, - "fallbackLocale" : "zh-Hans" -} + "name": "友达赏", + "appid": "__UNI__0BC0425", + "description": "", + "versionName": "1.0.1", + "versionCode": 101, + "transformPx": false, + /* 5+App特有相关 */ + "app-plus": { + "compatible": { + "ignoreVersion": true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持 + }, + "usingComponents": true, + "nvueStyleCompiler": "uni-app", + "compilerVersion": 3, + "splashscreen": { + "alwaysShowBeforeRender": true, + "waiting": true, + "autoclose": true, + "delay": 0 + }, + /* 模块配置 */ + "modules": { + "Payment": {}, + "Share": {} + }, + /* 应用发布信息 */ + "distribute": { + /* android打包配置 */ + "android": { + "permissions": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ] + }, + /* ios打包配置 */ + "ios": { + "dSYMs": false + }, + /* SDK配置 */ + "sdkConfigs": { + "ad": {}, + "oauth": { + "weixin": { + "appid": "wx3dcc897ef3f95446", + "appsecret": "57b0a56910bc0a1625ddf3210585de1a", + "UniversalLinks": "https://help.wechat.com/tq/" + }, + "apple": {} + }, + "payment": { + "alipay": { + "__platform__": ["ios", "android"] + } + }, + "share": { + "weixin": { + "appid": "wx3dcc897ef3f95446", + "UniversalLinks": "https://help.wechat.com/tq/" + } + }, + "push": {} + }, + "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", + "android": { + "hdpi": "C:/Users/Administrator/Desktop/imgs/dealer_bg.png", + "xhdpi": "C:/Users/Administrator/Desktop/imgs/dealer_bg.png", + "xxhdpi": "C:/Users/Administrator/Desktop/imgs/dealer_bg.png" + }, + "useOriginalMsgbox": true + } + }, + "uniStatistics": { + "enable": true + } + }, + /* 快应用特有相关 */ + "quickapp": {}, + /* 小程序特有相关 */ + "mp-weixin": { + "appid": "wx683d8a8a499d7ec6", + "setting": { + "urlCheck": false, + "es6": false, + "postcss": true, + "minified": true + }, + "usingComponents": true, + "uniStatistics": { + "enable": false + }, + "requiredPrivateInfos": [ + "getLocation", + "onLocationChange", + "startLocationUpdateBackground", + "chooseAddress" + ] + }, + "mp-alipay": { + "usingComponents": true, + "uniStatistics": { + "enable": false + } + }, + "mp-baidu": { + "usingComponents": true, + "uniStatistics": { + "enable": false + } + }, + "mp-toutiao": { + "usingComponents": true, + "uniStatistics": { + "enable": false + } + }, + "uniStatistics": { + "enable": false + }, + "h5": { + "router": { + "mode": "history", + "base": "" + }, + "uniStatistics": { + "enable": false + }, + "devServer": { + "https": false + }, + "template": "index.html" + }, + "vueVersion": "2", + "mp-kuaishou": { + "uniStatistics": { + "enable": false + } + }, + "mp-qq": { + "uniStatistics": { + "enable": false + } + }, + "fallbackLocale": "zh-Hans" +} \ No newline at end of file diff --git a/pages.json b/pages.json index 3dacb5e..f2ab369 100644 --- a/pages.json +++ b/pages.json @@ -449,7 +449,7 @@ "selectedColor": "#000000", "borderStyle": "black", "backgroundColor": "#FFFFFF", - "iconWidth": "48rpx", + "iconWidth": "24px", "list": [{ "pagePath": "pages/shouye/index", "iconPath": "static/tabbar/m1.png", diff --git a/pages/sangdai/sangdai copy.vue b/pages/sangdai/sangdai copy.vue deleted file mode 100644 index 9b32055..0000000 --- a/pages/sangdai/sangdai copy.vue +++ /dev/null @@ -1,1916 +0,0 @@ - - - - - diff --git a/pages/shouye/detail.vue b/pages/shouye/detail.vue index 86647b6..c100f97 100644 --- a/pages/shouye/detail.vue +++ b/pages/shouye/detail.vue @@ -3,166 +3,167 @@ --> @@ -188,7 +189,7 @@ export default { optData: "", boxNum: "", buyNum: 0, - title:"", + title: "", // 下拉刷新的配置(可选, 绝大部分情况无需配置) downOption: { auto: false, @@ -308,7 +309,7 @@ export default { console.log(item); // 使用本地引入的方法调用预览弹窗 preview({ - productType:this.title, + productType: this.title, dataItem: item, goods: this.pageData.goods }).then(() => { @@ -417,7 +418,7 @@ export default { return; } } - + this.buyNum = num; let coupon_id = (this.couponData && this.couponData.id) || '' if (coupon_id != '' && this.useIntegral) { @@ -641,7 +642,7 @@ export default { }, }); }, - + close(e) { console.log('关闭弹窗:', e, this.$refs[e]); if (e === 'buyPop') { diff --git a/pages/shouye/detail_wuxian.vue b/pages/shouye/detail_wuxian.vue index a8780fc..53d3bb7 100644 --- a/pages/shouye/detail_wuxian.vue +++ b/pages/shouye/detail_wuxian.vue @@ -14,7 +14,7 @@ 倒计时:{{ secNum }}S - diff --git a/unpackage/release/apk/__UNI__0BC0425__20250429000405.apk b/unpackage/release/apk/__UNI__0BC0425__20250429000405.apk new file mode 100644 index 0000000..aa8fb1a Binary files /dev/null and b/unpackage/release/apk/__UNI__0BC0425__20250429000405.apk differ diff --git a/unpackage/release/apk/__UNI__0BC0425__20250429002417.apk b/unpackage/release/apk/__UNI__0BC0425__20250429002417.apk new file mode 100644 index 0000000..b389c4e Binary files /dev/null and b/unpackage/release/apk/__UNI__0BC0425__20250429002417.apk differ diff --git a/unpackage/res/icons/1024x1024.png b/unpackage/res/icons/1024x1024.png new file mode 100644 index 0000000..9d156d3 Binary files /dev/null and b/unpackage/res/icons/1024x1024.png differ diff --git a/unpackage/res/icons/120x120.png b/unpackage/res/icons/120x120.png new file mode 100644 index 0000000..3ba3c64 Binary files /dev/null and b/unpackage/res/icons/120x120.png differ diff --git a/unpackage/res/icons/144x144.png b/unpackage/res/icons/144x144.png new file mode 100644 index 0000000..f1c0b66 Binary files /dev/null and b/unpackage/res/icons/144x144.png differ diff --git a/unpackage/res/icons/152x152.png b/unpackage/res/icons/152x152.png new file mode 100644 index 0000000..24c86f8 Binary files /dev/null and b/unpackage/res/icons/152x152.png differ diff --git a/unpackage/res/icons/167x167.png b/unpackage/res/icons/167x167.png new file mode 100644 index 0000000..005d466 Binary files /dev/null and b/unpackage/res/icons/167x167.png differ diff --git a/unpackage/res/icons/180x180.png b/unpackage/res/icons/180x180.png new file mode 100644 index 0000000..7303216 Binary files /dev/null and b/unpackage/res/icons/180x180.png differ diff --git a/unpackage/res/icons/192x192.png b/unpackage/res/icons/192x192.png new file mode 100644 index 0000000..7075f2c Binary files /dev/null and b/unpackage/res/icons/192x192.png differ diff --git a/unpackage/res/icons/20x20.png b/unpackage/res/icons/20x20.png new file mode 100644 index 0000000..5920f59 Binary files /dev/null and b/unpackage/res/icons/20x20.png differ diff --git a/unpackage/res/icons/29x29.png b/unpackage/res/icons/29x29.png new file mode 100644 index 0000000..f69ebf1 Binary files /dev/null and b/unpackage/res/icons/29x29.png differ diff --git a/unpackage/res/icons/40x40.png b/unpackage/res/icons/40x40.png new file mode 100644 index 0000000..ff37c37 Binary files /dev/null and b/unpackage/res/icons/40x40.png differ diff --git a/unpackage/res/icons/58x58.png b/unpackage/res/icons/58x58.png new file mode 100644 index 0000000..5d30830 Binary files /dev/null and b/unpackage/res/icons/58x58.png differ diff --git a/unpackage/res/icons/60x60.png b/unpackage/res/icons/60x60.png new file mode 100644 index 0000000..3ff0973 Binary files /dev/null and b/unpackage/res/icons/60x60.png differ diff --git a/unpackage/res/icons/72x72.png b/unpackage/res/icons/72x72.png new file mode 100644 index 0000000..789f1cf Binary files /dev/null and b/unpackage/res/icons/72x72.png differ diff --git a/unpackage/res/icons/76x76.png b/unpackage/res/icons/76x76.png new file mode 100644 index 0000000..efff61d Binary files /dev/null and b/unpackage/res/icons/76x76.png differ diff --git a/unpackage/res/icons/80x80.png b/unpackage/res/icons/80x80.png new file mode 100644 index 0000000..b7dc191 Binary files /dev/null and b/unpackage/res/icons/80x80.png differ diff --git a/unpackage/res/icons/87x87.png b/unpackage/res/icons/87x87.png new file mode 100644 index 0000000..4eb076b Binary files /dev/null and b/unpackage/res/icons/87x87.png differ diff --git a/unpackage/res/icons/96x96.png b/unpackage/res/icons/96x96.png new file mode 100644 index 0000000..5f1177d Binary files /dev/null and b/unpackage/res/icons/96x96.png differ