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
678 B
18 lines
678 B
<view class="p-container">
|
|
<!-- 时间组件 -->
|
|
<time-component-home bindchange="changeTime"></time-component-home>
|
|
<view class="brand">
|
|
<view class="text" bindtap="a">热门词云</view>
|
|
<word-cloud-car height="{{300}}" list="{{HotWords}}"></word-cloud-car>
|
|
</view>
|
|
<view class="brand">
|
|
<view class="text">正面词云</view>
|
|
<view>
|
|
<word-cloud-car height="{{300}}" list="{{PositiveWords}}"></word-cloud-car>
|
|
</view>
|
|
</view>
|
|
<view class="brand">
|
|
<view class="text">负面词云</view>
|
|
<word-cloud-car height="{{300}}" list="{{NegativeWords}}"></word-cloud-car>
|
|
</view>
|
|
</view> |