yuwenjun 4 лет назад
Родитель
Сommit
f8c6c82846
2 измененных файлов с 3 добавлено и 1 удалено
  1. 1 0
      components/cm-module/listTemplate/productList.vue
  2. 2 1
      pages/goods/product.vue

+ 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;