diff --git a/mall4uni/pages/basket/basket.css b/mall4uni/pages/basket/basket.css
index 3ae5cad..2d3613d 100644
--- a/mall4uni/pages/basket/basket.css
+++ b/mall4uni/pages/basket/basket.css
@@ -256,8 +256,9 @@ checkbox .wx-checkbox-input.wx-checkbox-input-checked::before {
/* 购物车为空 */
.empty {
- font-size: 28rpx;
- color: #666;
+ font-size: 26rpx;
+ color: #aaa;
+ padding-top: 200rpx;
}
.empty .txt {
diff --git a/mall4uni/pages/category/category.css b/mall4uni/pages/category/category.css
index be272f1..56d6839 100644
--- a/mall4uni/pages/category/category.css
+++ b/mall4uni/pages/category/category.css
@@ -231,7 +231,14 @@ page {
.cont-item.empty {
display: block;
font-size: 24rpx;
- margin-top: 80rpx;
+ padding-top: 400rpx;
color: #aaa;
text-align: center;
+}
+
+.leftmenu .ca-empty {
+ padding-top: 400rpx;
+ text-align: center;
+ color: #aaa;
+ font-size: 24rpx;
}
\ No newline at end of file
diff --git a/mall4uni/pages/category/category.vue b/mall4uni/pages/category/category.vue
index 4bc7804..7350a00 100644
--- a/mall4uni/pages/category/category.vue
+++ b/mall4uni/pages/category/category.vue
@@ -21,13 +21,14 @@
{{item.categoryName}}
+ 暂无分类
-
+
@@ -49,7 +50,7 @@
- 该分类下暂无商品
+ {{categoryList && categoryList.length ? '该分类下暂无商品' : '暂无商品'}}
diff --git a/mall4uni/pages/user/user.vue b/mall4uni/pages/user/user.vue
index 2dd7485..b8dbeac 100644
--- a/mall4uni/pages/user/user.vue
+++ b/mall4uni/pages/user/user.vue
@@ -81,12 +81,12 @@
--
我的收藏
-
+
5
--
我的消息
-
+
3
--
我的足迹
@@ -247,6 +247,12 @@
title: '该功能未开源'
});
},
+ handleTips: function() {
+ uni.showToast({
+ icon: "none",
+ title: '该功能未开源'
+ });
+ },
toAddressList: function() {
uni.navigateTo({
url: '/pages/delivery-address/delivery-address'