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.
13 lines
686 B
13 lines
686 B
<view class="guide-info">
|
|
<image class="topic-img" src="../../images/huatizhinan@2x.png" />
|
|
<view class="guide-content">
|
|
<view class="today-item">
|
|
<view class="today-top"><image src="../../images/fire@2x.png"/><text>{{todayTopic.showTime}}</text></view>
|
|
<view class="today-content"><text>{{todayTopic.content}}</text></view>
|
|
</view>
|
|
<view class="topic-item" wx:for="{{guideInfoData}}" wx:for-index="index" wx:for-item="item" wx:key="index">
|
|
<view class="item-top"><image src="../../images/copy@2x.png"/><text>{{item.showTime}}</text></view>
|
|
<view class="item-content"><text>{{item.content}}</text></view>
|
|
</view>
|
|
</view>
|
|
</view>
|