33 lines
1.3 KiB
Plaintext
33 lines
1.3 KiB
Plaintext
<!-- 头部 -->
|
|
<nav-bar isBack="{{isBack}}" pageTitle="{{pageTitle}}" system="{{system}}"></nav-bar>
|
|
<!-- user/setUp/setUp.wxml -->
|
|
<view class="setUp">
|
|
<view class="user-list mt20">
|
|
<view class="tit" data-url="/user/addList/addList?isAdd=true" bind:tap="jump">
|
|
<view class="titl">地址管理</view>
|
|
<view class="titr flex-con5">
|
|
<image src="/static/img/icon/right-r.png" />
|
|
</view>
|
|
</view>
|
|
<view class="tit" data-url="/user/feedback/feedback" bind:tap="jump">
|
|
<view class="titl">问题反馈</view>
|
|
<view class="titr flex-con5">
|
|
<image src="/static/img/icon/right-r.png" />
|
|
</view>
|
|
</view>
|
|
<view class="tit" data-url="/pages/contactUs/contactUs" bind:tap="jump">
|
|
<view class="titl">联系我们</view>
|
|
<view class="titr flex-con5">
|
|
<image src="/static/img/icon/right-r.png" />
|
|
</view>
|
|
</view>
|
|
<view class="tit" data-url="/pages/userProtocol/userProtocol" bind:tap="jump">
|
|
<view class="titl">用户协议</view>
|
|
<view class="titr flex-con5">
|
|
<image src="/static/img/icon/right-r.png" />
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<!-- toasta提示 -->
|
|
<i-toast id="toast" /> |