初次提交
This commit is contained in:
39
pages/xsxt/index.wxml
Normal file
39
pages/xsxt/index.wxml
Normal file
@@ -0,0 +1,39 @@
|
||||
<import src="../../wxParse/wxParse.wxml"/>
|
||||
<view class="container">
|
||||
<block wx:for="{{helps}}">
|
||||
<view class="text">
|
||||
<view class="line_flag"></view>
|
||||
<text>{{item.LBName}}</text>
|
||||
</view>
|
||||
<view class="news-box" >
|
||||
<view class="news-item" wx:for="{{item.data}}" wx:for-item="cell">
|
||||
<view class="news-item-to" bindtap="ondetail" data-id="{{cell.id}}">
|
||||
<view class="pic"><image src="{{cell.pic}}"></image></view>
|
||||
<view class="title">{{cell.title}}</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</block>
|
||||
<view class="nodata" hidden="{{nodataHidden}}">
|
||||
<image src="../../images/order-null.png"/>
|
||||
<view>暂无数据</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
<view class="Hidden_box" hidden="{{bodyHidden}}" bindtap="closeserver">
|
||||
<view class="Hidden_box_to" catchtap="inserver">
|
||||
<view class="close" bindtap="closeserver"><image src="../../images/close.png" /></view>
|
||||
|
||||
<view class="title">视频详情</view>
|
||||
<view class="body">
|
||||
<view class="title">{{title}}</view>
|
||||
<video id="myVideo" wx:if='{{video!=""}}' src="{{video}}" autoplay enable-danmu danmu-btn controls></video>
|
||||
<template is="wxParse" data="{{wxParseData:body.nodes}}"/>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<loading hidden="{{loadingHidden}}">
|
||||
加载中...
|
||||
</loading>
|
||||
Reference in New Issue
Block a user