添加了购买人数

This commit is contained in:
luyuan 2020-09-01 16:59:55 +08:00
parent f9f6bba08b
commit 2bdd8e2b7f
Signed by: theluyuan
GPG Key ID: A7972FD973317FF3

View File

@ -91,6 +91,10 @@
<text style="color:#fff;font-size:30rpx">RMB {{jieshu.sales_amount}}</text> <text style="color:#fff;font-size:30rpx">RMB {{jieshu.sales_amount}}</text>
<text style="color:#fff;font-size:30rpx;margin-top:10rpx">直播销量</text> <text style="color:#fff;font-size:30rpx;margin-top:10rpx">直播销量</text>
</view> </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>
</div> </div>
<!-- <button class="btn" @click="start">开始推流1</button> <!-- <button class="btn" @click="start">开始推流1</button>