shish 1 өдөр өмнө
parent
commit
642fc9f8c0

+ 8 - 6
mallApp/src/pages/home/cart.vue

@@ -634,7 +634,8 @@ export default {
     goCategory() {
       this.$util.pageTo({
         url: '/pages/home/shop-category',
-        query: { account: this.shopAccount, hdId: this.hdId }
+        query: { account: this.shopAccount, hdId: this.hdId },
+        type:2
       })
     },
     goItemDetail(item) {
@@ -1021,12 +1022,13 @@ export default {
 }
 
 .cart-empty-btn {
-  width: 280upx;
-  height: 72upx;
-  line-height: 72upx;
+  width: 260upx;
+  height: 87upx;
   margin: 32upx auto 0;
-  text-align: center;
-  font-size: 28upx;
+  display: flex;
+  align-items: center;
+  justify-content: center;
+  font-size: 30upx;
   color: #fff;
   background: $greenColor;
   border-radius: 36upx;