You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
766 B

<view class="p-container">
<!-- 时间组件 -->
<time-component bindchange="changeTime"></time-component>
<view class="brand">
<view class="text" bindtap="a">热门词云</view>
<word-cloud wx:if="{{showTu}}" list="{{HotWords}}" width="100%" height="200"></word-cloud>
</view>
<view class="brand">
<view class="text">正面词云</view>
<view>
<word-cloud wx:if="{{showTu}}" class="wordtext" list="{{PositiveWords}}" width="680rpx" height="130"></word-cloud>
</view>
</view>
<view class="brand">
<view class="text">负面词云</view>
<word-cloud wx:if="{{showTu}}" class="wordtext" list="{{NegativeWords}}" width="680rpx" height="130"></word-cloud>
</view>
</view>