{"id":188,"date":"2022-10-26T23:43:35","date_gmt":"2022-10-26T15:43:35","guid":{"rendered":"https:\/\/www.muxuetianyin.cn\/?p=188"},"modified":"2024-04-14T23:30:09","modified_gmt":"2024-04-14T15:30:09","slug":"%e5%b0%8f%e7%a8%8b%e5%ba%8f%e9%a1%b9%e7%9b%ae","status":"publish","type":"post","link":"https:\/\/www.muxuetianyin.cn\/?p=188","title":{"rendered":"\u5c0f\u7a0b\u5e8f\u9879\u76ee"},"content":{"rendered":"\n<p class=\"has-black-color has-text-color has-large-font-size\"><strong>\u83b7\u53d6\u7528\u6237\u4fe1\u606f<\/strong><\/p>\n\n\n\n<p>wxml<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;!--pages\/contact\/contact.wxml-->\r\n&lt;view wx:if=\"{{!userInfo}}\">\r\n  &lt;radio>&lt;\/radio>\r\n  &lt;checkbox>&lt;\/checkbox>\r\n  &lt;view>{{m1.toUpper(username)}}&lt;\/view>\r\n  &lt;view>{{m2.toLower(country)}}&lt;\/view>\r\n  &lt;input type=\"text\" placeholder=\"\u8bf7\u8f93\u5165\u8d26\u53f7\" \/>\r\n  &lt;input type=\"password\" placeholder=\"\u8f93\u5165\u5bc6\u7801\" \/>\r\n  &lt;button type=\"primary\" bindtap=\"login\">\u767b\u5f55&lt;\/button>\r\n&lt;\/view>\r\n&lt;!-- \u767b\u5f55\u6210\u529f -->\r\n&lt;view class=\"root\" wx:else>\r\n  &lt;image src=\"{{userInfo.avatarUrl}}\" class=\"img\"> &lt;\/image>\r\n  &lt;view class=\"name\">{{userInfo.nickName}}&lt;\/view>\r\n&lt;\/view>\r\n&lt;wxs src=\"\/tools.wxs\" module=\"m2\">&lt;\/wxs>\r\n&lt;wxs module=\"m1\">\r\n  module.exports.toUpper = function (str) {\r\n    return str.toUpperCase()\r\n  }\r\n&lt;\/wxs><\/code><\/pre>\n\n\n\n<p>\u83b7\u53d6\u7528\u6237\u767b\u5f55\u6570\u636e\uff0c\u5305\u542b\u903b\u8f91\u63a8\u7406<\/p>\n\n\n\n<p>\u7b2c\u4e00\u79cd\uff08\u4ee5\u6ce8\u91ca\u6389\uff09\u7531\u4e8ees5\u8bed\u6cd5this\u6307\u5411\u9700\u8981let\u4e00\u4e2a\u5168\u5c40\u53d8\u91cf\uff0c\u5bf9\u4e0b\u9762\u6570\u636e\u4fee\u6539\u7684\u65f6\u5019\u4f7f\u7528<\/p>\n\n\n\n<p>\u4f7f\u7528\u6700\u57fa\u672c\u7684\u5224\u65ad<\/p>\n\n\n\n<p>\u7b2c\u4e8c\u79cd\u7b80\u5199\u5229\u7528\u767b\u5f55\u4fe1\u606f\u76f4\u63a5\u5224\u65ad<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/\/ pages\/contact\/contact.js\nPage({\n\n  \/**\n   * \u9875\u9762\u7684\u521d\u59cb\u6570\u636e\n   *\/\n  data: {\n    username: 'liyunlong',\n    country: 'WAND',\n    userInfo: ''\n    \/\/ nickName: '',\n    \/\/ avatarUrl: '',\n    \/\/ islogin: true\n  },\n  \/\/ login() {\n  \/\/   console.log('\u6267\u884c\u4e86', this);\n  \/\/   let that = this\n  \/\/   wx.getUserProfile({\n  \/\/     desc: '\u5fc5\u987b\u6388\u6743\u624d\u53ef\u4ee5\u4f7f\u7528',\n  \/\/     success(res) {\n  \/\/       console.log('\u6388\u6743\u6210\u529f', res.userInfo);\n  \/\/       \/\/ console.log('\u5185\u90e8this',this);\n  \/\/       console.log('that', that);\n  \/\/           nickName: user.nickName,\n  \/\/ avatarUrl: user.avatarUrl,\n  \/\/ islogin: false\n  \/\/       that.setData({\n  \/\/         nickName:res.userInfo.nickName\n  \/\/       })\n  \/\/     },\n  \/\/     fail(res) {\n  \/\/       console.log('\u6388\u6743\u5931\u8d25', res);\n  \/\/     }\n  \/\/   })\n  \/\/ },\n\n  login() {\n    console.log('\u6267\u884c\u4e86', this);\n    wx.getUserProfile({\n      desc: '\u5fc5\u987b\u6388\u6743\u624d\u53ef\u4ee5\u4f7f\u7528',\n      success: res => {\n        let user = res.userInfo\n        console.log('\u6388\u6743\u6210\u529f', user);\n        this.setData({\n          userInfo: user\n        })\n      },\n      fail: res => {\n        console.log('\u6388\u6743\u5931\u8d25', res);\n      }\n    })\n  },\n})<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u83b7\u53d6\u7528\u6237\u4fe1\u606f wxml \u83b7\u53d6\u7528\u6237\u767b\u5f55\u6570\u636e\uff0c\u5305\u542b\u903b\u8f91\u63a8\u7406 \u7b2c\u4e00\u79cd\uff08\u4ee5\u6ce8\u91ca\u6389\uff09\u7531\u4e8ees5\u8bed\u6cd5this\u6307\u5411\u9700\u8981let [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[15,13],"tags":[14],"_links":{"self":[{"href":"https:\/\/www.muxuetianyin.cn\/index.php?rest_route=\/wp\/v2\/posts\/188"}],"collection":[{"href":"https:\/\/www.muxuetianyin.cn\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.muxuetianyin.cn\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.muxuetianyin.cn\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.muxuetianyin.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=188"}],"version-history":[{"count":1,"href":"https:\/\/www.muxuetianyin.cn\/index.php?rest_route=\/wp\/v2\/posts\/188\/revisions"}],"predecessor-version":[{"id":190,"href":"https:\/\/www.muxuetianyin.cn\/index.php?rest_route=\/wp\/v2\/posts\/188\/revisions\/190"}],"wp:attachment":[{"href":"https:\/\/www.muxuetianyin.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=188"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.muxuetianyin.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=188"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.muxuetianyin.cn\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=188"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}