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
718 B

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