添加了购买人数
This commit is contained in:
parent
f9f6bba08b
commit
2bdd8e2b7f
@ -91,6 +91,10 @@
|
||||
<text style="color:#fff;font-size:30rpx">RMB {{jieshu.sales_amount}}</text>
|
||||
<text style="color:#fff;font-size:30rpx;margin-top:10rpx">直播销量</text>
|
||||
</view>
|
||||
<view class="jieshuboxitem" v-if="list.length != 0">
|
||||
<text style="color:#fff;font-size:30rpx">{{jieshu.buy_num}}</text>
|
||||
<text style="color:#fff;font-size:30rpx;margin-top:10rpx">购买人数</text>
|
||||
</view>
|
||||
</div>
|
||||
</div>
|
||||
<!-- <button class="btn" @click="start">开始推流1</button>
|
||||
|
Loading…
Reference in New Issue
Block a user