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.

21 lines
658 B

<view>
<!-- 时间组件 -->
<time-component></time-component>
<view class="brand">
<view class="text">热门词云</view>
<word-cloud class="wordtext" list="{{words}}" width="680rpx" height="130"></word-cloud>
</view>
<view class="brand">
<view class="text">正面词云</view>
<view>
<word-cloud class="wordtext" list="{{words}}" width="680rpx" height="130" ></word-cloud>
</view>
</view>
<view class="brand">
<view class="text">负面词云</view>
<word-cloud class="wordtext" list="{{words}}" width="680rpx" height="130" ></word-cloud>
</view>
</view>