From 440ce824d86f198c8ed4dd8f1ffb873cc6bfb457 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=90=E6=98=8E=E6=98=8E?= <970899069@qq.com> Date: Fri, 15 Oct 2021 15:58:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=8C=BA=E5=9D=97=E9=93=BE?= =?UTF-8?q?=E7=94=B5=E5=95=86App=E5=85=BC=E5=AE=B9=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 68 +- pages.json | 107 +- pages/certification/personal.vue | 2 +- pages/coupons/add.vue | 25 +- pages/coupons/management.vue | 39 +- pages/employees/add.vue | 20 +- pages/employees/list.vue | 7 +- pages/goods/management.vue | 6 +- pages/instrument/basics.vue | 63 +- pages/shop/create.vue | 13 - pages/shop/lists.vue | 7 +- pages/user/code.vue | 32 +- pages/user/index.vue | 60 +- pages/user/new_file.vue | 1100 --- pages/vip/vip.vue | 81 +- static/iconfont.ttf | Bin 0 -> 2064 bytes unpackage/dist/dev/app-plus/__uniappview.html | 50 +- .../dist/dev/app-plus/app-config-service.js | 2 +- unpackage/dist/dev/app-plus/app-service.js | 6685 +++++++------ unpackage/dist/dev/app-plus/app-view.js | 8567 ++++++++--------- unpackage/dist/dev/app-plus/manifest.json | 2 +- .../dist/dev/app-plus/static/iconfont.ttf | Bin 0 -> 2064 bytes unpackage/res/icons/1024x1024.png | Bin 0 -> 27167 bytes unpackage/res/icons/120x120.png | Bin 0 -> 7088 bytes unpackage/res/icons/144x144.png | Bin 0 -> 8953 bytes unpackage/res/icons/152x152.png | Bin 0 -> 9606 bytes unpackage/res/icons/167x167.png | Bin 0 -> 10524 bytes unpackage/res/icons/180x180.png | Bin 0 -> 11503 bytes unpackage/res/icons/192x192.png | Bin 0 -> 12000 bytes unpackage/res/icons/20x20.png | Bin 0 -> 1001 bytes unpackage/res/icons/29x29.png | Bin 0 -> 1548 bytes unpackage/res/icons/40x40.png | Bin 0 -> 2142 bytes unpackage/res/icons/58x58.png | Bin 0 -> 3240 bytes unpackage/res/icons/60x60.png | Bin 0 -> 3309 bytes unpackage/res/icons/72x72.png | Bin 0 -> 4191 bytes unpackage/res/icons/76x76.png | Bin 0 -> 4369 bytes unpackage/res/icons/80x80.png | Bin 0 -> 4522 bytes unpackage/res/icons/87x87.png | Bin 0 -> 4883 bytes unpackage/res/icons/96x96.png | Bin 0 -> 5568 bytes 39 files changed, 7742 insertions(+), 9194 deletions(-) delete mode 100644 pages/user/new_file.vue create mode 100644 static/iconfont.ttf create mode 100644 unpackage/dist/dev/app-plus/static/iconfont.ttf create mode 100644 unpackage/res/icons/1024x1024.png create mode 100644 unpackage/res/icons/120x120.png create mode 100644 unpackage/res/icons/144x144.png create mode 100644 unpackage/res/icons/152x152.png create mode 100644 unpackage/res/icons/167x167.png create mode 100644 unpackage/res/icons/180x180.png create mode 100644 unpackage/res/icons/192x192.png create mode 100644 unpackage/res/icons/20x20.png create mode 100644 unpackage/res/icons/29x29.png create mode 100644 unpackage/res/icons/40x40.png create mode 100644 unpackage/res/icons/58x58.png create mode 100644 unpackage/res/icons/60x60.png create mode 100644 unpackage/res/icons/72x72.png create mode 100644 unpackage/res/icons/76x76.png create mode 100644 unpackage/res/icons/80x80.png create mode 100644 unpackage/res/icons/87x87.png create mode 100644 unpackage/res/icons/96x96.png diff --git a/manifest.json b/manifest.json index 21b9240..abc59d8 100644 --- a/manifest.json +++ b/manifest.json @@ -22,26 +22,30 @@ } }, /* 模块配置 */ - "modules" : {}, + "modules" : { + "Payment" : {}, + "OAuth" : {} + }, /* 应用发布信息 */ "distribute" : { /* android打包配置 */ "android" : { "permissions" : [ - "", - "", - "", - "", - "", + "", "", "", + "", "", - "", - "", + "", "", - "", "", - "", + "", + "", + "", + "", + "", + "", + "", "" ] }, @@ -49,7 +53,49 @@ "ios" : {}, /* SDK配置 */ "sdkConfigs" : { - "ad" : {} + "ad" : {}, + "payment" : { + "weixin" : { + "__platform__" : [ "ios", "android" ], + "appid" : "", + "UniversalLinks" : "" + } + }, + "oauth" : { + "univerify" : {} + } + }, + "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" + } + } } } }, diff --git a/pages.json b/pages.json index e31da64..cd15f3a 100644 --- a/pages.json +++ b/pages.json @@ -14,7 +14,8 @@ "auth": true, "style": { "navigationBarTitleText": "发现更多", - "navigationStyle": "custom" + "navigationStyle": "custom", + "navigationBarTextStyle": "white" } }, { "path": "pages/user/index", @@ -22,7 +23,23 @@ "auth": true, "style": { "navigationBarTitleText": "节点中心", - "navigationStyle":"custom" + "navigationStyle":"custom", + "navigationBarTextStyle": "white", + "app-plus":{ + "titleNView": { + "type": "transparent", + "backgroundImage": "linear-gradient(to right, #7c52fc, #976dff)", + "buttons": [{ + "text": "\ue601", + "fontSrc":"/static/iconfont.ttf", + "background": "rgba(0,0,0,0)" + },{ + "text": "\ue602", + "fontSrc":"/static/iconfont.ttf", + "background": "rgba(0,0,0,0)" + }] + } + } } }, { "path": "pages/user/code", @@ -92,7 +109,17 @@ "path": "pages/goods/management", "name": "goodsManagement", "style": { - "navigationBarTitleText": "商品权证管理" + "navigationBarTitleText": "商品权证管理", + "app-plus":{ + "titleNView": { + "buttons": [{ + "text": "发布", + "width": "78px", + "fontSize": "15px", + "color":"#8b64fd" + }] + } + } } }, { "path": "pages/goods/addClassify", @@ -116,13 +143,33 @@ "path": "pages/coupons/management", "name": "couponsManagement", "style": { - "navigationBarTitleText": "创建优惠券" + "navigationBarTitleText": "优惠券管理", + "app-plus":{ + "titleNView": { + "buttons": [{ + "text": "创建", + "width": "78px", + "fontSize": "15px", + "color":"#8b64fd" + }] + } + } } }, { "path": "pages/coupons/add", "name": "couponsAdd", "style": { - "navigationBarTitleText": "创建优惠券" + "navigationBarTitleText": "创建优惠券", + "app-plus":{ + "titleNView": { + "buttons": [{ + "text": "发布", + "width": "78px", + "fontSize": "15px", + "color":"#8b64fd" + }] + } + } } }, { "path": "pages/coupons/magDetails", @@ -248,28 +295,58 @@ "name": "shopLists", "auth": true, "style": { - "navigationBarTitleText": "部门/门店" + "navigationBarTitleText": "门店管理", + "app-plus":{ + "titleNView": { + "buttons": [{ + "text": "添加", + "width": "78px", + "fontSize": "15px", + "color":"#8b64fd" + }] + } + } } }, { "path": "pages/shop/create", "name": "shopCreate", "auth": true, "style": { - "navigationBarTitleText": "创建部门/门店" + "navigationBarTitleText": "创建门店" } }, { "path": "pages/employees/list", "name": "employeesList", "auth": true, "style": { - "navigationBarTitleText": "员工管理" + "navigationBarTitleText": "员工管理", + "app-plus":{ + "titleNView": { + "buttons": [{ + "text": "添加", + "width": "78px", + "fontSize": "15px", + "color":"#8b64fd" + }] + } + } } }, { "path": "pages/employees/add", "name": "employeesAdd", "auth": true, "style": { - "navigationBarTitleText": "添加员工" + "navigationBarTitleText": "添加员工", + "app-plus":{ + "titleNView": { + "buttons": [{ + "text": "保存", + "width": "78px", + "fontSize": "15px", + "color":"#8b64fd" + }] + } + } } }, { "path": "pages/instrument/Spread", @@ -283,7 +360,17 @@ "name": "instrumentBasics", "auth": true, "style": { - "navigationBarTitleText": "基础信息" + "navigationBarTitleText": "基础信息", + "app-plus":{ + "titleNView": { + "buttons": [{ + "text": "保存", + "width": "78px", + "fontSize": "15px", + "color":"#8b64fd" + }] + } + } } }, { "path": "pages/wallet/fragment", diff --git a/pages/certification/personal.vue b/pages/certification/personal.vue index f0f0e9c..81e9d6c 100644 --- a/pages/certification/personal.vue +++ b/pages/certification/personal.vue @@ -75,7 +75,7 @@ }).then(res=>{ uni.showModal({ title: '提示', - content: '个人认证信息已提交,请耐心等待审核', + content: '个人认证已完成', showCancel: false, confirmColor: '#8b64fd', success: modalRes => { diff --git a/pages/coupons/add.vue b/pages/coupons/add.vue index fbf27d8..8af246e 100644 --- a/pages/coupons/add.vue +++ b/pages/coupons/add.vue @@ -113,9 +113,6 @@