Kaynağa Gözat

提交修改

yuwenjun 4 yıl önce
ebeveyn
işleme
39a49bda15

+ 4 - 4
components/cm-module/listTemplate/productList.vue

@@ -354,9 +354,9 @@ export default {
 }
 .list-details-price {
 	width: 100%;
-	line-height: 54rpx;
-	margin-top: 10rpx;
-	height: 54rpx;
+	// line-height: 54rpx;
+	// margin-top: 10rpx;
+	// height: 54rpx;
 	float: left;
 	&.prom{
 		height: auto;
@@ -364,7 +364,7 @@ export default {
 	}
 	.floor-item-act{
 		width: 100%;
-		height: 56rpx;
+		// height: 56rpx;
 		text-align: center;
 		box-sizing: border-box;
 		float: left;

+ 2 - 1
pages/user/club/club-list.vue

@@ -211,8 +211,9 @@ export default {
 		},
 		// 跳转订单列表
 		goOrderList(item) {
+			console.log(item)
 			this.$api.setStorage('clubInfo', item)
-			this.$api.navigateTo(`pages/user/order/order-list`)
+			this.$api.navigateTo('pages/user/order/order-list')
 		},
 		async hideSearchModalHandle() {
 			this.showSearchModal = false