uni-appを使用した微信ミニプログラムでのユーザー認証機能の実装
1. プロジェクト設定
manifest.json の設定
json
{
"mp-weixin": {
"appid": "あなたの小程序AppID",
"setting": {
"urlCheck": false
},
"usingComponents": true,
"permission": {
"scope.userLocation": {
"desc": "近くの ...
6月30日 17:12 投稿