mudipageindex.wxml 2.3 KB
<!-- 发布弹出层 -->

<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>