diff --git a/README.md b/README.md index a17d104..dd51264 100644 --- a/README.md +++ b/README.md @@ -82,3 +82,5 @@ npm run build:mp-weixin /brand/message/edit n ``` +#### 版本记录 +2022-01-23 v1.1.17 \ No newline at end of file diff --git a/src/manifest.json b/src/manifest.json index 2dd46dc..8ea5a29 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,66 +1,67 @@ { - "name": "", - "appid": "", - "description": "", - "versionName": "1.0.0", - "versionCode": "100", - "transformPx": false, - "app-plus": { /* 5+App特有相关 */ - "usingComponents": true, - "splashscreen": { - "alwaysShowBeforeRender": true, - "waiting": true, - "autoclose": true, - "delay": 0 - }, - "modules": { /* 模块配置 */ - - }, - "distribute": { /* 应用发布信息 */ - "android": { /* android打包配置 */ - "permissions": ["", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "" - ] - }, - "ios": { /* ios打包配置 */ - - }, - "sdkConfigs": { /* SDK配置 */ - - } - } - }, - "quickapp": { /* 快应用特有相关 */ - - }, - "mp-weixin": { /* 微信小程序特有相关 */ - "appid": "wxf1294b279ad1b845", - "setting": { - "urlCheck": false - }, - "usingComponents": true - }, - "mp-alipay" : { + "name" : "", + "appid" : "", + "description" : "", + "versionName" : "1.0.0", + "versionCode" : "100", + "transformPx" : false, + "app-plus" : { + /* 5+App特有相关 */ + "usingComponents" : true, + "splashscreen" : { + "alwaysShowBeforeRender" : true, + "waiting" : true, + "autoclose" : true, + "delay" : 0 + }, + "modules" : {}, + /* 模块配置 */ + "distribute" : { + /* 应用发布信息 */ + "android" : { + /* android打包配置 */ + "permissions" : [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ] + }, + "ios" : {}, + /* ios打包配置 */ + "sdkConfigs" : {} + } + }, + /* SDK配置 */ + "quickapp" : {}, + /* 快应用特有相关 */ + "mp-weixin" : { + /* 微信小程序特有相关 */ + "appid" : "wxf1294b279ad1b845", + "setting" : { + "urlCheck" : false + }, + "usingComponents" : true + }, + "mp-alipay" : { "usingComponents" : true }, "mp-baidu" : { diff --git a/src/pages/employee/review_list/review_list.vue b/src/pages/employee/review_list/review_list.vue index 282d888..27553b5 100644 --- a/src/pages/employee/review_list/review_list.vue +++ b/src/pages/employee/review_list/review_list.vue @@ -4,13 +4,13 @@ 审核 {{reviewInfo.total || 0}} 人 全选 - + - + {{e.actual_name || '-'}} diff --git a/src/pages/site/confirm/confirm.vue b/src/pages/site/confirm/confirm.vue index b869412..43095d4 100644 --- a/src/pages/site/confirm/confirm.vue +++ b/src/pages/site/confirm/confirm.vue @@ -50,12 +50,11 @@ - - 确定 - + + 确定 + -