添加了购买人数 #81

Merged
theluyuan merged 1 commits from xbx into master 2020-09-01 09:33:53 +00:00

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>