diff --git a/components/goods_list/g_filter.wxs b/components/goods_list/g_filter.wxs
index f41a711..608fb4d 100644
--- a/components/goods_list/g_filter.wxs
+++ b/components/goods_list/g_filter.wxs
@@ -59,7 +59,7 @@ var g_filters = {
}
if(type==0) return min_price;
- if(min_name.length>7 ) min_name=min_name.substring(0, 8);
+ if(min_name.length>4 ) min_name=min_name.substring(0, 8);
return min_name;
},
}
diff --git a/components/goods_list/goods_list.js b/components/goods_list/goods_list.js
index 287046b..460fbe6 100644
--- a/components/goods_list/goods_list.js
+++ b/components/goods_list/goods_list.js
@@ -62,7 +62,7 @@ Component({
//--- 判断是等级会员,且在有效期范围内 ---
if (user.card_field && now < end) {
var card_name = ob.name_map.get(user.card_field);
- if (card_name.length > 6) card_name = card_name.substring(0, 6);
+ if (card_name.length > 4) card_name = card_name.substring(0, 8);
th.setData({
card_field: user.card_field,
card_name: card_name,
diff --git a/pages/goods/categoryList/categoryList.wxml b/pages/goods/categoryList/categoryList.wxml
index 1a0f728..bed28bf 100644
--- a/pages/goods/categoryList/categoryList.wxml
+++ b/pages/goods/categoryList/categoryList.wxml
@@ -457,11 +457,11 @@
¥{{item.market_price}}