{"id":32541,"date":"2024-11-25T15:18:59","date_gmt":"2024-11-25T07:18:59","guid":{"rendered":"https:\/\/fwq.ai\/blog\/32541\/"},"modified":"2024-11-25T15:18:59","modified_gmt":"2024-11-25T07:18:59","slug":"%e5%b0%8f%e7%a8%8b%e5%ba%8fbutton%e5%bc%95%e5%af%bc%e7%94%a8%e6%88%b7%e6%8e%88%e6%9d%83%e7%9a%84%e6%96%b9%e6%b3%95%e4%bb%8b%e7%bb%8d%ef%bc%88%e4%bb%a3%e7%a0%81%e7%a4%ba%e4%be%8b%ef%bc%89","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/32541\/","title":{"rendered":"\u5c0f\u7a0b\u5e8fbutton\u5f15\u5bfc\u7528\u6237\u6388\u6743\u7684\u65b9\u6cd5\u4ecb\u7ecd\uff08\u4ee3\u7801\u793a\u4f8b\uff09"},"content":{"rendered":"<\/p>\n<p>\u672c\u7bc7\u6587\u7ae0\u7ed9\u5927\u5bb6\u5e26\u6765\u7684\u5185\u5bb9\u662f\u5173\u4e8e\u5c0f\u7a0b\u5e8fbutton\u5f15\u5bfc\u7528\u6237\u6388\u6743\u7684\u65b9\u6cd5\u4ecb\u7ecd\uff08\u4ee3\u7801\u793a\u4f8b\uff09\uff0c\u6709\u4e00\u5b9a\u7684\u53c2\u8003\u4ef7\u503c\uff0c\u6709\u9700\u8981\u7684\u670b\u53cb\u53ef\u4ee5\u53c2\u8003\u4e00\u4e0b\uff0c\u5e0c\u671b\u5bf9\u4f60\u6709\u6240\u5e2e\u52a9\u3002<\/p>\n<p>wx.getUserInfo(OBJECT) \u6ce8\u610f\uff1a\u6b64\u63a5\u53e3\u6709\u8c03\u6574\uff0c\u4f7f\u7528\u8be5\u63a5\u53e3\u5c06\u4e0d\u518d\u51fa\u73b0\u6388\u6743\u5f39\u7a97\uff0c\u8bf7\u4f7f\u7528<\/p>\n<pre>&lt;button open-type=\"getUserInfo\"&gt;&lt;\/button&gt;<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<blockquote><p>\n  \u5f15\u5bfc\u7528\u6237\u4e3b\u52a8\u8fdb\u884c\u6388\u6743\u64cd\u4f5c\u5f53\u7528\u6237\u672a\u6388\u6743\u8fc7\uff0c\u8c03\u7528\u8be5\u63a5\u53e3\u5c06\u76f4\u63a5\u62a5\u9519 \u5f53\u7528\u6237\u6388\u6743\u8fc7\uff0c\u53ef\u4ee5\u4f7f\u7528\u8be5\u63a5\u53e3\u83b7\u53d6\u7528\u6237\u4fe1\u606f\n<\/p><\/blockquote>\n<p><strong>\u6240\u4ee5\u6211\u4eec\u8981\u4f7f\u7528\u4e0a\u8ff0button\u6765\u8bf7\u6c42\u7528\u6237\u6388\u6743<\/strong><\/p>\n<p>1.index.wxml<\/p>\n<pre>&lt;button \n    wx:if=\"{{canIUse}}\" \n    open-type=\"getUserInfo\" \n    bindgetuserinfo=\"bindGetUserInfo\"\n&gt;\u6388\u6743\u767b\u5f55&lt;\/button&gt;\n&lt;view wx:else&gt;\u8bf7\u5347\u7ea7\u5fae\u4fe1\u7248\u672c&lt;\/view&gt;<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p>2.index.js<\/p>\n<pre>Page({\n  data: {\n    \/\/\u5224\u65ad\u5c0f\u7a0b\u5e8f\u7684API\uff0c\u56de\u8c03\uff0c\u53c2\u6570\uff0c\u7ec4\u4ef6\u7b49\u662f\u5426\u5728\u5f53\u524d\u7248\u672c\u53ef\u7528\u3002\n    canIUse: wx.canIUse('button.open-type.getUserInfo')\n  },\n  onLoad: function () {\n    \/\/ \u67e5\u770b\u662f\u5426\u6388\u6743\n    wx.getSetting({\n      success: function (res) {\n        if (res.authSetting['scope.userInfo']) {\n          wx.getUserInfo({\n            success: function (res) {\n              console.log(res.userInfo)\n              \/\/\u7528\u6237\u5df2\u7ecf\u6388\u6743\u8fc7\n            }\n          })\n        }\n      }\n    })\n  },\n  bindGetUserInfo: function (e) {\n    console.log(e.detail.userInfo)\n    if (e.detail.userInfo) {\n      \/\/\u7528\u6237\u6309\u4e86\u5141\u8bb8\u6388\u6743\u6309\u94ae\n    } else {\n      \/\/\u7528\u6237\u6309\u4e86\u62d2\u7edd\u6309\u94ae\n    }\n  }\n})<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p><strong>\u6ce8\uff1a\u5982\u679c\u672a\u51fa\u73b0\u5fae\u4fe1\u6388\u6743\u7684\u5f39\u7a97\uff0c\u5219\u53ef\u80fd\u662f\u56e0\u4e3a\u4e4b\u524d\u6388\u6743\u7684\u7f13\u5b58\u5bfc\u81f4\u7684\uff0c\u56e0\u4e3a\u53ea\u6709\u672a\u6388\u6743\u624d\u4f1a\u51fa\u73b0\u5f39\u7a97\uff0c\u6e05\u9664\u7f13\u5b58\u5373\u53ef<\/strong><\/p>\n<p>\u672c\u6587\u53c2\u8003\uff1ahttps:\/\/www.html.cn\/study\/20.html<\/p>\n<\/p>\n<p>\u4ee5\u4e0a\u5c31\u662f\u5c0f\u7a0b\u5e8fbutton\u5f15\u5bfc\u7528\u6237\u6388\u6743\u7684\u65b9\u6cd5\u4ecb\u7ecd\uff08\u4ee3\u7801\u793a\u4f8b\uff09\u7684\u8be6\u7ec6\u5185\u5bb9\uff0c\u66f4\u591a\u8bf7\u5173\u6ce8\u7c73\u4e91\u5176\u5b83\u76f8\u5173\u6587\u7ae0\uff01<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u672c\u7bc7\u6587\u7ae0\u7ed9\u5927\u5bb6\u5e26\u6765\u7684\u5185\u5bb9\u662f\u5173\u4e8e\u5c0f\u7a0b\u5e8fbutton\u5f15\u5bfc\u7528\u6237\u6388\u6743\u7684\u65b9\u6cd5\u4ecb\u7ecd\uff08\u4ee3\u7801\u793a\u4f8b\uff09\uff0c\u6709\u4e00\u5b9a\u7684\u53c2\u8003\u4ef7\u503c\uff0c\u6709\u9700\u8981\u7684\u670b\u53cb\u53ef\u4ee5\u53c2\u8003\u4e00\u4e0b\uff0c\u5e0c\u671b\u5bf9\u4f60\u6709\u6240\u5e2e\u52a9\u3002 wx.getUserInfo(OBJECT) \u6ce8\u610f\uff1a\u6b64\u63a5\u53e3\u6709\u8c03\u6574\uff0c\u4f7f\u7528\u8be5\u63a5\u53e3\u5c06\u4e0d\u518d\u51fa\u73b0\u6388\u6743\u5f39\u7a97\uff0c\u8bf7\u4f7f\u7528 &lt;button open-type=&#8221;getUserInfo&#8221;&gt;&lt;\/button&gt; \u767b\u5f55\u540e\u590d\u5236 \u5f15\u5bfc\u7528\u6237\u4e3b\u52a8\u8fdb\u884c\u6388\u6743\u64cd\u4f5c\u5f53\u7528\u6237\u672a\u6388\u6743\u8fc7\uff0c\u8c03\u7528\u8be5\u63a5\u53e3\u5c06\u76f4\u63a5\u62a5\u9519 \u5f53\u7528\u6237\u6388\u6743\u8fc7\uff0c\u53ef\u4ee5\u4f7f\u7528\u8be5\u63a5\u53e3\u83b7\u53d6\u7528\u6237\u4fe1\u606f \u6240\u4ee5\u6211\u4eec\u8981\u4f7f\u7528\u4e0a\u8ff0button\u6765\u8bf7\u6c42\u7528\u6237\u6388\u6743 1.index.wxml &lt;button wx:if=&#8221;{{canIUse}}&#8221; open-type=&#8221;getUserInfo&#8221; bindgetuserinfo=&#8221;bindGetUserInfo&#8221; &gt;\u6388\u6743\u767b\u5f55&lt;\/button&gt; &lt;view wx:else&gt;\u8bf7\u5347\u7ea7\u5fae\u4fe1\u7248\u672c&lt;\/view&gt; \u767b\u5f55\u540e\u590d\u5236 2.index.js Page({ data: { \/\/\u5224\u65ad\u5c0f\u7a0b\u5e8f\u7684API\uff0c\u56de\u8c03\uff0c\u53c2\u6570\uff0c\u7ec4\u4ef6\u7b49\u662f\u5426\u5728\u5f53\u524d\u7248\u672c\u53ef\u7528\u3002 canIUse: wx.canIUse(&#8216;button.open-type.getUserInfo&#8217;) }, onLoad: function () { \/\/ \u67e5\u770b\u662f\u5426\u6388\u6743 wx.getSetting({ success: function (res) { if (res.authSetting[&#8216;scope.userInfo&#8217;]) { wx.getUserInfo({ success: function (res) { console.log(res.userInfo) \/\/\u7528\u6237\u5df2\u7ecf\u6388\u6743\u8fc7 } }) } } }) }, bindGetUserInfo: function [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[19],"tags":[],"class_list":["post-32541","post","type-post","status-publish","format-standard","hentry","category-19"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/32541","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/comments?post=32541"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/32541\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=32541"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=32541"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=32541"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}