@@ -356,6 +356,7 @@ export default {
}
.price-box{
+ width: 100%;
position: absolute;
bottom: 0;
@@ -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;