first commit
This commit is contained in:
33
衣莎项目/源码/YiShaXiYi/user/setUp/setUp.wxml
Normal file
33
衣莎项目/源码/YiShaXiYi/user/setUp/setUp.wxml
Normal file
@@ -0,0 +1,33 @@
|
||||
<!-- 头部 -->
|
||||
<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" />
|
||||
Reference in New Issue
Block a user