diff --git a/App.vue b/App.vue
index c79c08bf..4ad210ea 100644
--- a/App.vue
+++ b/App.vue
@@ -7,10 +7,10 @@
data: {
// 基础配置
// 数据接口请求地址
- request_url:'https://d1.shopxo.vip/',
+ request_url:'https://san.shopxo.vip/',
// 静态资源地址(如系统根目录不在public目录下面请在静态地址后面加public目录、如:https://d1.shopxo.vip/public/)
- static_url:'https://d1.shopxo.vip/',
+ static_url:'https://san.shopxo.vip/',
// 系统类型(默认default、如额外独立小程序、可与程序分身插件实现不同主体小程序及支付独立)
system_type: 'default',
diff --git a/components/realstore-cart/realstore-cart.vue b/components/realstore-cart/realstore-cart.vue
index 5d48264b..a6e30804 100644
--- a/components/realstore-cart/realstore-cart.vue
+++ b/components/realstore-cart/realstore-cart.vue
@@ -13,7 +13,7 @@
{{$t('realstore-cart.realstore-cart.v437n6')}}
- {{$t('realstore-cart.realstore-cart.6bmc34')}}{{info.buy_use_type_list[buy_use_type_index]['name']}})
+ {{$t('realstore-cart.realstore-cart.6bmc34')}}({{info.buy_use_type_list[buy_use_type_index]['name']}})
diff --git a/locale/en.json b/locale/en.json
index 8757d227..8fd7df0f 100644
--- a/locale/en.json
+++ b/locale/en.json
@@ -73,6 +73,7 @@
"verification_text": "Verification code",
"verification_message": "Please enter the verification code",
"verification_mobile_message": "Please enter the verification code or mobile number",
+ "unique_message": "The unique identifier is empty",
"not_supported_scan_tips": "H5 webpage does not support scanning codes",
"copy_link": "Copy link"
},
@@ -1672,7 +1673,7 @@
"realstore-cart": {
"realstore-cart": {
"v437n6": "Do you have any purchased items?",
- "6bmc34": "Switch(",
+ "6bmc34": "Switch",
"d1kk7x": "Please select the order type",
"2dc65q": "Please add the product first",
"50lf68": "Loading",
diff --git a/locale/zh.json b/locale/zh.json
index 112d0475..197358bd 100644
--- a/locale/zh.json
+++ b/locale/zh.json
@@ -73,6 +73,7 @@
"verification_text": "核销码",
"verification_message": "请输入核销码",
"verification_mobile_message": "请输入核销码或手机",
+ "unique_message": "唯一标识为空",
"not_supported_scan_tips": "H5网页不支持扫码",
"copy_link": "复制链接"
},
@@ -1655,7 +1656,7 @@
"realstore-cart": {
"realstore-cart": {
"v437n6": "没有已加购的商品?",
- "6bmc34": "切换(",
+ "6bmc34": "切换",
"d1kk7x": "请选择下单类型",
"2dc65q": "请先加购商品",
"50lf68": "加载中",
diff --git a/pages/plugins/ask/components/ask-comments/ask-comments.vue b/pages/plugins/ask/components/ask-comments/ask-comments.vue
index 10276704..aaf9155a 100644
--- a/pages/plugins/ask/components/ask-comments/ask-comments.vue
+++ b/pages/plugins/ask/components/ask-comments/ask-comments.vue
@@ -47,7 +47,9 @@
{{ item.user.user_name_view }}
{{ item.add_time }}
-
+
diff --git a/pages/plugins/ask/detail/detail.vue b/pages/plugins/ask/detail/detail.vue
index 0be6b07c..6c6c9ae1 100644
--- a/pages/plugins/ask/detail/detail.vue
+++ b/pages/plugins/ask/detail/detail.vue
@@ -10,7 +10,9 @@
·
{{ info.access_count || '0' }}{{ $t('detail.detail.e6ga1y') }}
- {{ info.content }}
+
+
+
@@ -41,7 +43,9 @@
{{ $t('detail.detail.7rg4bb') }}{{ info.reply_time_date }}
- {{ info.reply }}
+
+
+
diff --git a/pages/plugins/ask/goods-list/goods-list.vue b/pages/plugins/ask/goods-list/goods-list.vue
index e7e63932..7a107dfa 100644
--- a/pages/plugins/ask/goods-list/goods-list.vue
+++ b/pages/plugins/ask/goods-list/goods-list.vue
@@ -11,7 +11,7 @@
{{$t('goods-list.goods-list.00n7i3')}}
- {{ item.content }}
+
@@ -22,7 +22,9 @@
{{$t('goods-list.goods-list.rw12i7')}}
- {{ item.reply }}
+
+
+
diff --git a/pages/plugins/ask/index/index.vue b/pages/plugins/ask/index/index.vue
index c8b92df7..84963148 100644
--- a/pages/plugins/ask/index/index.vue
+++ b/pages/plugins/ask/index/index.vue
@@ -27,14 +27,15 @@
{{ item.title }}
- {{ item.content }}
+
+
+
{{ item.is_reply === '1' ? $t('index.index.1c17n3') : $t('index.index.75l3l2') }}
{{ item.add_time_date }}
·
- {{ item.access_count || '0' }}{{ $t('detail.detail.e6ga1y') }}
+ {{ item.access_count || '0' }}{{ $t('detail.detail.e6ga1y') }}
diff --git a/pages/plugins/ask/user-detail/user-detail.vue b/pages/plugins/ask/user-detail/user-detail.vue
index e5258f59..acc7ab15 100644
--- a/pages/plugins/ask/user-detail/user-detail.vue
+++ b/pages/plugins/ask/user-detail/user-detail.vue
@@ -24,11 +24,15 @@
{{$t('user-detail.user-detail.7cufw6')}}
- {{ detail_data.content }}
+
+
+
{{$t('user-detail.user-detail.u411r2')}}
- {{ detail_data.reply }}
+
+
+
{{$t('user-detail.user-detail.teo6qd')}}
diff --git a/pages/plugins/ask/user-list/user-list.vue b/pages/plugins/ask/user-list/user-list.vue
index b5b5bc95..6966e8cc 100644
--- a/pages/plugins/ask/user-list/user-list.vue
+++ b/pages/plugins/ask/user-list/user-list.vue
@@ -12,8 +12,8 @@
{{ item.title }}
-
- {{ item.content }}
+
+
diff --git a/pages/plugins/form/check/check.vue b/pages/plugins/form/check/check.vue
index 98ae42f6..1c7f4fa6 100644
--- a/pages/plugins/form/check/check.vue
+++ b/pages/plugins/form/check/check.vue
@@ -1,6 +1,12 @@
+
+
+
+ {{$t('realstore-cart.realstore-cart.6bmc34')}}{{data == null ? '' : '('+data.title+')'}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.title }}
+ {{ item.describe }}
+
+
+
+
+
+
+ {{$t('common.no_relevant_data_tips')}}
+
+
+
+
+
@@ -43,6 +79,7 @@