{"id":31913,"date":"2024-11-25T09:35:38","date_gmt":"2024-11-25T01:35:38","guid":{"rendered":"https:\/\/fwq.ai\/blog\/31913\/"},"modified":"2024-11-25T09:35:38","modified_gmt":"2024-11-25T01:35:38","slug":"%e5%85%b3%e4%ba%8e%e5%be%ae%e4%bf%a1%e5%b0%8f%e7%a8%8b%e5%ba%8f%e5%8a%a0%e8%bd%bd%e6%9b%b4%e5%a4%9a%e5%92%8c%e7%82%b9%e5%87%bb%e6%9f%a5%e7%9c%8b%e6%9b%b4%e5%a4%9a%e7%9a%84%e4%bb%a3%e7%a0%81","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/31913\/","title":{"rendered":"\u5173\u4e8e\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u52a0\u8f7d\u66f4\u591a\u548c\u70b9\u51fb\u67e5\u770b\u66f4\u591a\u7684\u4ee3\u7801"},"content":{"rendered":"<p>\u8fd9\u7bc7\u6587\u7ae0\u4e3b\u8981\u4e3a\u5927\u5bb6\u8be6\u7ec6\u4ecb\u7ecd\u4e86\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u52a0\u8f7d\u66f4\u591a,\u70b9\u51fb\u67e5\u770b\u66f4\u591a\u529f\u80fd,\u5177\u6709\u4e00\u5b9a\u7684\u53c2\u8003\u4ef7\u503c\uff0c\u611f\u5174\u8da3\u7684\u5c0f\u4f19\u4f34\u4eec\u53ef\u4ee5\u53c2\u8003\u4e00\u4e0b<\/p>\n<p>\u672c\u6587\u5b9e\u4f8b\u4e3a\u5927\u5bb6\u5206\u4eab\u4e86\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u52a0\u8f7d\u66f4\u591a\u529f\u80fd\u5b9e\u73b0\u7684\u5177\u4f53\u4ee3\u7801\uff0c\u4f9b\u5927\u5bb6\u53c2\u8003\uff0c\u5177\u4f53\u5185\u5bb9\u5982\u4e0b<\/p>\n<p>\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u52a0\u8f7d\u66f4\u591a\uff0c\u662f\u5c06\u4e4b\u524d\u7684\u6570\u636e\u548c\u70b9\u51fb\u52a0\u8f7d\u540e\u8bf7\u6c42\u7684\u6570\u636e\u7528concat\u62fc\u63a5\u5728\u4e00\u8d77\u5e76\u6267\u884csetData\uff0c\u4e0b\u9762\u662f\u4e00\u4e2a\u7b80\u5355\u7684\u6817\u5b50\uff1a<\/p>\n<p>index.wxml\u4ee3\u7801\u5982\u4e0b<\/p>\n<\/p>\n<pre>&lt;view&gt;&nbsp;\n&nbsp;&lt;view&gt;&nbsp;\n&nbsp;&lt;view&gt;&nbsp;\n&nbsp;&lt;text&gt;{{name.content}}&lt;\/text&gt;&nbsp;\n&nbsp;&lt;\/view&gt;&nbsp;\n&nbsp;&lt;\/view&gt;&nbsp;\n&lt;\/view&gt;&nbsp;\n&lt;view&gt;&nbsp;\n&nbsp;&lt;button&gt;&nbsp;\n&nbsp;{{loadText}}&nbsp;\n&nbsp;&lt;\/button&gt;&nbsp;\n&lt;\/view&gt;<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p><span style=\"color: #800000\"><strong>\u52a0\u8f7d\u66f4\u591a\u6309\u94ae<\/strong><span style=\"color: #000000\">\u7ed1\u5b9a<\/span><strong>setLoading<\/strong><\/span><\/p>\n<p>index.js\u6587\u4ef6\u4ee3\u7801\u5982\u4e0b<\/p>\n<\/p>\n<pre>Page({&nbsp;\n&nbsp;data:&nbsp;{&nbsp;\n&nbsp;&nbsp;loadText:'\u52a0\u8f7d\u66f4\u591a',&nbsp;\n&nbsp;&nbsp;duanziInfo:[]&nbsp;\n&nbsp;},&nbsp;\n&nbsp;\/\/\u521d\u59cb\u5316\u8bf7\u6c42&nbsp;\n&nbsp;onLoad:&nbsp;function&nbsp;(res)&nbsp;{&nbsp;\n&nbsp;var&nbsp;that&nbsp;=&nbsp;this&nbsp;\n&nbsp;\/\/\u5185\u5bb9&nbsp;\n&nbsp;wx.request({&nbsp;\n&nbsp;&nbsp;url:&nbsp;'http:\/\/xxxxx.com\/index.php?m=Industry&amp;amp;a=getDuanziInfo',&nbsp;\n&nbsp;&nbsp;data:&nbsp;{token:token},&nbsp;\n&nbsp;&nbsp;method:&nbsp;'GET',&nbsp;\n&nbsp;&nbsp;success:&nbsp;function(res){&nbsp;\n&nbsp;&nbsp;console.log(res.data.result)&nbsp;\/\/\u6253\u5370\u521d\u59cb\u5316\u6570\u636e&nbsp;\n&nbsp;&nbsp;that.setData({&nbsp;\n&nbsp;&nbsp;duanziInfo:res.data.result&nbsp;\n&nbsp;&nbsp;})&nbsp;\n&nbsp;&nbsp;}&nbsp;\n&nbsp;})&nbsp;\n&nbsp;},&nbsp;\n&nbsp;\/\/\u52a0\u8f7d\u66f4\u591a&nbsp;\n&nbsp;setLoading:&nbsp;function(e)&nbsp;{&nbsp;\n&nbsp;var&nbsp;duanziInfoBefore&nbsp;=&nbsp;this.data.duanziInfo&nbsp;\n&nbsp;var&nbsp;that&nbsp;=&nbsp;this&nbsp;\n&nbsp;wx.showToast({&nbsp;\/\/\u671f\u95f4\u4e3a\u4e86\u663e\u793a\u6548\u679c\u53ef\u4ee5\u6dfb\u52a0\u4e00\u4e2a\u8fc7\u5ea6\u7684\u5f39\u51fa\u6846\u63d0\u793a\u201c\u52a0\u8f7d\u4e2d\u201d&nbsp;\n&nbsp;&nbsp;title:&nbsp;'\u52a0\u8f7d\u4e2d',&nbsp;\n&nbsp;&nbsp;icon:&nbsp;'loading',&nbsp;\n&nbsp;&nbsp;duration:&nbsp;200&nbsp;\n&nbsp;&nbsp;})&nbsp;\n&nbsp;wx.request({&nbsp;\n&nbsp;&nbsp;url:&nbsp;'http:\/\/xxxxx.com\/index.php?m=Industry&amp;amp;a=getDuanziInfo',&nbsp;\n&nbsp;&nbsp;data:&nbsp;{token:token},&nbsp;\n&nbsp;&nbsp;method:&nbsp;'GET',&nbsp;\n&nbsp;&nbsp;success:&nbsp;function(res){&nbsp;\n&nbsp;&nbsp;console.log(duanziInfoBefore.concat(res.data.result))&nbsp;\/\/\u6253\u5370\u62fc\u63a5\u4e4b\u540e\u6570\u636e&nbsp;\n&nbsp;&nbsp;that.setData({&nbsp;\n&nbsp;&nbsp;loadText:\"\u6570\u636e\u8bf7\u6c42\u4e2d\",&nbsp;\n&nbsp;&nbsp;loading:true,&nbsp;\n&nbsp;&nbsp;duanziInfo:duanziInfoBefore.concat(res.data.result),&nbsp;\n&nbsp;&nbsp;loadText:\"\u52a0\u8f7d\u66f4\u591a\",&nbsp;\n&nbsp;&nbsp;loading:false,&nbsp;\n&nbsp;&nbsp;})&nbsp;\n&nbsp;&nbsp;}&nbsp;\n&nbsp;})&nbsp;\n&nbsp;}&nbsp;\n})<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u521d\u59cb\u5316\u548c\u52a0\u8f7d\u66f4\u591a\u4e2d\u7684\u6253\u5370\u6570\u636e\u5982\u4e0b<\/p>\n<p style=\"text-align: center\"><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/009\/db1309a97cecbf9cb4ebffed554c4689-0.jpg\" class=\"aligncenter\" title=\"\u5173\u4e8e\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u52a0\u8f7d\u66f4\u591a\u548c\u70b9\u51fb\u67e5\u770b\u66f4\u591a\u7684\u4ee3\u7801\u63d2\u56fe\" alt=\"\u5173\u4e8e\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u52a0\u8f7d\u66f4\u591a\u548c\u70b9\u51fb\u67e5\u770b\u66f4\u591a\u7684\u4ee3\u7801\u63d2\u56fe\" \/><\/p>\n<p>\uff08\u4ee5\u4e0a\u662f\u70b9\u51fb\u67e5\u770b\u66f4\u591a\uff0c\u8fd8\u53ef\u4ee5\u6839\u636e\u8ddd\u79bb\u89c6\u56fe\u533a\u57df\u7684\u8ddd\u79bb\u6765\u52a0\u8f7d\u66f4\u591a\uff0c\u5177\u4f53\u5b9e\u73b0\u662f\u5c06\u89c6\u56fe\u7528 \u6807\u7b7e\uff0c\u5e76\u7ed9\u5176\u4e00\u4e2a\u56fa\u5b9a\u9ad8\u5ea6\uff0c\u5728\u7ed9\u5b9a\u53c2\u6570\u4e2d\u8bbe\u7f6e\u8ddd\u79bb\u50cf\u7d20\u89e6\u53d1\u4e8b\u4ef6\u3002\u5177\u4f53\u6587\u6863\uff1ahttps:\/\/mp.weixin.qq.com\/debug\/wxadoc\/dev\/component\/scroll-view.html?t=20161122\uff09 <\/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><\/p>\n<\/p>\n<p><span><\/span><\/p>\n<p>\u4ee5\u4e0a\u5c31\u662f\u5173\u4e8e\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u52a0\u8f7d\u66f4\u591a\u548c\u70b9\u51fb\u67e5\u770b\u66f4\u591a\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\u4e3a\u5927\u5bb6\u8be6\u7ec6\u4ecb\u7ecd\u4e86\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u52a0\u8f7d\u66f4\u591a,\u70b9\u51fb\u67e5\u770b\u66f4\u591a\u529f\u80fd,\u5177\u6709\u4e00\u5b9a\u7684\u53c2\u8003\u4ef7\u503c\uff0c\u611f\u5174\u8da3\u7684\u5c0f\u4f19\u4f34\u4eec\u53ef\u4ee5\u53c2\u8003\u4e00\u4e0b \u672c\u6587\u5b9e\u4f8b\u4e3a\u5927\u5bb6\u5206\u4eab\u4e86\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u52a0\u8f7d\u66f4\u591a\u529f\u80fd\u5b9e\u73b0\u7684\u5177\u4f53\u4ee3\u7801\uff0c\u4f9b\u5927\u5bb6\u53c2\u8003\uff0c\u5177\u4f53\u5185\u5bb9\u5982\u4e0b \u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u52a0\u8f7d\u66f4\u591a\uff0c\u662f\u5c06\u4e4b\u524d\u7684\u6570\u636e\u548c\u70b9\u51fb\u52a0\u8f7d\u540e\u8bf7\u6c42\u7684\u6570\u636e\u7528concat\u62fc\u63a5\u5728\u4e00\u8d77\u5e76\u6267\u884csetData\uff0c\u4e0b\u9762\u662f\u4e00\u4e2a\u7b80\u5355\u7684\u6817\u5b50\uff1a index.wxml\u4ee3\u7801\u5982\u4e0b &lt;view&gt;&nbsp; &nbsp;&lt;view&gt;&nbsp; &nbsp;&lt;view&gt;&nbsp; &nbsp;&lt;text&gt;{{name.content}}&lt;\/text&gt;&nbsp; &nbsp;&lt;\/view&gt;&nbsp; &nbsp;&lt;\/view&gt;&nbsp; &lt;\/view&gt;&nbsp; &lt;view&gt;&nbsp; &nbsp;&lt;button&gt;&nbsp; &nbsp;{{loadText}}&nbsp; &nbsp;&lt;\/button&gt;&nbsp; &lt;\/view&gt; \u767b\u5f55\u540e\u590d\u5236 \u52a0\u8f7d\u66f4\u591a\u6309\u94ae\u7ed1\u5b9asetLoading index.js\u6587\u4ef6\u4ee3\u7801\u5982\u4e0b Page({&nbsp; &nbsp;data:&nbsp;{&nbsp; &nbsp;&nbsp;loadText:&#8217;\u52a0\u8f7d\u66f4\u591a&#8217;,&nbsp; &nbsp;&nbsp;duanziInfo:[]&nbsp; &nbsp;},&nbsp; &nbsp;\/\/\u521d\u59cb\u5316\u8bf7\u6c42&nbsp; &nbsp;onLoad:&nbsp;function&nbsp;(res)&nbsp;{&nbsp; &nbsp;var&nbsp;that&nbsp;=&nbsp;this&nbsp; &nbsp;\/\/\u5185\u5bb9&nbsp; &nbsp;wx.request({&nbsp; &nbsp;&nbsp;url:&nbsp;&#8216;http:\/\/xxxxx.com\/index.php?m=Industry&amp;amp;a=getDuanziInfo&#8217;,&nbsp; &nbsp;&nbsp;data:&nbsp;{token:token},&nbsp; &nbsp;&nbsp;method:&nbsp;&#8216;GET&#8217;,&nbsp; &nbsp;&nbsp;success:&nbsp;function(res){&nbsp; &nbsp;&nbsp;console.log(res.data.result)&nbsp;\/\/\u6253\u5370\u521d\u59cb\u5316\u6570\u636e&nbsp; &nbsp;&nbsp;that.setData({&nbsp; &nbsp;&nbsp;duanziInfo:res.data.result&nbsp; &nbsp;&nbsp;})&nbsp; &nbsp;&nbsp;}&nbsp; &nbsp;})&nbsp; &nbsp;},&nbsp; &nbsp;\/\/\u52a0\u8f7d\u66f4\u591a&nbsp; &nbsp;setLoading:&nbsp;function(e)&nbsp;{&nbsp; &nbsp;var&nbsp;duanziInfoBefore&nbsp;=&nbsp;this.data.duanziInfo&nbsp; &nbsp;var&nbsp;that&nbsp;=&nbsp;this&nbsp; &nbsp;wx.showToast({&nbsp;\/\/\u671f\u95f4\u4e3a\u4e86\u663e\u793a\u6548\u679c\u53ef\u4ee5\u6dfb\u52a0\u4e00\u4e2a\u8fc7\u5ea6\u7684\u5f39\u51fa\u6846\u63d0\u793a\u201c\u52a0\u8f7d\u4e2d\u201d&nbsp; &nbsp;&nbsp;title:&nbsp;&#8216;\u52a0\u8f7d\u4e2d&#8217;,&nbsp; &nbsp;&nbsp;icon:&nbsp;&#8216;loading&#8217;,&nbsp; &nbsp;&nbsp;duration:&nbsp;200&nbsp; &nbsp;&nbsp;})&nbsp; &nbsp;wx.request({&nbsp; &nbsp;&nbsp;url:&nbsp;&#8216;http:\/\/xxxxx.com\/index.php?m=Industry&amp;amp;a=getDuanziInfo&#8217;,&nbsp; &nbsp;&nbsp;data:&nbsp;{token:token},&nbsp; &nbsp;&nbsp;method:&nbsp;&#8216;GET&#8217;,&nbsp; &nbsp;&nbsp;success:&nbsp;function(res){&nbsp; &nbsp;&nbsp;console.log(duanziInfoBefore.concat(res.data.result))&nbsp;\/\/\u6253\u5370\u62fc\u63a5\u4e4b\u540e\u6570\u636e&nbsp; [&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-31913","post","type-post","status-publish","format-standard","hentry","category-19"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/31913","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=31913"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/31913\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=31913"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=31913"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=31913"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}