index$99a60302.wxml
1.21 KB
<import src="NoData$313b0900" /><template name="index$99a60302">
<view class="_div data-v-bf53843c myrelease">
<navigator class="_navigator data-v-bf53843c lecture-item" wx:key="i" key="{{i}}" url="{{'../lectureDetail/main?lrid='+v.lrid}}" hover-class="hover" wx:for="{{lectures}}" wx:for-index="i" wx:for-item="v">
<view class="_div data-v-bf53843c title">{{v.lecture_title}}</view>
<view class="_div data-v-bf53843c abstract">{{v.lecture_content}}</view>
<view class="_div data-v-bf53843c foot">
<view class="_div data-v-bf53843c left">
<image src="/static/imgs/time.png" class="_img data-v-bf53843c"></image>{{v.lecture_date}}
</view>
<view class="_div data-v-bf53843c left">
<image src="/static/imgs/locate.png" class="_img data-v-bf53843c"></image>{{v.comm_Name}}
</view>
<view class="_div data-v-bf53843c status" wx:if="{{v.is_auditing==0}}">审核中</view>
<view class="_div data-v-bf53843c status" wx:else style="background: tan">已通过</view>
</view>
</navigator> <template wx:if="{{loaded && lectures.length==0}}" paddingTop="0" data="{{...$root[$kk+'0'], $root}}" is="NoData$313b0900"></template>
</view>
</template>