diff --git a/androidPrivacy.json b/androidPrivacy.json
index 10157f59..16623710 100644
--- a/androidPrivacy.json
+++ b/androidPrivacy.json
@@ -2,14 +2,14 @@
"version" : "1",
"prompt" : "template",
"title" : "服务协议和隐私政策",
- "message" : " 请你务必审慎阅读、充分理解“服务协议”和“隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的设备标识、操作日志等信息用于分析、优化应用性能。
你可阅读《服务协议》和《隐私政策》了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。",
+ "message" : " 请你务必审慎阅读、充分理解“服务协议”和“隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的设备标识、操作日志等信息用于分析、优化应用性能。
你可阅读《服务协议》和《隐私政策》了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。",
"buttonAccept" : "同意并接受",
"buttonRefuse" : "暂不同意",
"hrefLoader" : "system|default",
"backToExit" : "false",
"second" : {
"title" : "确认提示",
- "message" : " 进入应用前,你需先同意《服务协议》和《隐私政策》,否则将退出应用。",
+ "message" : " 进入应用前,你需先同意《服务协议》和《隐私政策》,否则将退出应用。",
"buttonAccept" : "同意并继续",
"buttonRefuse" : "退出应用"
},
diff --git a/components/goods-list/goods-list.vue b/components/goods-list/goods-list.vue
index 0ec82a57..01f84d70 100644
--- a/components/goods-list/goods-list.vue
+++ b/components/goods-list/goods-list.vue
@@ -46,7 +46,9 @@
{{ lv.name }}
-
+
+
+
@@ -110,7 +112,9 @@
{{ lv.name }}
-
+
+
+
@@ -156,7 +160,9 @@
{{ lv.name }}
-
+
+
+
diff --git a/locale/zh.json b/locale/zh.json
index 394e716e..ae5907f1 100644
--- a/locale/zh.json
+++ b/locale/zh.json
@@ -225,7 +225,11 @@
"plugins-coin-collection": "收款",
"plugins-antifakecode-index": "正品查询",
"plugins-giftcard-index": "我的礼品卡",
- "plugins-giftcard-form": "礼品卡兑换"
+ "plugins-giftcard-form": "礼品卡兑换",
+ "plugins-givegift-goods": "购买礼品",
+ "plugins-givegift-receive": "礼品领取",
+ "plugins-givegift-gift": "我的送礼",
+ "plugins-givegift-code": "礼品链接"
},
"login": {
"login": {
diff --git a/pages/goods-category/goods-category.vue b/pages/goods-category/goods-category.vue
index 23025e4e..55d1de90 100644
--- a/pages/goods-category/goods-category.vue
+++ b/pages/goods-category/goods-category.vue
@@ -157,8 +157,10 @@
{{ lv.name }}
-
-
+
+
+
+
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 29858dc4..ef032fa5 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -65,7 +65,7 @@
-
+
@@ -350,10 +350,10 @@
top_content_search_bg_color: '',
top_content_search_content_style: '',
// #ifdef MP
- top_content_style: 'padding-top:' + (bar_height + 6) + 'px;',
+ top_content_style: 'padding-top:' + (bar_height + 10) + 'px;',
// #endif
// #ifdef H5 || MP-TOUTIAO
- top_content_style: 'padding-top:' + (bar_height + 10) + 'px;',
+ top_content_style: 'padding-top:' + (bar_height + 14) + 'px;',
// #endif
// #ifdef APP
top_content_style: 'padding-top:' + (bar_height) + 'px;',