diff --git a/App.vue b/App.vue index 7d1ad317..c79c08bf 100644 --- a/App.vue +++ b/App.vue @@ -7,10 +7,10 @@ data: { // 基础配置 // 数据接口请求地址 - request_url:'https://new.shopxo.vip/', + request_url:'https://d1.shopxo.vip/', // 静态资源地址(如系统根目录不在public目录下面请在静态地址后面加public目录、如:https://d1.shopxo.vip/public/) - static_url:'https://new.shopxo.vip/', + static_url:'https://d1.shopxo.vip/', // 系统类型(默认default、如额外独立小程序、可与程序分身插件实现不同主体小程序及支付独立) system_type: 'default', diff --git a/locale/en.json b/locale/en.json index 679285a9..8757d227 100644 --- a/locale/en.json +++ b/locale/en.json @@ -39,6 +39,7 @@ "return": "Return", "view_text": "Check", "detail_text": "Detail", + "refresh_text": "Refresh", "yes_text": "Yes", "no_text": "NO", "place_order_text": "Place Order", @@ -71,6 +72,7 @@ "apply_time": "Application time", "verification_text": "Verification code", "verification_message": "Please enter the verification code", + "verification_mobile_message": "Please enter the verification code or mobile number", "not_supported_scan_tips": "H5 webpage does not support scanning codes", "copy_link": "Copy link" }, diff --git a/locale/zh.json b/locale/zh.json index 9849aace..112d0475 100644 --- a/locale/zh.json +++ b/locale/zh.json @@ -39,6 +39,7 @@ "return": "返回", "view_text": "查看", "detail_text": "详情", + "refresh_text": "刷新", "yes_text": "是", "no_text": "否", "place_order_text": "下单", @@ -71,6 +72,7 @@ "apply_time": "申请时间", "verification_text": "核销码", "verification_message": "请输入核销码", + "verification_mobile_message": "请输入核销码或手机", "not_supported_scan_tips": "H5网页不支持扫码", "copy_link": "复制链接" }, diff --git a/manifest.json b/manifest.json index 56f0522c..9695f3ae 100644 --- a/manifest.json +++ b/manifest.json @@ -171,7 +171,7 @@ "startLocationUpdate", "startLocationUpdateBackground" ], - "appid" : "wxa0bb5a98b71799fa", + "appid" : "wxda7779770f53e901", "setting" : { "urlCheck" : false, "es6" : true, diff --git a/pages.json b/pages.json index b10926e1..1e2e72a5 100644 --- a/pages.json +++ b/pages.json @@ -1698,6 +1698,13 @@ { "path": "check/check", "style": { + // #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || APP + "navigationStyle": "custom", + // #endif + // #ifdef MP-ALIPAY + "transparentTitle": "auto", + "titlePenetrate": "YES", + // #endif "enablePullDownRefresh": false, "navigationBarTitleText": "" } diff --git a/pages/plugins/form/check/check.vue b/pages/plugins/form/check/check.vue index e959b768..98ae42f6 100644 --- a/pages/plugins/form/check/check.vue +++ b/pages/plugins/form/check/check.vue @@ -1,6 +1,6 @@