You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.2 KiB

<statusBar title="个人中心"></statusBar>
<image src="../img/my_bg.png" class="top-bg" />
<view class="my-content">
<view class="userinfo">
<view class="head">
<image src="../img/head2.png"></image>
</view>
<view>
<view class="type">{{name}}</view>
</view>
</view>
<view class="nav-link">
<!-- <view class="look bt-b" bindtap="settlement">
<image src="../img/js.png"></image>
<text>我的结算</text>
<text class="rj"></text>
</view> -->
<view class="look bt-b" bindtap="notice">
<image src="../img/tz.png"></image>
<text>通知公告</text>
<text class="rj"></text>
</view>
<view class="look bt-b" bindtap="technicalData">
<image src="../img/zl.png"></image>
<text>技术资料</text>
<text class="rj"></text>
</view>
</view>
</view>
<view class="bt-btn-box">
<button class="btn" bindtap="exit" wx:if='{{userId}}'>退出登录</button>
</view>
<view class="bigCode" wx:if='{{showCode}}' bindtap="show">
<image mode="aspectFit" src="{{url}}main/redirect/minicode?id={{userId}}"></image>
</view>
<!-- 底部导航 -->
<tabBar url="center" active="2"></tabBar>