mainindex.wxml
3.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<import src="../../template/templates.wxml" />
<template is="tabBar" data='{{...tabcurrent}}' />
<view class="box">
<view class="search">
<view class="iconfont icon-sousuo searchicon"></view>
<view class="search_hospital">
<input placeholder="身份证号或纪念堂号" class="enterword" bindinput="searchhospital"/>
</view>
</view>
<view class="nav">
<view wx:for="{{navbar}}" data-idx="{{index}}" class="nav_item {{currentTab==index ? 'active' : ''}}" wx:key="unique" bindtap="navbarTap" data-categoryid="{{item.id}}">{{item.name}}
</view>
</view>
<view class="topone">
<view class="toponetext">
如果你无法简洁的表达你的想法,那只说明你 还不够了解它。
</view>
<view class="topnonecontent">
<text class="toponetitle">--阿尔伯特·爱因斯坦</text>
<view class="totop">置顶</view>
</view>
</view>
<view class="topone">
<view class="toptwo">
<view class="toponetext toptwotext">
著名反派演员计春华去世,享 年57岁
</view>
<view class="toptwoimg ">
<image src="../../../img/NoPath - 副本 (240)@3x.png"></image>
</view>
</view>
<view class="topnonecontent">
<view class="newsimg">
<image src="../../../img/news.png"></image>
</view>
<text class="toponetitle">人民网</text>
<text class="toponetitle" style="margin-left:10rpx">3.2万人祭拜</text>
<view class="totop">置顶</view>
</view>
</view>
<view class="topone">
<video id="myVideo" src="http://wxsnsdy.tc.qq.com/105/20210/snsdyvideodownload?filekey=30280201010421301f0201690402534804102ca905ce620b1241b726bc41dcff44e00204012882540400&bizid=1023&hy=SH&fileparam=302c020101042530230204136ffd93020457e3c4ff02024ef202031e8d7f02030f42400204045a320a0201000400" binderror="videoErrorCallback" danmu-list="{{danmuList}}" enable-danmu danmu-btn controls></video>
</view>
<view class="topone">
<view class="toptwo">
<view class="toponetext toptwotext">
每逢佳节倍思亲,为家人加个 纪念馆
</view>
<view class="toptwoimg ">
<image src="../../../img/NoPath - 副本 (240)@3x.png"></image>
</view>
</view>
</view>
<view class="topone praylist">
<view class="prayimg">
<image src="../../../img/组 4218@3x.png"></image>
</view>
<view class="prayimg">
<image src="../../../img/组 4218@3x.png"></image>
</view>
<view class="prayimg">
<image src="../../../img/组 4218@3x.png"></image>
</view>
</view>
<view class="tourlist">
<view class="touristname">十一黄金周数万名游客齐聚西纸坊,共享民俗文化盛宴</view>
<view class="tourlistimglist">
<view class="tourlistimg">
<image src="../../../img/product_04@3x.png"></image>
</view>
<view class="tourlistimg">
<image src="../../../img/product_04@3x.png"></image>
</view>
<view class="tourlistimg">
<image src="../../../img/product_04@3x.png"></image>
</view>
</view>
<view class="carfrienditem">
<view class="carfriend"></view>
<view class="carfriendname">车友之家 1小时前</view>
</view>
</view>
</view>