shish 3 年之前
父節點
當前提交
bce4ee0aeb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ghsApp/src/pagesPurchase/info.vue

+ 1 - 1
ghsApp/src/pagesPurchase/info.vue

@@ -189,7 +189,7 @@
 					</tui-list-cell>
 					</tui-list-cell>
 					<tui-list-cell class="line-cell" :hover="false">
 					<tui-list-cell class="line-cell" :hover="false">
 						<div class="tui-title">总重量</div>
 						<div class="tui-title">总重量</div>
-						<div class="detail-price_box" style="font-size: 30upx;">¥{{ detailInfo.totalWeight?parseFloat(detailInfo.totalWeight):0 }}</div>
+						<div class="detail-price_box" style="font-size: 30upx;">{{ detailInfo.totalWeight?parseFloat(detailInfo.totalWeight):0 }}</div>
 					</tui-list-cell>
 					</tui-list-cell>
 					<tui-list-cell class="line-cell" :hover="false">
 					<tui-list-cell class="line-cell" :hover="false">
 						<div class="tui-title">每公斤运费</div>
 						<div class="tui-title">每公斤运费</div>