diff --git a/manifest.json b/manifest.json
index 0f29db0..f01fe4c 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
- "name" : "CRMEB标准版",
+ "name" : "猫小鱼潮玩",
"appid" : "__UNI__A3F1ED4",
- "description" : "CRMEB标准版",
+ "description" : "猫小鱼潮玩",
"versionName" : "5.3.0",
"versionCode" : 530,
"transformPx" : false,
@@ -202,8 +202,8 @@
"onLocationChange",
"startLocationUpdateBackground",
"chooseAddress"
- ],
- "__usePrivacyCheck__" : true
+ ]
+ // "__usePrivacyCheck__" : true
},
"mp-alipay" : {
"usingComponents" : true
diff --git a/pages.json b/pages.json
index 3156240..a92f96b 100644
--- a/pages.json
+++ b/pages.json
@@ -22,6 +22,7 @@
{
"path": "pages/order_addcart/order_addcart",
"style": {
+ "navigationStyle": "custom",
"navigationBarTitleText": "购物车",
"app-plus": {
// #ifdef APP-PLUS
@@ -37,7 +38,7 @@
"path": "pages/user/index",
"style": {
- "navigationBarTitleText": "个人中心",
+ "navigationBarTitleText": "我的",
"enablePullDownRefresh": true
// #ifdef MP || APP-PLUS
,
diff --git a/pages/goods_cate/goods_cate.vue b/pages/goods_cate/goods_cate.vue
index 888389a..ea5c841 100644
--- a/pages/goods_cate/goods_cate.vue
+++ b/pages/goods_cate/goods_cate.vue
@@ -4,6 +4,7 @@
+
diff --git a/pages/order_addcart/order_addcart.vue b/pages/order_addcart/order_addcart.vue
index 3773fd0..0958d35 100644
--- a/pages/order_addcart/order_addcart.vue
+++ b/pages/order_addcart/order_addcart.vue
@@ -1,18 +1,25 @@
+
+
+
+
-
- {{$t(`100%正品保证`)}}
- {{$t(`所有商品精挑细选`)}}
- {{$t(`售后无忧`)}}
-
-
- {{$t(`购物数量`)}} {{cartCount}}
-
- {{ footerswitch ? $t(`管理`) : $t(`取消`)}}
+
+
+ {{$t(`100%正品保证`)}}
+ {{$t(`所有商品精挑细选`)}}
+ {{$t(`售后无忧`)}}
+
+
+ {{$t(`购物数量`)}} {{cartCount}}
+
+ {{ footerswitch ? $t(`管理`) : $t(`取消`)}}
+
+
@@ -67,7 +74,7 @@
{{$t(`失效商品`)}}
+ :class='goodsHidden==true?"icon-xiangxia":"icon-xiangshang"'>{{$t(`失效商品`)}}
{{$t(`清空`)}}
@@ -146,6 +153,7 @@
+
@@ -171,6 +179,7 @@
import {
toLogin
} from '@/libs/login.js';
+ import headerSerch from '@/components/headerSerchCommon.vue';
import tabBar from "@/pages/index/visualization/components/tabBar.vue"
import {
mapGetters
@@ -191,6 +200,7 @@
recommend,
productWindow,
tabBar,
+ headerSerch,
// #ifdef MP
authorize
// #endif
@@ -973,6 +983,12 @@