{"id":31767,"date":"2024-11-25T14:55:06","date_gmt":"2024-11-25T06:55:06","guid":{"rendered":"https:\/\/fwq.ai\/blog\/31767\/"},"modified":"2024-11-25T14:55:06","modified_gmt":"2024-11-25T06:55:06","slug":"%e5%be%ae%e4%bf%a1%e5%b0%8f%e7%a8%8b%e5%ba%8f-%e5%bc%b9%e7%aa%97%e8%87%aa%e5%ae%9a%e4%b9%89%e7%9a%84%e4%bb%a3%e7%a0%81","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/31767\/","title":{"rendered":"\u5fae\u4fe1\u5c0f\u7a0b\u5e8f \u5f39\u7a97\u81ea\u5b9a\u4e49\u7684\u4ee3\u7801"},"content":{"rendered":"<p>\u8fd9\u7bc7\u6587\u7ae0\u4e3b\u8981\u4ecb\u7ecd\u4e86\u5fae\u4fe1\u5c0f\u7a0b\u5e8f \u5f39\u7a97\u81ea\u5b9a\u4e49\u5b9e\u4f8b\u4ee3\u7801\u7684\u76f8\u5173\u8d44\u6599,\u6709\u65f6\u5019\u505a\u5f00\u53d1\u9879\u76ee\u7684\u65f6\u5019\u9700\u8981\u6839\u636e\u5ba2\u6237\u9700\u6c42\u66f4\u6539\u539f\u7cfb\u7edf\u7684\u7ec4\u4ef6\uff0c\u8fd9\u91cc\u5c31\u5bf9\u5c0f\u7a0b\u5e8f\u4e2d\u5f39\u7a97\u8fdb\u884c\u66f4\u6539\uff0c\u9700\u8981\u7684\u670b\u53cb\u53ef\u4ee5\u53c2\u8003\u4e0b<\/p>\n<p><strong>\u5fae\u4fe1\u5c0f\u7a0b\u5e8f \u5f39\u7a97<\/strong><\/p>\n<p>\u9996\u5148wxml\u4ee3\u7801\uff1a<\/p>\n<\/p>\n<pre>&lt;view&gt;\u6682\u65e0\u6709\u5173\u4fe1\u606f&lt;\/view&gt;&lt;view&gt;\u70b9\u51fb\u6b64\u5904&lt;\/view&gt;\u3000\u3000<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p><span style=\"color: #ff0000\">\u6ce8\uff1a<\/span>hidden\u5c5e\u6027\u7528\u4e8e\u5207\u6362\u6bd4\u8f83\u9891\u7e41\u7684\u5730\u65b9\u3002<\/p>\n<p><strong>wxss\u4ee3\u7801\u8bbe\u7f6e\u5f39\u7a97\u6837\u5f0f:<\/strong><\/p>\n<\/p>\n<pre>.myToast{\n&nbsp;width:240rpx;\n&nbsp;height:130rpx;\n&nbsp;line-height:&nbsp;130rpx;\n&nbsp;margin:80rpx&nbsp;35%;\n&nbsp;border-radius:20rpx;\n&nbsp;background-color:&nbsp;rgb(114,113,113);\n&nbsp;color:rgb(255,255,255);\n&nbsp;font-size:&nbsp;36rpx;\n&nbsp;text-align:&nbsp;center;\n&nbsp;position:&nbsp;absolute;\n&nbsp;z-index:&nbsp;100;\n&nbsp;opacity:&nbsp;0.85;\n}<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p><strong>js:<\/strong><\/p>\n<\/p>\n<pre>Page({\n\n&nbsp;data:{\n&nbsp;&nbsp;nullHouse:true,&nbsp;\/\/\u5148\u8bbe\u7f6e\u9690\u85cf\n&nbsp;&nbsp;&nbsp;&nbsp;},\n&nbsp;onLoad:function(options){\n&nbsp;&nbsp;&nbsp;\/\/&nbsp;\u9875\u9762\u521d\u59cb\u5316&nbsp;options\u4e3a\u9875\u9762\u8df3\u8f6c\u6240\u5e26\u6765\u7684\u53c2\u6570\n&nbsp;},\n&nbsp;onReady:function(){\n&nbsp;&nbsp;\/\/&nbsp;\u9875\u9762\u6e32\u67d3\u5b8c\u6210\n&nbsp;},\n&nbsp;onShow:function(){\n&nbsp;&nbsp;\/\/&nbsp;\u9875\u9762\u663e\u793a\n&nbsp;},\n&nbsp;onHide:function(){\n&nbsp;&nbsp;\/\/&nbsp;\u9875\u9762\u9690\u85cf\n&nbsp;},\n&nbsp;onUnload:function(){\n&nbsp;&nbsp;\/\/&nbsp;\u9875\u9762\u5173\u95ed\n&nbsp;},\n&nbsp;clickArea:function(){\n&nbsp;&nbsp;var&nbsp;that&nbsp;=&nbsp;this;\n&nbsp;&nbsp;this.setData({\n&nbsp;&nbsp;nullHouse:false,&nbsp;\/\/\u5f39\u7a97\u663e\u793a\n&nbsp;&nbsp;})&nbsp;\n&nbsp;&nbsp;setTimeout(function(){\n&nbsp;&nbsp;that.data.nullHouse&nbsp;=&nbsp;true,&nbsp;\/\/1\u79d2\u4e4b\u540e\u5f39\u7a97\u9690\u85cf\n&nbsp;&nbsp;&nbsp;},1000)\n&nbsp;},\n})<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p><span style=\"color: #ff0000\">&nbsp;\u6ce8\uff1a<\/span>setTimeout()\u51fd\u6570\u662f\u5f02\u6b65\u7684\uff0c\u5f53\u8ba1\u7b97\u673a\u6267\u884c\u5230setTimeout\u65f6\uff0c\u6b64\u4efb\u52a1\u5148\u6682\u505c\u5e76\u4fdd\u5b58\uff0c\u7ee7\u7eed\u6267\u884c\u540e\u7eed\u672a\u5b8c\u6210\u7684\u4efb\u52a1\uff0c\u5f53\u6761\u4ef6\u6ee1\u8db3\u65f6\uff0c\u518d\u5c06setTimeout\u7684\u6267\u884c\u4efb\u52a1\u653e\u56de\u4efb\u52a1\u961f\u5217\u7684\u540e\u9762\uff0c\u7b49\u5f85\u6267\u884c\u3002<\/p>\n<p>\u4ee5\u4e0a\u5c31\u662f\u672c\u6587\u7684\u5168\u90e8\u5185\u5bb9\uff0c\u5e0c\u671b\u5bf9\u5927\u5bb6\u7684\u5b66\u4e60\u6709\u6240\u5e2e\u52a9\uff0c\u66f4\u591a\u76f8\u5173\u5185\u5bb9\u8bf7\u5173\u6ce8PHP\u4e2d\u6587\u7f51\uff01<\/p>\n<p>\u76f8\u5173\u63a8\u8350\uff1a<\/p>\n<p><\/p>\n<p><\/p>\n<\/p>\n<p><span><\/span><\/p>\n<p>\u4ee5\u4e0a\u5c31\u662f\u5fae\u4fe1\u5c0f\u7a0b\u5e8f \u5f39\u7a97\u81ea\u5b9a\u4e49\u7684\u4ee3\u7801\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>\u8fd9\u7bc7\u6587\u7ae0\u4e3b\u8981\u4ecb\u7ecd\u4e86\u5fae\u4fe1\u5c0f\u7a0b\u5e8f \u5f39\u7a97\u81ea\u5b9a\u4e49\u5b9e\u4f8b\u4ee3\u7801\u7684\u76f8\u5173\u8d44\u6599,\u6709\u65f6\u5019\u505a\u5f00\u53d1\u9879\u76ee\u7684\u65f6\u5019\u9700\u8981\u6839\u636e\u5ba2\u6237\u9700\u6c42\u66f4\u6539\u539f\u7cfb\u7edf\u7684\u7ec4\u4ef6\uff0c\u8fd9\u91cc\u5c31\u5bf9\u5c0f\u7a0b\u5e8f\u4e2d\u5f39\u7a97\u8fdb\u884c\u66f4\u6539\uff0c\u9700\u8981\u7684\u670b\u53cb\u53ef\u4ee5\u53c2\u8003\u4e0b \u5fae\u4fe1\u5c0f\u7a0b\u5e8f \u5f39\u7a97 \u9996\u5148wxml\u4ee3\u7801\uff1a &lt;view&gt;\u6682\u65e0\u6709\u5173\u4fe1\u606f&lt;\/view&gt;&lt;view&gt;\u70b9\u51fb\u6b64\u5904&lt;\/view&gt;\u3000\u3000 \u767b\u5f55\u540e\u590d\u5236 \u6ce8\uff1ahidden\u5c5e\u6027\u7528\u4e8e\u5207\u6362\u6bd4\u8f83\u9891\u7e41\u7684\u5730\u65b9\u3002 wxss\u4ee3\u7801\u8bbe\u7f6e\u5f39\u7a97\u6837\u5f0f: .myToast{ &nbsp;width:240rpx; &nbsp;height:130rpx; &nbsp;line-height:&nbsp;130rpx; &nbsp;margin:80rpx&nbsp;35%; &nbsp;border-radius:20rpx; &nbsp;background-color:&nbsp;rgb(114,113,113); &nbsp;color:rgb(255,255,255); &nbsp;font-size:&nbsp;36rpx; &nbsp;text-align:&nbsp;center; &nbsp;position:&nbsp;absolute; &nbsp;z-index:&nbsp;100; &nbsp;opacity:&nbsp;0.85; } \u767b\u5f55\u540e\u590d\u5236 js: Page({ &nbsp;data:{ &nbsp;&nbsp;nullHouse:true,&nbsp;\/\/\u5148\u8bbe\u7f6e\u9690\u85cf &nbsp;&nbsp;&nbsp;&nbsp;}, &nbsp;onLoad:function(options){ &nbsp;&nbsp;&nbsp;\/\/&nbsp;\u9875\u9762\u521d\u59cb\u5316&nbsp;options\u4e3a\u9875\u9762\u8df3\u8f6c\u6240\u5e26\u6765\u7684\u53c2\u6570 &nbsp;}, &nbsp;onReady:function(){ &nbsp;&nbsp;\/\/&nbsp;\u9875\u9762\u6e32\u67d3\u5b8c\u6210 &nbsp;}, &nbsp;onShow:function(){ &nbsp;&nbsp;\/\/&nbsp;\u9875\u9762\u663e\u793a &nbsp;}, &nbsp;onHide:function(){ &nbsp;&nbsp;\/\/&nbsp;\u9875\u9762\u9690\u85cf &nbsp;}, &nbsp;onUnload:function(){ &nbsp;&nbsp;\/\/&nbsp;\u9875\u9762\u5173\u95ed &nbsp;}, &nbsp;clickArea:function(){ &nbsp;&nbsp;var&nbsp;that&nbsp;=&nbsp;this; &nbsp;&nbsp;this.setData({ &nbsp;&nbsp;nullHouse:false,&nbsp;\/\/\u5f39\u7a97\u663e\u793a &nbsp;&nbsp;})&nbsp; &nbsp;&nbsp;setTimeout(function(){ &nbsp;&nbsp;that.data.nullHouse&nbsp;=&nbsp;true,&nbsp;\/\/1\u79d2\u4e4b\u540e\u5f39\u7a97\u9690\u85cf &nbsp;&nbsp;&nbsp;},1000) &nbsp;}, }) \u767b\u5f55\u540e\u590d\u5236 [&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-31767","post","type-post","status-publish","format-standard","hentry","category-19"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/31767","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=31767"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/31767\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=31767"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=31767"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=31767"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}