Browse Source

商品详情文字修改

1004749546@qq.com 4 years ago
parent
commit
38ce52d680
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/goods/goodsDetail.vue

+ 1 - 1
pages/goods/goodsDetail.vue

@@ -17,7 +17,7 @@
 					</view>
 				</view>
 				<view class="goods-price">
-					<view>换数量<text>(库存{{goodContent.inventoryQty}}件)</text></view>
+					<view>换数量<text>(库存{{goodContent.inventoryQty}}件)</text></view>
 					<view>
 						<u-number-box :max="goodContent.inventoryQty" v-model="nums"></u-number-box>
 					</view>