浏览代码

修改附加取值字段

ext.liuqiwen3 1 月之前
父节点
当前提交
9d9017d3d1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/merchantCenters/merchant.vue

+ 1 - 1
pages/merchantCenters/merchant.vue

@@ -71,7 +71,7 @@
               <!-- <text class="price">工费: {{ item.price }}/克</text> -->
               <text class="sales">工费: {{ item.totalLaborCost }}</text>
               <text class="sales">
-                附加费: {{ item.totalLaborCost }}
+                附加费: {{ item.additionalAmount }}
               </text>
               <!-- <view class="txt">券</view> -->
             </view>