mudipageindex.wxml
2.3 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
<!-- 发布弹出层 -->
<import src="../template/templates.wxml" />
<template is="showpublish" data='{{publishshow}}' />
<!-- 底部导航 -->
<import src="../template/templates.wxml" />
<template is="tabBar" data='{{num}}' />
<view class="a">
<view class='b_box'>
<!-- 右侧图标 -->
<view class='c_right' bindtap="usehelp">
<!-- 图标 -->
<view class='c_icon'>
<image src='http://bronet.wangshuwen.com/add_02@3x.png' ></image>
</view>
<!-- 使用帮助 -->
<view class='c_text'>
<text>使用帮助</text>
</view>
</view>
<!-- 主图标 -->
<view class='d' bindtap="myzuci">
<!-- 图片 -->
<image src='http://bronet.wangshuwen.com/ancestors@3x.png'></image>
<!-- 文字 -->
<view class='d_text'>
<!-- 我的祖祠: -->
<view class='d_text_left'>
<view>我的祖祠:</view>
<view>1个</view>
</view>
<!-- 查看 -->
<view class='d_text_right'>
<view>查看</view>
<!-- <image src='http://bronet.wangshuwen.com//more@3x.png'></image> -->
<view class='iconfont icon-jinru'></view>
</view>
</view>
</view>
<!-- 第二层 三个图标 -->
<view class='f'>
<view class='f_model' bindtap="newnudi">
<!-- 图片 -->
<view class='f_model_img' bindtap='btn_newmd'>
<image src='http://bronet.wangshuwen.com/mu_01@3x.png'></image>
</view>
<!-- 文字 -->
<view class='f_model_text'>
<text>新建墓地</text>
</view>
</view>
<view class='f_model' bindtap="alreadymudi">
<!-- 图片 -->
<view class='f_model_img' bindtap='btn_oldmd'>
<image src='http://bronet.wangshuwen.com/mu_02@3x.png'></image>
</view>
<!-- 文字 -->
<view class='f_model_text'>
<text>已建墓地</text>
</view>
</view>
<view class='f_model' bindtap="attentionmudi">
<!-- 图片 -->
<view class='f_model_img'>
<image src='http://bronet.wangshuwen.com/mu_03@3x.png'></image>
</view>
<!-- 文字 -->
<view class='f_model_text'>
<text>关注墓地</text>
</view>
</view>
</view>
</view>
</view>