uni-app 12.1设置朋友圈动态权限

简介: uni-app 12.1设置朋友圈动态权限


设置朋友圈权限页面 user-moments-auth.nvue

<template>
  <view class="page">
    <!-- 导航栏 -->
    <free-nav-bar title="设置朋友圈动态权限" showBack :showRight="false">
    </free-nav-bar>
    
    <free-list-item title="不让他看我" :showLeftIcon="false" showRight :showRightIcon="false">
      <switch slot="right" checked="false" @change="" color="#08C060"/>
    </free-list-item>
    <free-list-item title="不看他" :showLeftIcon="false" showRight :showRightIcon="false">
      <switch slot="right" checked="false" @change="" color="#08C060"/>
    </free-list-item>
  </view>
</template>
<script>
  import freeNavBar from '@/components/free-ui/free-nav-bar.vue';
  import freeListItem from '@/components/free-ui/free-list-item.vue';
  export default {
    components:{
      freeNavBar,
      freeListItem
    },
    data() {
      return {
        
      }
    },
    methods: {
      
    }
  }
</script>
<style>
</style>

页面是酱紫的

好了,感谢大家观看。我们下次再见。

目录
相关文章
|
4天前
|
存储 iOS开发 开发者
如何在上架App之前设置证书并上传应用
在上架App之前想要进行真机测试的同学,请查看《iOS- 最全的真机测试教程》,里面包含如何让多台电脑同时上架App和真机调试。
|
4天前
|
存储 网络安全 数据安全/隐私保护
如何在上架 App 之前设置证书并上传应用
如何在上架 App 之前设置证书并上传应用
|
4天前
|
Android开发
Android修改默认system/bin/下可执行程序拥有者和权限,使用实例,只有root和系统app权限才能执行某个命令。
Android修改默认system/bin/下可执行程序拥有者和权限,使用实例,只有root和系统app权限才能执行某个命令。 【5月更文挑战第2天】
19 0
|
4天前
uni-app 161朋友圈查看权限
uni-app 161朋友圈查看权限
16 0
|
4天前
uni-app 106群资料设置功能
uni-app 106群资料设置功能
17 0
|
4天前
uni-app 62websocket连接权限验证和强制下线
uni-app 62websocket连接权限验证和强制下线
27 3
|
4天前
uni-app 18个人资料设置开发
uni-app 18个人资料设置开发
26 0
uni-app 18个人资料设置开发
|
4天前
uni-app 11设置备注和标签页
uni-app 11设置备注和标签页
39 2
uni-app 11设置备注和标签页
|
4天前
|
安全 Java 数据挖掘
当 App 有了系统权限,真的可以为所欲为? Android Performance Systrace
当 App 有了系统权限,真的可以为所欲为? Android Performance Systrace 转载自: https://androidperformance.com/2023/05/14/bad-android-app-with-system-permissions/#/0-Dex-%E6%96%87%E4%BB%B6%E4%BF%A1%E6%81%AF
33 0
|
4天前
|
XML 数据库 数据安全/隐私保护
Android App规范处理中版本设置、发布模式、给数据集SQLite加密的讲解及使用(附源码 超详细必看)
Android App规范处理中版本设置、发布模式、给数据集SQLite加密的讲解及使用(附源码 超详细必看)
46 0