{"id":30907,"date":"2024-11-25T17:01:55","date_gmt":"2024-11-25T09:01:55","guid":{"rendered":"https:\/\/fwq.ai\/blog\/30907\/"},"modified":"2024-11-25T17:01:55","modified_gmt":"2024-11-25T09:01:55","slug":"%e8%af%a6%e8%a7%a3%e5%be%ae%e4%bf%a1%e5%b0%8f%e7%a8%8b%e5%ba%8f%e5%b7%a6%e5%8f%b3%e6%bb%91%e5%8a%a8%e5%88%87%e6%8d%a2%e9%a1%b5%e9%9d%a2","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/30907\/","title":{"rendered":"\u8be6\u89e3\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u5de6\u53f3\u6ed1\u52a8\u5207\u6362\u9875\u9762"},"content":{"rendered":"<p>\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u2014\u2014\u5de6\u53f3\u6ed1\u52a8\u5207\u6362\u9875\u9762\u4e8b\u4ef6<\/p>\n<p>\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u7684\u5de6\u53f3\u6ed1\u52a8\u89e6\u5c4f\u4e8b\u4ef6\uff0c\u4e3b\u8981\u6709\u4e09\u4e2a\u4e8b\u4ef6\uff1atouchstart\uff0ctouchmove\uff0ctouchend\u3002<\/p>\n<p>\u8fd9\u4e09\u4e2a\u4e8b\u4ef6\u6700\u91cd\u8981\u7684\u5c5e\u6027\u662fpageX\u548cpageY\uff0c\u8868\u793aX\uff0cY\u5750\u6807\u3002<\/p>\n<p>touchstart\u5728\u89e6\u6478\u5f00\u59cb\u65f6\u89e6\u53d1\u4e8b\u4ef6;<br \/>touchend\u5728\u89e6\u6478\u7ed3\u675f\u65f6\u89e6\u53d1\u4e8b\u4ef6;<br \/>touchmove\u89e6\u6478\u7684\u8fc7\u7a0b\u4e2d\u4e0d\u65ad\u6fc0\u53d1\u8fd9\u4e2a\u4e8b\u4ef6;<\/p>\n<p>\u8fd9\u4e09\u4e2a\u4e8b\u4ef6\u90fd\u6709\u4e00\u4e2atimeStamp\u7684\u5c5e\u6027\uff0c\u67e5\u770btimeStamp\u5c5e\u6027\uff0c\u53ef\u4ee5\u770b\u5230\u987a\u5e8f\u662ftouchstart =&gt; touchmove=&gt; touchmove =&gt; \u00b7\u00b7\u00b7 =&gt;touchmove =&gt;touchend\u3002<\/p>\n<p><strong>\u7b2c\u4e00\u6b65\uff1a\u5728wxml\u6587\u4ef6\u4e2d\u7ed1\u5b9a\u4e8b\u4ef6(\u9700\u8981\u5de6\u53f3\u6ed1\u52a8\u7684\u754c\u9762)<\/strong><\/p>\n<pre>&lt;view&gt;\r\n&nbsp;\/\/&nbsp;do&nbsp;something\r\n&lt;\/view&gt;<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p><strong>\u7b2c\u4e8c\u6b65\uff1a\u5728js\u6587\u4ef6\u4e2d\u5904\u7406\u5de6\u53f3\u6ed1\u52a8\u903b\u8f91<\/strong><\/p>\n<pre>var&nbsp;touchDot&nbsp;=&nbsp;0;\/\/\u89e6\u6478\u65f6\u7684\u539f\u70b9\r\nvar&nbsp;time&nbsp;=&nbsp;0;\/\/&nbsp;\u65f6\u95f4\u8bb0\u5f55\uff0c\u7528\u4e8e\u6ed1\u52a8\u65f6\u4e14\u65f6\u95f4\u5c0f\u4e8e1s\u5219\u6267\u884c\u5de6\u53f3\u6ed1\u52a8\r\nvar&nbsp;interval&nbsp;=&nbsp;\"\";\/\/&nbsp;\u8bb0\u5f55\/\u6e05\u7406&nbsp;\u65f6\u95f4\u8bb0\u5f55\r\nvar&nbsp;nth&nbsp;=&nbsp;0;\/\/&nbsp;\u8bbe\u7f6e\u6d3b\u52a8\u83dc\u5355\u7684index\r\nvar&nbsp;nthMax&nbsp;=&nbsp;5;\/\/\u6d3b\u52a8\u83dc\u5355\u7684\u6700\u5927\u4e2a\u6570\r\nvar&nbsp;tmpFlag&nbsp;=&nbsp;true;\/\/&nbsp;\u5224\u65ad\u5de6\u53f3\u534e\u4e1c\u8d85\u51fa\u83dc\u5355\u6700\u5927\u503c\u65f6\u4e0d\u518d\u6267\u884c\u6ed1\u52a8\u4e8b\u4ef6\r\n\r\n\/\/&nbsp;\u89e6\u6478\u5f00\u59cb\u4e8b\u4ef6\r\ntouchStart:function(e){&nbsp;\r\n&nbsp;&nbsp;touchDot&nbsp;=&nbsp;e.touches[0].pageX;&nbsp;\/\/&nbsp;\u83b7\u53d6\u89e6\u6478\u65f6\u7684\u539f\u70b9\r\n&nbsp;&nbsp;\/\/&nbsp;\u4f7f\u7528js\u8ba1\u65f6\u5668\u8bb0\u5f55\u65f6\u95f4&nbsp;&nbsp;\r\n&nbsp;&nbsp;interval&nbsp;=&nbsp;setInterval(function(){\r\n&nbsp;&nbsp;&nbsp;&nbsp;time++;\r\n&nbsp;&nbsp;},100);&nbsp;\r\n},\r\n\/\/&nbsp;\u89e6\u6478\u79fb\u52a8\u4e8b\u4ef6\r\ntouchMove:function(e){&nbsp;\r\n&nbsp;&nbsp;var&nbsp;touchMove&nbsp;=&nbsp;e.touches[0].pageX;\r\n&nbsp;&nbsp;console.log(\"touchMove:\"+touchMove+\"&nbsp;touchDot:\"+touchDot+\"&nbsp;diff:\"+(touchMove&nbsp;-&nbsp;touchDot));\r\n&nbsp;&nbsp;\/\/&nbsp;\u5411\u5de6\u6ed1\u52a8&nbsp;&nbsp;\r\n&nbsp;&nbsp;if(touchMove&nbsp;-&nbsp;touchDot&nbsp;&nbsp;nthMax&nbsp;?&nbsp;true&nbsp;:&nbsp;false;\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if(nth&nbsp;==&nbsp;index){&nbsp;\/\/&nbsp;\u4e0b\u4e00\u4e2a\u7684\u72b6\u6001\u66f4\u6539\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;arr.active&nbsp;=&nbsp;true;\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;name&nbsp;=&nbsp;arr.value;\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;arr;\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;})\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;this.getNews(name);&nbsp;\/\/&nbsp;\u83b7\u53d6\u65b0\u95fb\u5217\u8868\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;this.setData({menu&nbsp;:&nbsp;tmp});&nbsp;\/\/&nbsp;\u66f4\u65b0\u83dc\u5355\r\n&nbsp;&nbsp;&nbsp;&nbsp;}\r\n&nbsp;&nbsp;}\r\n&nbsp;&nbsp;\/\/&nbsp;\u5411\u53f3\u6ed1\u52a8\r\n&nbsp;&nbsp;if(touchMove&nbsp;-&nbsp;touchDot&nbsp;&amp;gt;=&nbsp;40&nbsp;&amp;amp;&amp;amp;&nbsp;time&nbsp;&nbsp;0){\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nth&nbsp;=&nbsp;--nth&nbsp;<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p>\u4ee5\u4e0a\u5c31\u662f\u8be6\u89e3\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u5de6\u53f3\u6ed1\u52a8\u5207\u6362\u9875\u9762\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\u2014\u2014\u5de6\u53f3\u6ed1\u52a8\u5207\u6362\u9875\u9762\u4e8b\u4ef6 \u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u7684\u5de6\u53f3\u6ed1\u52a8\u89e6\u5c4f\u4e8b\u4ef6\uff0c\u4e3b\u8981\u6709\u4e09\u4e2a\u4e8b\u4ef6\uff1atouchstart\uff0ctouchmove\uff0ctouchend\u3002 \u8fd9\u4e09\u4e2a\u4e8b\u4ef6\u6700\u91cd\u8981\u7684\u5c5e\u6027\u662fpageX\u548cpageY\uff0c\u8868\u793aX\uff0cY\u5750\u6807\u3002 touchstart\u5728\u89e6\u6478\u5f00\u59cb\u65f6\u89e6\u53d1\u4e8b\u4ef6;touchend\u5728\u89e6\u6478\u7ed3\u675f\u65f6\u89e6\u53d1\u4e8b\u4ef6;touchmove\u89e6\u6478\u7684\u8fc7\u7a0b\u4e2d\u4e0d\u65ad\u6fc0\u53d1\u8fd9\u4e2a\u4e8b\u4ef6; \u8fd9\u4e09\u4e2a\u4e8b\u4ef6\u90fd\u6709\u4e00\u4e2atimeStamp\u7684\u5c5e\u6027\uff0c\u67e5\u770btimeStamp\u5c5e\u6027\uff0c\u53ef\u4ee5\u770b\u5230\u987a\u5e8f\u662ftouchstart =&gt; touchmove=&gt; touchmove =&gt; \u00b7\u00b7\u00b7 =&gt;touchmove =&gt;touchend\u3002 \u7b2c\u4e00\u6b65\uff1a\u5728wxml\u6587\u4ef6\u4e2d\u7ed1\u5b9a\u4e8b\u4ef6(\u9700\u8981\u5de6\u53f3\u6ed1\u52a8\u7684\u754c\u9762) &lt;view&gt; &nbsp;\/\/&nbsp;do&nbsp;something &lt;\/view&gt; \u767b\u5f55\u540e\u590d\u5236 \u7b2c\u4e8c\u6b65\uff1a\u5728js\u6587\u4ef6\u4e2d\u5904\u7406\u5de6\u53f3\u6ed1\u52a8\u903b\u8f91 var&nbsp;touchDot&nbsp;=&nbsp;0;\/\/\u89e6\u6478\u65f6\u7684\u539f\u70b9 var&nbsp;time&nbsp;=&nbsp;0;\/\/&nbsp;\u65f6\u95f4\u8bb0\u5f55\uff0c\u7528\u4e8e\u6ed1\u52a8\u65f6\u4e14\u65f6\u95f4\u5c0f\u4e8e1s\u5219\u6267\u884c\u5de6\u53f3\u6ed1\u52a8 var&nbsp;interval&nbsp;=&nbsp;&#8220;&#8221;;\/\/&nbsp;\u8bb0\u5f55\/\u6e05\u7406&nbsp;\u65f6\u95f4\u8bb0\u5f55 var&nbsp;nth&nbsp;=&nbsp;0;\/\/&nbsp;\u8bbe\u7f6e\u6d3b\u52a8\u83dc\u5355\u7684index var&nbsp;nthMax&nbsp;=&nbsp;5;\/\/\u6d3b\u52a8\u83dc\u5355\u7684\u6700\u5927\u4e2a\u6570 var&nbsp;tmpFlag&nbsp;=&nbsp;true;\/\/&nbsp;\u5224\u65ad\u5de6\u53f3\u534e\u4e1c\u8d85\u51fa\u83dc\u5355\u6700\u5927\u503c\u65f6\u4e0d\u518d\u6267\u884c\u6ed1\u52a8\u4e8b\u4ef6 \/\/&nbsp;\u89e6\u6478\u5f00\u59cb\u4e8b\u4ef6 touchStart:function(e){&nbsp; &nbsp;&nbsp;touchDot&nbsp;=&nbsp;e.touches[0].pageX;&nbsp;\/\/&nbsp;\u83b7\u53d6\u89e6\u6478\u65f6\u7684\u539f\u70b9 &nbsp;&nbsp;\/\/&nbsp;\u4f7f\u7528js\u8ba1\u65f6\u5668\u8bb0\u5f55\u65f6\u95f4&nbsp;&nbsp; &nbsp;&nbsp;interval&nbsp;=&nbsp;setInterval(function(){ &nbsp;&nbsp;&nbsp;&nbsp;time++; &nbsp;&nbsp;},100);&nbsp; }, \/\/&nbsp;\u89e6\u6478\u79fb\u52a8\u4e8b\u4ef6 touchMove:function(e){&nbsp; &nbsp;&nbsp;var&nbsp;touchMove&nbsp;=&nbsp;e.touches[0].pageX; &nbsp;&nbsp;console.log(&#8220;touchMove:&#8221;+touchMove+&#8221;&nbsp;touchDot:&#8221;+touchDot+&#8221;&nbsp;diff:&#8221;+(touchMove&nbsp;&#8211;&nbsp;touchDot)); &nbsp;&nbsp;\/\/&nbsp;\u5411\u5de6\u6ed1\u52a8&nbsp;&nbsp; &nbsp;&nbsp;if(touchMove&nbsp;&#8211;&nbsp;touchDot&nbsp;&nbsp;nthMax&nbsp;?&nbsp;true&nbsp;:&nbsp;false; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;} &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if(nth&nbsp;==&nbsp;index){&nbsp;\/\/&nbsp;\u4e0b\u4e00\u4e2a\u7684\u72b6\u6001\u66f4\u6539 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;arr.active&nbsp;=&nbsp;true; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;name&nbsp;=&nbsp;arr.value; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;} &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;arr; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;this.getNews(name);&nbsp;\/\/&nbsp;\u83b7\u53d6\u65b0\u95fb\u5217\u8868 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;this.setData({menu&nbsp;:&nbsp;tmp});&nbsp;\/\/&nbsp;\u66f4\u65b0\u83dc\u5355 &nbsp;&nbsp;&nbsp;&nbsp;} &nbsp;&nbsp;} &nbsp;&nbsp;\/\/&nbsp;\u5411\u53f3\u6ed1\u52a8 &nbsp;&nbsp;if(touchMove&nbsp;&#8211;&nbsp;touchDot&nbsp;&amp;gt;=&nbsp;40&nbsp;&amp;amp;&amp;amp;&nbsp;time&nbsp;&nbsp;0){ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nth&nbsp;=&nbsp;&#8211;nth&nbsp; \u767b\u5f55\u540e\u590d\u5236 \u4ee5\u4e0a\u5c31\u662f\u8be6\u89e3\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u5de6\u53f3\u6ed1\u52a8\u5207\u6362\u9875\u9762\u7684\u8be6\u7ec6\u5185\u5bb9\uff0c\u66f4\u591a\u8bf7\u5173\u6ce8\u7c73\u4e91\u5176\u5b83\u76f8\u5173\u6587\u7ae0\uff01<\/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-30907","post","type-post","status-publish","format-standard","hentry","category-19"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/30907","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=30907"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/30907\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=30907"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=30907"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=30907"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}