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.
 
 
 
 
 
huazhiyu/pages/SettingCommon/SettingCommon.vue

55 lines
1.1 KiB

<template>
<view class="page">
<view class="common-list">
<view class="list">
<view class="title">
<text>消息推送设置</text>
</view>
<view class="more">
<text></text>
<text class="iconfont icon-more"></text>
</view>
</view>
<view class="list">
<view class="title">
<text>隐私设置</text>
</view>
<view class="more">
<text></text>
<text class="iconfont icon-more"></text>
</view>
</view>
<view class="list">
<view class="title">
<text>WLAN环境下自动播放视频</text>
</view>
<view class="switch-setting">
<switch class="red sm" color="red !important" checked></switch>
</view>
</view>
<view class="list">
<view class="title">
<text>清除缓存</text>
</view>
<view class="more">
<text>666.66M</text>
<text class="iconfont icon-more"></text>
</view>
</view>
</view>
</view>
</template>
<script>
export default {
data() {
return {
};
}
}
</script>
<style scoped lang="scss">
@import 'SettingCommon.scss';
</style>