diff --git a/pages/order_detail/components/payPassword.vue b/components/payPassword.vue similarity index 100% rename from pages/order_detail/components/payPassword.vue rename to components/payPassword.vue diff --git a/manifest.json b/manifest.json index 4b6f8c1..64b255c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,111 +1,111 @@ { - "name": "cashier_weapp", - "appid": "__UNI__8092421", - "description": "", - "versionName": "1.0.0", - "versionCode": "100", - "transformPx": false, - /* 5+App特有相关 */ - "app-plus": { - "usingComponents": true, - "nvueStyleCompiler": "uni-app", - "compilerVersion": 3, - "splashscreen": { - "alwaysShowBeforeRender": true, - "waiting": true, - "autoclose": true, - "delay": 0 - }, - /* 模块配置 */ - "modules": { - "Barcode": {} - }, - /* 应用发布信息 */ - "distribute": { - /* android打包配置 */ - "android": { - "permissions": [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "" - ] - }, - /* ios打包配置 */ - "ios": { - "dSYMs": false - }, - /* SDK配置 */ - "sdkConfigs": { - "ad": {} - } - } - }, - /* 快应用特有相关 */ - "quickapp": {}, - /* 小程序特有相关 */ - "mp-weixin": { - "appid": "wxd88fffa983758a30", - "setting": { - "urlCheck": false, - "minified": true, - "es6": true, - "postcss": true - }, - "usingComponents": true, - "libVersion": "latest", - "permission": { - "scope.userLocation": { - "desc": "你的位置信息将用于小程序位置接口的效果展示" - } - }, - "requiredPrivateInfos": ["getLocation", "onLocationChange", "chooseLocation", "chooseAddress"] - }, - "h5": { - "devServer": { - "https": false, - "disableHostCheck": false, - "proxy": { - "/api": { - "target": "https://wxcashiertest.sxczgkj.cn/cashierService", - // "target" : "https://ky.sxczgkj.cn", - "ws": false, - "changeOrigin": true, //是否跨域 - "secure": false, // 设置支持https协议的代理 - "pathRewrite": { - "^/api": "" //需要rewrite重写的, - } - } - } - }, - "template": "template.h5.html", - "router": { - "mode": "history", - "base": "/h5/" - } - }, - "mp-alipay": { - "usingComponents": true - }, - "mp-baidu": { - "usingComponents": true - }, - "mp-toutiao": { - "usingComponents": true - }, - "uniStatistics": { - "enable": false - }, - "vueVersion": "2" -} \ No newline at end of file + "name" : "cashier_weapp", + "appid" : "__UNI__8092421", + "description" : "", + "versionName" : "1.0.0", + "versionCode" : "100", + "transformPx" : false, + /* 5+App特有相关 */ + "app-plus" : { + "usingComponents" : true, + "nvueStyleCompiler" : "uni-app", + "compilerVersion" : 3, + "splashscreen" : { + "alwaysShowBeforeRender" : true, + "waiting" : true, + "autoclose" : true, + "delay" : 0 + }, + /* 模块配置 */ + "modules" : { + "Barcode" : {} + }, + /* 应用发布信息 */ + "distribute" : { + /* android打包配置 */ + "android" : { + "permissions" : [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ] + }, + /* ios打包配置 */ + "ios" : { + "dSYMs" : false + }, + /* SDK配置 */ + "sdkConfigs" : { + "ad" : {} + } + } + }, + /* 快应用特有相关 */ + "quickapp" : {}, + /* 小程序特有相关 */ + "mp-weixin" : { + "appid" : "wxd88fffa983758a30", + "setting" : { + "urlCheck" : false, + "minified" : true, + "es6" : true, + "postcss" : true + }, + "usingComponents" : true, + "libVersion" : "latest", + "permission" : { + "scope.userLocation" : { + "desc" : "你的位置信息将用于小程序位置接口的效果展示" + } + }, + "requiredPrivateInfos" : [ "getLocation", "onLocationChange", "chooseLocation", "chooseAddress" ] + }, + "h5" : { + "devServer" : { + "https" : false, + "disableHostCheck" : false, + "proxy" : { + "/api" : { + "target" : "https://wxcashiertest.sxczgkj.cn/cashierService", + // "target" : "https://ky.sxczgkj.cn", + "ws" : false, + "changeOrigin" : true, //是否跨域 + "secure" : false, // 设置支持https协议的代理 + "pathRewrite" : { + "^/api" : "" //需要rewrite重写的, + } + } + } + }, + "template" : "template.h5.html", + "router" : { + "mode" : "history", + "base" : "/h5/" + } + }, + "mp-alipay" : { + "usingComponents" : true + }, + "mp-baidu" : { + "usingComponents" : true + }, + "mp-toutiao" : { + "usingComponents" : true + }, + "uniStatistics" : { + "enable" : false + }, + "vueVersion" : "2" +} diff --git a/pages/index/index.vue b/pages/index/index.vue index d73ef17..046b8e2 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -137,7 +137,7 @@ - + diff --git a/pages/order_detail/order_detail.vue b/pages/order_detail/order_detail.vue index 9cf03ad..328b037 100644 --- a/pages/order_detail/order_detail.vue +++ b/pages/order_detail/order_detail.vue @@ -183,7 +183,7 @@