Explorar o código

维沙小程序bug修复

yuwenjun %!s(int64=4) %!d(string=hai) anos
pai
achega
f8c6c82846

+ 1 - 0
components/cm-module/listTemplate/productList.vue

@@ -356,6 +356,7 @@ export default {
 	}
 }
 .price-box{
+		width: 100%;
 		position: absolute;
 		bottom: 0;
 	}

+ 2 - 1
pages/goods/product.vue

@@ -157,7 +157,7 @@
 							<view
 								class="productRemarks"
 								v-if="
-									product.productRemarks != '' && product.productRemarks != null
+									product.productRemark != '' && product.productRemark != null
 								"
 							>
 								备注:{{ product.productRemark }}
@@ -831,6 +831,7 @@ page {
 		font-size: 24rpx;
 		color: #999999;
 		text-align: left;
+		padding: 0 24rpx;
 	}
 	.wrap-top {
 		width: 702rpx;