{"id":31246,"date":"2024-11-25T15:26:26","date_gmt":"2024-11-25T07:26:26","guid":{"rendered":"https:\/\/fwq.ai\/blog\/31246\/"},"modified":"2024-11-25T15:26:26","modified_gmt":"2024-11-25T07:26:26","slug":"%e5%be%ae%e4%bf%a1%e5%b0%8f%e7%a8%8b%e5%ba%8fydui%e7%9a%84scrollnav%e7%bb%84%e4%bb%b6%e5%ae%9e%e7%8e%b0%e6%bb%9a%e5%8a%a8%e5%af%bc%e8%88%aa%e6%95%88%e6%9e%9c","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/31246\/","title":{"rendered":"\u5fae\u4fe1\u5c0f\u7a0b\u5e8fYDUI\u7684ScrollNav\u7ec4\u4ef6\u5b9e\u73b0\u6eda\u52a8\u5bfc\u822a\u6548\u679c"},"content":{"rendered":"<p>\u672c\u6587\u4e3b\u8981\u4e3a\u5927\u5bb6\u8be6\u7ec6\u4ecb\u7ecd\u4e86\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u5b9e\u73b0ydui\u7684scrollnav\u7ec4\u4ef6\uff0c\u6eda\u52a8\u5bfc\u822a\u6548\u679c\uff0c\u5177\u6709\u4e00\u5b9a\u7684\u53c2\u8003\u4ef7\u503c\uff0c\u611f\u5174\u8da3\u7684\u5c0f\u4f19\u4f34\u4eec\u53ef\u4ee5\u53c2\u8003\u4e00\u4e0b\uff0c\u5e0c\u671b\u80fd\u5e2e\u52a9\u5230\u5927\u5bb6\u3002<\/p>\n<p>DEMO\u4e0b\u8f7d<\/p>\n<p><strong>\u6548\u679c\u56fe<\/strong><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/000\/054\/025\/133083ff5cdd4612e0a02751d4d4667d-0.gif\" class=\"aligncenter\" title=\"\u5fae\u4fe1\u5c0f\u7a0b\u5e8fYDUI\u7684ScrollNav\u7ec4\u4ef6\u5b9e\u73b0\u6eda\u52a8\u5bfc\u822a\u6548\u679c\u63d2\u56fe\" alt=\"\u5fae\u4fe1\u5c0f\u7a0b\u5e8fYDUI\u7684ScrollNav\u7ec4\u4ef6\u5b9e\u73b0\u6eda\u52a8\u5bfc\u822a\u6548\u679c\u63d2\u56fe\" \/><\/p>\n<p><strong>\u5b9e\u73b0\u539f\u7406<\/strong><\/p>\n<p>\u91c7\u7528\u53cc scroll-view \u7ec4\u4ef6\u5b9e\u73b0\u53cc\u6eda\u52a8\uff01<\/p>\n<p>WXML<\/p>\n<p><\/p>\n<pre>&lt;!--\u5bfc\u822a\u6eda\u52a8 --&gt;\r\n&lt;scroll-view&gt;\r\n&nbsp;&lt;text&gt;{{item}}&lt;\/text&gt;&lt;\/scroll-view&gt;&lt;!--\u5217\u8868\u6eda\u52a8\u533a --&gt;&lt;view&gt;\r\n&nbsp;&lt;scroll-view&gt;\r\n&nbsp;&lt;view&gt;\r\n&nbsp;&nbsp;&lt;view&gt;{{item}}&lt;\/view&gt;\r\n&nbsp;&nbsp;&lt;view&gt;{{item}}&nbsp;\u5217\u8868&nbsp;{{index}}&lt;\/view&gt;\r\n&nbsp;&lt;\/view&gt;\r\n&nbsp;&lt;\/scroll-view&gt;&lt;\/view&gt;<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>WXSS<\/p>\n<p><\/p>\n<pre>.tui-fixed-x{\r\n&nbsp;width:&nbsp;100%;\r\n&nbsp;position:&nbsp;fixed;\r\n&nbsp;top:&nbsp;0;\r\n&nbsp;left:&nbsp;0;\r\n}\r\n.tui-city-scroll{\r\n&nbsp;height:&nbsp;80rpx;\r\n&nbsp;line-height:&nbsp;80rpx;\r\n&nbsp;width:&nbsp;100%;\r\n&nbsp;white-space:&nbsp;nowrap;\r\n}\r\n.tui-nav-li{\r\n&nbsp;font-size:&nbsp;30rpx;\r\n&nbsp;padding:&nbsp;0&nbsp;8rpx;\r\n}\r\n.tui-nav-li:first-child{padding-left:&nbsp;16rpx;}\r\n.tui-nav-li:last-child{padding-right:&nbsp;16rpx;}\r\n.tui-nav-active{color:&nbsp;red;}\r\n\r\n.tui-fixed-y{\r\n&nbsp;width:&nbsp;100%;\r\n&nbsp;height:&nbsp;calc(100%&nbsp;-&nbsp;80rpx);\r\n&nbsp;position:&nbsp;fixed;\r\n&nbsp;bottom:&nbsp;0;\r\n&nbsp;left:&nbsp;0;\r\n}\r\n.tui-city-scroll-y{\r\n&nbsp;padding:&nbsp;0&nbsp;20rpx;\r\n&nbsp;height:&nbsp;100%;\r\n&nbsp;box-sizing:&nbsp;border-box;\r\n}\r\n.tui-list-head{\r\n&nbsp;height:&nbsp;50px;\r\n&nbsp;line-height:&nbsp;50px;\r\n&nbsp;text-align:&nbsp;center;\r\n&nbsp;font-size:&nbsp;30rpx;\r\n&nbsp;color:&nbsp;blue;\r\n}\r\n.tui-list-li{\r\n&nbsp;height:&nbsp;400px;\r\n&nbsp;padding:&nbsp;10rpx;\r\n&nbsp;color:&nbsp;#fff;\r\n&nbsp;font-size:&nbsp;50rpx;\r\n&nbsp;background-color:&nbsp;lightgreen;\r\n}<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>JS<\/p>\n<p><\/p>\n<pre>Page({\r\n&nbsp;data:&nbsp;{\r\n&nbsp;navList:&nbsp;['\u4eca\u65e5\u7279\u60e0',&nbsp;'\u70df\u7076\u63a8\u8350',&nbsp;'\u51c0\u6c34\u996e\u6c34\u63a8\u8350',&nbsp;'\u6d17\u7897\u673a\u63a8\u8350',&nbsp;'\u7535\u70ed\u63a8\u8350',&nbsp;'\u71c3\u70ed\u63a8\u8350',&nbsp;'\u6d88\u6bd2\u67dc\u63a8\u8350',&nbsp;'\u5d4c\u5165\u5f0f\u63a8\u8350',&nbsp;'\u5546\u7528\u7535\u5668','\u6d3b\u52a8\u8bf4\u660e'],\r\n&nbsp;status:&nbsp;0\r\n&nbsp;},\r\n&nbsp;getStatus(e){\r\n&nbsp;this.setData({&nbsp;status:&nbsp;e.currentTarget.dataset.index})\r\n&nbsp;}\r\n})<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u6ce8\u610f<\/p>\n<ul>\n<li>\n<p>scroll-view \u7ec4\u4ef6\u5982\u679c\u6a2a\u5411\u6eda\u52a8\u5fc5\u987b\u8981\u6709\u4e00\u4e2a\u53ef\u89c6\u5bbd\u5ea6\uff0c\u7eb5\u5411\u6eda\u52a8\u5fc5\u987b\u8981\u6709\u4e00\u4e2a\u53ef\u89c6\u9ad8\u5ea6\uff1b<\/p>\n<\/li>\n<li>\n<p>\u6eda\u52a8\u7684\u5b9a\u4f4d\u91c7\u7528 scroll-view \u7ec4\u4ef6\u7684 scroll-into-view \u5c5e\u6027\uff0c\u7528 id \u8fdb\u884c\u5b9a\u4f4d\u3002<\/p>\n<\/li>\n<\/ul>\n<p>\u76f8\u5173\u63a8\u8350\uff1a<\/p>\n<\/p>\n<\/p>\n<p>\u4ee5\u4e0a\u5c31\u662f\u5fae\u4fe1\u5c0f\u7a0b\u5e8fYDUI\u7684ScrollNav\u7ec4\u4ef6\u5b9e\u73b0\u6eda\u52a8\u5bfc\u822a\u6548\u679c\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>\u672c\u6587\u4e3b\u8981\u4e3a\u5927\u5bb6\u8be6\u7ec6\u4ecb\u7ecd\u4e86\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u5b9e\u73b0ydui\u7684scrollnav\u7ec4\u4ef6\uff0c\u6eda\u52a8\u5bfc\u822a\u6548\u679c\uff0c\u5177\u6709\u4e00\u5b9a\u7684\u53c2\u8003\u4ef7\u503c\uff0c\u611f\u5174\u8da3\u7684\u5c0f\u4f19\u4f34\u4eec\u53ef\u4ee5\u53c2\u8003\u4e00\u4e0b\uff0c\u5e0c\u671b\u80fd\u5e2e\u52a9\u5230\u5927\u5bb6\u3002 DEMO\u4e0b\u8f7d \u6548\u679c\u56fe \u5b9e\u73b0\u539f\u7406 \u91c7\u7528\u53cc scroll-view \u7ec4\u4ef6\u5b9e\u73b0\u53cc\u6eda\u52a8\uff01 WXML &lt;!&#8211;\u5bfc\u822a\u6eda\u52a8 &#8211;&gt; &lt;scroll-view&gt; &nbsp;&lt;text&gt;{{item}}&lt;\/text&gt;&lt;\/scroll-view&gt;&lt;!&#8211;\u5217\u8868\u6eda\u52a8\u533a &#8211;&gt;&lt;view&gt; &nbsp;&lt;scroll-view&gt; &nbsp;&lt;view&gt; &nbsp;&nbsp;&lt;view&gt;{{item}}&lt;\/view&gt; &nbsp;&nbsp;&lt;view&gt;{{item}}&nbsp;\u5217\u8868&nbsp;{{index}}&lt;\/view&gt; &nbsp;&lt;\/view&gt; &nbsp;&lt;\/scroll-view&gt;&lt;\/view&gt; \u767b\u5f55\u540e\u590d\u5236 WXSS .tui-fixed-x{ &nbsp;width:&nbsp;100%; &nbsp;position:&nbsp;fixed; &nbsp;top:&nbsp;0; &nbsp;left:&nbsp;0; } .tui-city-scroll{ &nbsp;height:&nbsp;80rpx; &nbsp;line-height:&nbsp;80rpx; &nbsp;width:&nbsp;100%; &nbsp;white-space:&nbsp;nowrap; } .tui-nav-li{ &nbsp;font-size:&nbsp;30rpx; &nbsp;padding:&nbsp;0&nbsp;8rpx; } .tui-nav-li:first-child{padding-left:&nbsp;16rpx;} .tui-nav-li:last-child{padding-right:&nbsp;16rpx;} .tui-nav-active{color:&nbsp;red;} .tui-fixed-y{ &nbsp;width:&nbsp;100%; &nbsp;height:&nbsp;calc(100%&nbsp;&#8211;&nbsp;80rpx); &nbsp;position:&nbsp;fixed; &nbsp;bottom:&nbsp;0; &nbsp;left:&nbsp;0; } .tui-city-scroll-y{ &nbsp;padding:&nbsp;0&nbsp;20rpx; &nbsp;height:&nbsp;100%; &nbsp;box-sizing:&nbsp;border-box; } .tui-list-head{ &nbsp;height:&nbsp;50px; &nbsp;line-height:&nbsp;50px; [&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-31246","post","type-post","status-publish","format-standard","hentry","category-19"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/31246","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=31246"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/31246\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=31246"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=31246"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=31246"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}