{"id":31075,"date":"2024-11-25T17:57:26","date_gmt":"2024-11-25T09:57:26","guid":{"rendered":"https:\/\/fwq.ai\/blog\/31075\/"},"modified":"2024-11-25T17:57:26","modified_gmt":"2024-11-25T09:57:26","slug":"%e4%bd%bf%e7%94%a8toast%e7%bb%84%e4%bb%b6%e5%ae%9e%e7%8e%b0%e6%8f%90%e7%a4%ba%e7%94%a8%e6%88%b7%e5%bf%98%e8%ae%b0%e8%be%93%e5%85%a5%e7%94%a8%e6%88%b7%e5%90%8d%e6%88%96%e5%af%86%e7%a0%81%e5%8a%9f","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/31075\/","title":{"rendered":"\u4f7f\u7528toast\u7ec4\u4ef6\u5b9e\u73b0\u63d0\u793a\u7528\u6237\u5fd8\u8bb0\u8f93\u5165\u7528\u6237\u540d\u6216\u5bc6\u7801\u529f\u80fd"},"content":{"rendered":"<p>\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u73b0\u5728\u8d8a\u6765\u8d8a\u6d41\u884c\uff0c\u6240\u9700\u8981\u7684\u5f00\u53d1\u529f\u80fd\u8d8a\u6765\u8d8a\u591a\uff0c\u672c\u6587\u4e3b\u8981\u4ecb\u7ecd\u4e86\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u4f7f\u7528toast\u6d88\u606f\u5bf9\u8bdd\u6846\u63d0\u793a\u7528\u6237\u5fd8\u8bb0\u8f93\u5165\u7528\u6237\u540d\u6216\u5bc6\u7801\u529f\u80fd,\u7ed3\u5408\u5b9e\u4f8b\u5f62\u5f0f\u8be6\u7ec6\u5206\u6790\u4e86toast\u7ec4\u4ef6\u5b9e\u73b0\u6d88\u606f\u63d0\u793a\u529f\u80fd\u7684\u76f8\u5173\u64cd\u4f5c\u6280\u5de7,\u5e0c\u671b\u80fd\u5e2e\u52a9\u5230\u5927\u5bb6\u3002<\/p>\n<p><span style=\"font-size: medium\"><strong>1\u3001\u6548\u679c\u5c55\u793a<\/strong><\/span><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/000\/054\/025\/bb5e53aa676c8260a97b6fc9821298e8-0.gif\" class=\"aligncenter\" title=\"\u4f7f\u7528toast\u7ec4\u4ef6\u5b9e\u73b0\u63d0\u793a\u7528\u6237\u5fd8\u8bb0\u8f93\u5165\u7528\u6237\u540d\u6216\u5bc6\u7801\u529f\u80fd\u63d2\u56fe\" alt=\"\u4f7f\u7528toast\u7ec4\u4ef6\u5b9e\u73b0\u63d0\u793a\u7528\u6237\u5fd8\u8bb0\u8f93\u5165\u7528\u6237\u540d\u6216\u5bc6\u7801\u529f\u80fd\u63d2\u56fe\" \/><\/p>\n<p><span style=\"font-size: medium\"><strong>2\u3001\u5173\u952e\u4ee3\u7801<\/strong><\/span><\/p>\n<p>\u2460 index.wxml<\/p>\n<p><\/p>\n<pre><\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 &nbsp; &nbsp;&nbsp; \u7528\u6237\u540d\uff1a &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; \u5bc6\u7801\uff1a &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; \u767b\u5f55 &nbsp;&nbsp; \u91cd\u7f6e &nbsp; {{userName}} {{psw}} \u7528\u6237\u540d\u6216\u5bc6\u7801\u4e0d\u80fd\u4e3a\u7a7a\uff01 <\/p>\n<p>\u2461 index.js<\/p>\n<p><\/p>\n<pre>Page({\r\n&nbsp;data:{\r\n&nbsp;&nbsp;\/\/&nbsp;text:\"\u8fd9\u662f\u4e00\u4e2a\u9875\u9762\"\r\n&nbsp;&nbsp;toastHidden:true,\r\n&nbsp;&nbsp;userName:'',\r\n&nbsp;&nbsp;psw:''\r\n&nbsp;},\r\n&nbsp;formBindsubmit:function(e){\r\n&nbsp;&nbsp;if(e.detail.value.userName.length==0||e.detail.value.psw.length==0){\r\n&nbsp;&nbsp;&nbsp;this.setData({\r\n&nbsp;&nbsp;&nbsp;&nbsp;toastHidden:!this.data.toastHidden\r\n&nbsp;&nbsp;&nbsp;})\r\n&nbsp;&nbsp;}else{\r\n&nbsp;&nbsp;&nbsp;this.setData({\r\n&nbsp;&nbsp;&nbsp;&nbsp;tip:'',\r\n&nbsp;&nbsp;&nbsp;&nbsp;userName:'\u7528\u6237\u540d\uff1a'+e.detail.value.userName,\r\n&nbsp;&nbsp;&nbsp;&nbsp;psw:'\u5bc6\u7801\uff1a'+e.detail.value.psw\r\n&nbsp;&nbsp;&nbsp;})\r\n&nbsp;&nbsp;}\r\n&nbsp;},\r\n&nbsp;formReset:function(){\r\n&nbsp;&nbsp;this.setData({\r\n&nbsp;&nbsp;&nbsp;userName:'',\r\n&nbsp;&nbsp;&nbsp;psw:''\r\n&nbsp;&nbsp;})\r\n&nbsp;},\r\n&nbsp;toastBindChange:function(){\r\n&nbsp;&nbsp;this.setData({\r\n&nbsp;&nbsp;&nbsp;&nbsp;toastHidden:!this.data.toastHidden\r\n&nbsp;&nbsp;})\r\n&nbsp;}\r\n})<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u770b\u5b8c\u672c\u6587\u540e\uff0c\u5927\u5bb6\u5b66\u4f1a\u4e86\u5417\uff1f\u8d76\u7d27\u52a8\u624b\u5c1d\u8bd5\u4e00\u4e0b\u5427\u3002<\/p>\n<p>\u76f8\u5173\u63a8\u8350\uff1a<\/p>\n<\/p>\n<\/p>\n<p>\u4ee5\u4e0a\u5c31\u662f\u4f7f\u7528toast\u7ec4\u4ef6\u5b9e\u73b0\u63d0\u793a\u7528\u6237\u5fd8\u8bb0\u8f93\u5165\u7528\u6237\u540d\u6216\u5bc6\u7801\u529f\u80fd\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>\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u73b0\u5728\u8d8a\u6765\u8d8a\u6d41\u884c\uff0c\u6240\u9700\u8981\u7684\u5f00\u53d1\u529f\u80fd\u8d8a\u6765\u8d8a\u591a\uff0c\u672c\u6587\u4e3b\u8981\u4ecb\u7ecd\u4e86\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u4f7f\u7528toast\u6d88\u606f\u5bf9\u8bdd\u6846\u63d0\u793a\u7528\u6237\u5fd8\u8bb0\u8f93\u5165\u7528\u6237\u540d\u6216\u5bc6\u7801\u529f\u80fd,\u7ed3\u5408\u5b9e\u4f8b\u5f62\u5f0f\u8be6\u7ec6\u5206\u6790\u4e86toast\u7ec4\u4ef6\u5b9e\u73b0\u6d88\u606f\u63d0\u793a\u529f\u80fd\u7684\u76f8\u5173\u64cd\u4f5c\u6280\u5de7,\u5e0c\u671b\u80fd\u5e2e\u52a9\u5230\u5927\u5bb6\u3002 1\u3001\u6548\u679c\u5c55\u793a 2\u3001\u5173\u952e\u4ee3\u7801 \u2460 index.wxml \u767b\u5f55\u540e\u590d\u5236 &nbsp; &nbsp;&nbsp; \u7528\u6237\u540d\uff1a &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; \u5bc6\u7801\uff1a &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; \u767b\u5f55 &nbsp;&nbsp; \u91cd\u7f6e &nbsp; {{userName}} {{psw}} \u7528\u6237\u540d\u6216\u5bc6\u7801\u4e0d\u80fd\u4e3a\u7a7a\uff01 \u2461 index.js Page({ &nbsp;data:{ &nbsp;&nbsp;\/\/&nbsp;text:&#8221;\u8fd9\u662f\u4e00\u4e2a\u9875\u9762&#8221; &nbsp;&nbsp;toastHidden:true, &nbsp;&nbsp;userName:&#8221;, &nbsp;&nbsp;psw:&#8221; &nbsp;}, &nbsp;formBindsubmit:function(e){ &nbsp;&nbsp;if(e.detail.value.userName.length==0||e.detail.value.psw.length==0){ &nbsp;&nbsp;&nbsp;this.setData({ &nbsp;&nbsp;&nbsp;&nbsp;toastHidden:!this.data.toastHidden &nbsp;&nbsp;&nbsp;}) &nbsp;&nbsp;}else{ &nbsp;&nbsp;&nbsp;this.setData({ &nbsp;&nbsp;&nbsp;&nbsp;tip:&#8221;, &nbsp;&nbsp;&nbsp;&nbsp;userName:&#8217;\u7528\u6237\u540d\uff1a&#8217;+e.detail.value.userName, &nbsp;&nbsp;&nbsp;&nbsp;psw:&#8217;\u5bc6\u7801\uff1a&#8217;+e.detail.value.psw &nbsp;&nbsp;&nbsp;}) &nbsp;&nbsp;} &nbsp;}, &nbsp;formReset:function(){ &nbsp;&nbsp;this.setData({ &nbsp;&nbsp;&nbsp;userName:&#8221;, &nbsp;&nbsp;&nbsp;psw:&#8221; &nbsp;&nbsp;}) &nbsp;}, &nbsp;toastBindChange:function(){ &nbsp;&nbsp;this.setData({ [&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-31075","post","type-post","status-publish","format-standard","hentry","category-19"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/31075","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=31075"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/31075\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=31075"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=31075"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=31075"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}