lurunzhen 3 months ago
parent
commit
c8106c95a2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/mall/checkout/checkout.wxml

+ 1 - 1
pages/mall/checkout/checkout.wxml

@@ -184,7 +184,7 @@
       <view class="info"> 
         <view class="name">{{item.skuName}}</view>
         <view class="m" style="margin-top:20rpx">规格:{{item.propertyValue}}</view>
-        <view class="m">skuCode:{{item.skuCode}}</view>
+        <view class="m">商品编码:{{item.skuCode}}</view>
         <view class="b">单价:¥{{item.salePrice}}</view> 
       </view>
     </view>