feat: 新增部分页面静态页面

This commit is contained in:
admin
2026-01-24 17:45:54 +08:00
parent 849647d3c9
commit 8c1224999d
20 changed files with 1828 additions and 339 deletions

View File

@@ -11,23 +11,47 @@
<view class="container-list">
<uni-list :border="false">
<uni-list-item
title="个人信息"
showArrow
clickable
:border="false"
class="list-border"
@tap="
sheep.$router.go('/pages/user/info')
"
/>
<uni-list-item
title="可兼职时段报备"
showArrow
clickable
:border="false"
class="list-border"
@tap="
sheep.$router.go('/pages/user/info')
"
/>
<uni-list-item
title="通知与提示音"
showArrow
clickable
:border="false"
class="list-border"
@tap="
sheep.$router.go('/pages/user/info')
"
/>
<uni-list-item
title="隐私管理"
showArrow
clickable
:border="false"
class="list-border"
@tap="
sheep.$router.go('/pages/user/privacyManage/index')
"
/>
<!-- <uni-list-item
title="当前版本"
:rightText="appInfo.version"
showArrow
clickable
:border="false"
class="list-border"
@tap="onCheckUpdate"
/>
<uni-list-item
title="本地缓存"
:rightText="storageSize"
showArrow
:border="false"
class="list-border"
/>
<uni-list-item
title="关于我们"
showArrow
clickable
@@ -39,6 +63,22 @@
})
"
/> -->
<uni-list-item
title="本地缓存"
:rightText="storageSize"
showArrow
:border="false"
class="list-border"
/>
<uni-list-item
title="版本号"
:rightText="appInfo.version"
showArrow
clickable
:border="false"
class="list-border"
@tap="onCheckUpdate"
/>
<!-- 为了过审 只有 iOS-App 有注销账号功能 -->
<uni-list-item
v-if="isLogin && sheep.$platform.os === 'ios' && sheep.$platform.name === 'App'"
@@ -52,35 +92,6 @@
/>
</uni-list>
</view>
<view class="set-footer ss-flex-col ss-row-center ss-col-center">
<view class="agreement-box ss-flex ss-col-center ss-m-b-40">
<view class="ss-flex ss-col-center ss-m-b-10">
<!-- <view
class="tcp-text"
@tap="
sheep.$router.go('/pages/public/richtext', {
title: '用户协议'
})
"
>
用户协议
</view>
<view class="agreement-text"></view> -->
<view
class="tcp-text"
@tap="
sheep.$router.go('/pages/public/richtext', {
title: '隐私协议'
})
"
>
隐私协议
</view>
</view>
</view>
<!-- <view class="copyright-text ss-m-b-10">{{ appInfo.copyright }}</view> -->
<!-- <view class="copyright-text">{{ appInfo.copytime }}</view> -->
</view>
<su-fixed bottom placeholder>
<view class="ss-p-x-20 ss-p-b-40">
<button