微信小程序open-data使用

2021/4/11 22:55:17

本文主要是介绍微信小程序open-data使用,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

微信小程序open-data使用

<template>
	<view class="content">
		<view class="con">
			<!-- 用户头像 -->
			<open-data type="userAvatarUrl" class="con-avatar"></open-data>
		</view>
		<view class="con">
			<!-- 用户昵称 -->
			<open-data type="userNickName" class="con-userNickName" lang="zh_CN"></open-data>
		</view>

		<!-- 用户性别 -->
		<open-data type="userGender" lang="zh_CN"></open-data>

		<!-- 用户所在省份 -->
		<open-data type="userProvince" lang="zh_CN"></open-data>
		<!-- 用户所在城市 -->
		<open-data type="userCity" lang="zh_CN"></open-data>
		
		<view class="">
			<button open-type="openSetting" bindopensetting="callback">打开设置页</button>
		</view>
	</view>
</template>


这篇关于微信小程序open-data使用的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程