Selaa lähdekoodia

规格修改字段

xiaohaizhao 1 vuosi sitten
vanhempi
commit
ceb46f649b

+ 4 - 2
packageA/orderForm/modules/product/list/index.wxml

@@ -13,8 +13,10 @@
                     编号:{{item.itemno}}
                 </view>
                 <view class="subfield">
-                    <text class="line-1" style="margin-right: 6rpx;">型号:{{item.model||' --'}}</text>
-                    <text class="line-1">规格:{{item.spec||' --'}}</text>
+                    型号:{{item.model||' --'}}
+                </view>
+                <view class="subfield">
+                    <text class="line-1">规格:{{item.standards||' --'}}</text>
                 </view>
                 <view wx:if="{{item.iscustomsize}}" class="subfield" style="margin-top: 8rpx;">
                     定制属性:{{item.customproperties}}

+ 1 - 1
select/product/index.wxml

@@ -31,7 +31,7 @@
                     型号:{{item.model||' --'}}
                 </view>
                 <view class="subfield line-1">
-                    规格:{{item.spec||' --'}}
+                    规格:{{item.standards||' --'}}
                 </view>
                 <view wx:if="{{item.iscustomsize}}" class="subfield line-1" data-item="{{item}}" catch:tap="customization" style="color:#085CDF;">
                     长:{{item.length}} / 宽:{{item.width}}