Administrator 5 lat temu
rodzic
commit
c3429fdc9c
1 zmienionych plików z 5 dodań i 5 usunięć
  1. 5 5
      seller/pages/cart/immediately.vue

+ 5 - 5
seller/pages/cart/immediately.vue

@@ -22,7 +22,7 @@
 					<view class="layer-nunbox">
 						<view class="layer-nunbox-m" v-if="productCode!=''&&productCode!=null">商品编码:{{productCode}}</view>
 						<view class="layer-nunbox-t">
-							<view class="layer-nunbox-text">数量:</view>
+							<view class="layer-nunbox-text">数量</view>
 							<view class="number-box">
 								<view  class="iconfont icon-jianhao" :class="[isQuantity==true?'disabled':'']" @click="changeCountSub()"></view>
 								<input class="btn-input" type="number" v-model="number" maxlength='6'  @blur="changeNumber($event)">
@@ -30,7 +30,7 @@
 							</view>
 						</view>
 						<view class="layer-nunbox-b">
-							<view class="text">单价:
+							<view class="text">单价
 								<text class="p sm">¥</text>
 								<text class="p bg">{{buyRetailPrice.toFixed(2)}}</text>
 							</view>
@@ -49,12 +49,12 @@
 			<view class="layer" @tap.stop="discard">
 				<view class="content zuhe-content">
 					<view class="number-left">
-						<text>种类:{{productKind}}</text>
-						<text>数量:{{productTotalNum}}</text>
+						<text>种类{{productKind}}</text>
+						<text>数量{{productTotalNum}}</text>
 					</view>
 					<view class="number-right">
 						<view class="text">
-							总额:<text class="number-right-text">¥{{productTotalAmount.toFixed(2)}}</text>
+							总额<text class="number-right-text">¥{{productTotalAmount.toFixed(2)}}</text>
 						</view>
 					</view>
 				</view>