Merge pull request '添加了购买人数' (#81) from xbx into master

Reviewed-on: http://git.luyuan.tk/luyuan/demingshangjia/pulls/81
This commit is contained in:
luyuan 2020-09-01 17:33:52 +08:00
commit b9eceb6ecf

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>