123456789101112131415161718192021222324252627282930313233343536373839 |
- <!--index.wxml-->
- <view class="bodyclass">
- <!-- 标题 -->
- <view class="diyi">
- <view bindtap="sp" style="padding-top:50px;text-align:center" class="diyi_yi">
- <image class="diyi_er" src="../../img/timg.jpg"></image>
- <text>{{logintype}}</text>
- </view>
- </view>
- <!-- 主题 -->
- <view class="dier">
- <view class="grids">
- <view bindtap="woYaoJiaoFei" class="item">
- <image src="../../img/1588849503(1).png"/>
- <text>我要缴费</text>
- </view>
- <view bindtap="woYaoBaoXiu" class="item">
- <image src="../../img/1588849129(1).png"/>
- <text>我要报修</text>
- </view>
- <view bindtap="jiaoFeiJiLuURL" class="item">
- <image src="../../img/1588849331(1).png"/>
- <text>缴费记录</text>
- </view>
- <view bindtap="baoXiuJiLuURL" class="item">
- <image src="../../img/1588849223(1).png"/>
- <text>报修记录</text>
- </view>
- <view bindtap="fanChanXinXiURL" class="item">
- <image src="../../img/1588919246(1).png"/>
- <text>房产信息</text>
- </view>
- </view>
- </view>
- <!-- 底部 -->
- <view class="diesan">
- </view>
- </view>
|