1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <!--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="{{avatarRell}}"></image>
- <button size="mini" style='display:inline-block;width:150rpx;background-color:#298DF7;color:#FFF;font-size:30rpx;' wx:if="{{isLogin}}" open-type="getUserInfo" bindgetuserinfo="getUserInfo">登录</button>
- <text>{{nickName}}</text>
- <text>{{phone}}</text>
- </view>
- </view>
-
-
- <view>
- <div wx:if="{{isPone}}" class="alert" >
- <div class="auth">
- <div class="apply">
- <span class="">需要获取您的手机权限</span>
- <p>(请开启手机权限)</p>
- </div>
- <button class="confirm" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber">确认</button>
- </div>
- </div>
- </view>
- <!-- 主题 -->
- <view class="dier">
- <view class="grids">
- <view bindtap="woYaoJiaoFei" class="item">
- <image src="{{imgUrl}}1588849503(1).png"/>
- <text>我要缴费</text>
- </view>
- <view bindtap="woYaoBaoXiu" class="item">
- <image src="{{imgUrl}}1588849129(1).png"/>
- <text>我要报修</text>
- </view>
- <view bindtap="woYaoTousu" class="item">
- <image src="{{imgUrl}}1588849129(1).png"/>
- <text>我要投诉</text>
- </view>
- <view bindtap="jiaoFeiJiLuURL" class="item">
- <image src="{{imgUrl}}1588849331(1).png"/>
- <text>缴费记录</text>
- </view>
- <view bindtap="baoXiuJiLuURL" class="item">
- <image src="{{imgUrl}}1588849223(1).png"/>
- <text>报修记录</text>
- </view>
- <view bindtap="tousuJiLuURL" class="item">
- <image src="{{imgUrl}}1588849223(1).png"/>
- <text>投诉记录</text>
- </view>
- <view bindtap="fanChanXinXiURL" class="item">
- <image src="{{imgUrl}}1588919246(1).png"/>
- <text>房产信息</text>
- </view>
- </view>
- </view>
- <!-- 底部 -->
- <view class="diesan">
- </view>
- </view>
|