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设置朋友圈动态权限的主要内容,如果未能解决你的问题,请参考以下文章

uni-app 153读取朋友圈动态功能

uni-app 152朋友圈动态实时通知功能

uni-app 17朋友圈开发

uni-app 22发布朋友圈页面

uni-app 180查看好友朋友圈完善

对方头像更新了但我看不到怎么回事?