uni-app 12.1设置朋友圈动态权限
Posted 2019ab
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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>
页面是酱紫的
好了,感谢大家观看。我们下次再见。
以上是关于uni-app 12.1设置朋友圈动态权限的主要内容,如果未能解决你的问题,请参考以下文章