English
It is used to display the open data of the platform.
Platform Difference Description
App | H5 | 微信小程序 | 支付宝小程序 | 百度小程序 | 抖音小程序 | 飞书小程序 | QQ小程序 | 快应用 | 360小程序 | 快手小程序 | 京东小程序 |
---|---|---|---|---|---|---|---|---|---|---|---|
x | x | √ | x | √ | √ | x | √ | x | x | x | x |
Tips
This function provides open capabilities for each Mini Program platform. The App side and H5 side do not involve this concept.
支付宝没有open-data组件,但提供了API方式获取相关信息。参考
Property description
property name | type | default value | description | platform difference description |
---|---|---|---|---|
type | String | Open Data Type | ||
open-gid | String | It takes effect when type="groupName", group id | WeChat applet, QQ applet | |
lang | String | en | It takes effect when type="user*", in which language to display userInfo, valid values are: en, zh_CN, zh_TW | WeChat applet, QQ applet |
type valid values
Value | Description | Platform Difference Description |
---|---|---|
userNickName | User Nickname | WeChat Mini Program Basic Library 1.9.90+ Return "WeChat User" |
userAvatarUrl | User Avatar | WeChat Mini Program Basic Library 1.9.90+ No longer returns, showing Gray Avatar |
userGender | User gender | WeChat applet basic library 1.9.90+ no longer returns |
groupName | Pull group name | WeChat applet, QQ applet |
userCity | The city where the user is located | WeChat applet basic library 1.9.90+ no longer returns, QQ applet |
userProvince | The province where the user is located | WeChat applet basic library 1.9.90+ no longer returns, QQ applet |
userCountry | The country where the user is located | WeChat applet basic library 1.9.90+ no longer returns, QQ applet |
userLanguage | User's language | WeChat applet basic library 1.9.90+ no longer returns, QQ applet |
Notice
<open-data>
from 24:00 on February 21, 2022
. [Details](https://developers.weixin.qq.com/community/ develop/doc/000e881c7046a8fa1f4d464105b001?blockType=1). If the Mini Program needs to collect information such as the user's nickname and avatar, it can be collected through the Filling Function of Avatar Nickname. The specific recycling methods are:
WeChat user
""
<open-data>
, and the platform will prompt the user for the first time in the Mini Program's life cycle to call this component to display the group name: "The group name is only visible to you, and the Mini Program cannot obtain it."Example
<open-data type="userNickName"></open-data>
<open-data type="userAvatarUrl"></open-data>
<open-data type="userGender"></open-data>