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.
49 lines
1.0 KiB
49 lines
1.0 KiB
<!--pages/admin/admin.wxml-->
|
|
<view class="container">
|
|
<view class="header">
|
|
<open-data type="userAvatarUrl" class="adminImg"></open-data>
|
|
<open-data type="userNickName" class="adminName"></open-data>
|
|
</view>
|
|
<view class="wrapper">
|
|
<text class="title">设置</text>
|
|
|
|
<button class="lis" open-type="openSetting">
|
|
<label>授权设置</label>
|
|
<text>允许使用地理位置</text>
|
|
</button>
|
|
|
|
<view class="lis" bindtap='clearStorage'>
|
|
<label>清除缓存</label>
|
|
</view>
|
|
|
|
<text class="title">操作</text>
|
|
|
|
<button open-type="share" class="lis">
|
|
<label>分享</label>
|
|
<text>分享给微信好友</text>
|
|
</button>
|
|
|
|
<view class="lis" bindtap="toCollect">
|
|
<label>收藏</label>
|
|
<text>添加到我的小程序</text>
|
|
</view>
|
|
|
|
<button class="lis" open-type="contact">
|
|
<label>客服</label>
|
|
<text>查看使用指南</text>
|
|
</button>
|
|
|
|
<button class="lis" open-type="feedback">
|
|
<label>意见反馈</label>
|
|
</button>
|
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|