Commit 1d6b900dbffef5770c9cfb18627811f7bcaad68a
1 parent
70f4f641
已拼多少分,改成已拼多少件
Showing
1 changed file
with
1 additions
and
1 deletions
pages/goods/goodsInfo/goodsInfo.wxml
... | ... | @@ -94,7 +94,7 @@ |
94 | 94 | <view class="word-line fs20 xc-qtunit-price">零售价¥{{data.market_price}}</view> |
95 | 95 | </view> |
96 | 96 | <view class="abs white xc-nanber"> |
97 | - <text class="fs22">已拼{{prom_act.buy_num}}份</text> | |
97 | + <text class="fs22">已拼{{prom_act.buy_num}}件</text> | |
98 | 98 | <view class="flex" style='margin-top:-34rpx'> |
99 | 99 | <view class="xc-people-img"> |
100 | 100 | <image class="imgs" src="{{prom_st==1? iurl+'/miniapp/images/r_logo_red.png':iurl+'/miniapp/images/r_logo.png'}}"></image> | ... | ... |