diff --git a/manifest.json b/manifest.json index dd14e09..ecea86a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,191 +1,192 @@ { - "name" : "枫岚云赏", - "appid" : "__UNI__B7E0990", - "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" : "wx2c73767b33de26fb", - "appsecret" : "57b0a56910bc0a1625ddf3210585de1a", - "UniversalLinks" : "https://help.wechat.com/tq/" - }, - "apple" : {} - }, - "payment" : { - "weixin" : { - "__platform__" : [ "ios", "android" ], - "appid" : "wx2c73767b33de26fb", - "UniversalLinks" : "https://help.wechat.com/tq/" - } - }, - "share" : { - "weixin" : { - "appid" : "wx2c73767b33de26fb", - "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" : "wx82c787f79c22f012", - "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" - }, - "uniStatistics" : { - "enable" : false - }, - "devServer" : { - "https" : false - } - }, - "vueVersion" : "2", - "mp-kuaishou" : { - "uniStatistics" : { - "enable" : false - } - }, - "mp-qq" : { - "uniStatistics" : { - "enable" : false - } - } -} + "name": "枫岚云赏", + "appid": "__UNI__B7E0990", + "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": "wx2c73767b33de26fb", + "appsecret": "57b0a56910bc0a1625ddf3210585de1a", + "UniversalLinks": "https://help.wechat.com/tq/" + }, + "apple": {} + }, + "payment": { + "weixin": { + "__platform__": ["ios", "android"], + "appid": "wx2c73767b33de26fb", + "UniversalLinks": "https://help.wechat.com/tq/" + } + }, + "share": { + "weixin": { + "appid": "wx2c73767b33de26fb", + "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" : "wx82c787f79c22f012", + "appid": "wx22273e57f5fa8e36", + "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" + }, + "uniStatistics": { + "enable": false + }, + "devServer": { + "https": false + } + }, + "vueVersion": "2", + "mp-kuaishou": { + "uniStatistics": { + "enable": false + } + }, + "mp-qq": { + "uniStatistics": { + "enable": false + } + } +} \ No newline at end of file diff --git a/pages.json b/pages.json index 3d4dedc..216f382 100644 --- a/pages.json +++ b/pages.json @@ -402,6 +402,15 @@ "enablePullDownRefresh": false, "navigationStyle": "custom" } + }, + { + "path" : "pages/shouye/ranking", + "style" : + { + "navigationBarTitleText": "", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } } ], "subPackages": [{ diff --git a/pages/shouye/index.vue b/pages/shouye/index.vue index 49fd0c3..f3f4fe8 100644 --- a/pages/shouye/index.vue +++ b/pages/shouye/index.vue @@ -6,12 +6,25 @@