40 lines
868 B
Plaintext
40 lines
868 B
Plaintext
|
|
<view class="settings-container">
|
|
|
|
<!-- 功能区 -->
|
|
<view class="group">
|
|
<view class="group-title">账户与数据</view>
|
|
|
|
<view class="item" bindtap="clearCache">
|
|
<text>清除本地数据</text>
|
|
<text>></text>
|
|
</view>
|
|
|
|
<view class="item" bindtap="revokePrivacy">
|
|
<text>撤销隐私授权</text>
|
|
<text>></text>
|
|
</view>
|
|
</view>
|
|
|
|
<!-- 协议区 -->
|
|
<view class="group">
|
|
<view class="group-title">协议与说明</view>
|
|
|
|
<navigator url="/pages/privacy/privacy" class="item">
|
|
<text>隐私政策</text>
|
|
<text>></text>
|
|
</navigator>
|
|
|
|
<navigator url="/pages/user-agreement/user-agreement" class="item">
|
|
<text>用户协议</text>
|
|
<text>></text>
|
|
</navigator>
|
|
|
|
<view class="item">
|
|
<text>当前版本</text>
|
|
<text>v1.0.0</text>
|
|
</view>
|
|
</view>
|
|
|
|
</view>
|