{"id":30823,"date":"2024-11-25T12:51:02","date_gmt":"2024-11-25T04:51:02","guid":{"rendered":"https:\/\/fwq.ai\/blog\/30823\/"},"modified":"2024-11-25T12:51:02","modified_gmt":"2024-11-25T04:51:02","slug":"%e5%be%ae%e4%bf%a1%e5%b0%8f%e7%a8%8b%e5%ba%8f%e5%a6%82%e4%bd%95%e5%ae%9e%e7%8e%b0%e9%a1%b6%e9%83%a8%e6%99%ae%e9%80%9a%e9%80%89%e9%a1%b9%e5%8d%a1%e9%9d%9eswiper%e6%95%88%e6%9e%9c%e7%9a%84%e5%ae%9e","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/30823\/","title":{"rendered":"\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u5982\u4f55\u5b9e\u73b0\u9876\u90e8\u666e\u901a\u9009\u9879\u5361\u975eswiper\u6548\u679c\u7684\u5b9e\u4f8b"},"content":{"rendered":"<p>\u8fd9\u7bc7\u6587\u7ae0\u4e3b\u8981\u4e3a\u5927\u5bb6\u8be6\u7ec6\u4ecb\u7ecd\u4e86\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u5b9e\u73b0\u9876\u90e8\u666e\u901a\u9009\u9879\u5361\u6548\u679c\uff0c\u975eswiper\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<\/p>\n<p>\u80cc\u666f\uff1a\u524d\u6bb5\u65f6\u95f4\u5199\u4e86\u4e00\u4e2a\u62a2\u7ea2\u5305\u5c0f\u7a0b\u5e8f\uff0c\u91cc\u9762\u6d89\u53ca\u5230\u4e86\u9876\u90e8\u9009\u9879\u5361\uff0c\u628a\u5b83\u62bd\u4e86\u51fa\u6765\u3002<\/p>\n<p>\u6548\u679c\u56fe\uff1a<\/p>\n<p style=\"text-align: center\"><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/194\/cf67bc8ed6ba250e14d2f12b8cf58995-0.gif\" class=\"aligncenter\" title=\"\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u5982\u4f55\u5b9e\u73b0\u9876\u90e8\u666e\u901a\u9009\u9879\u5361\u975eswiper\u6548\u679c\u7684\u5b9e\u4f8b\u63d2\u56fe\" alt=\"\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u5982\u4f55\u5b9e\u73b0\u9876\u90e8\u666e\u901a\u9009\u9879\u5361\u975eswiper\u6548\u679c\u7684\u5b9e\u4f8b\u63d2\u56fe\" \/><\/p>\n<p>\u4e0b\u9762\u76f4\u63a5\u4e0a\u4ee3\u7801:<\/p>\n<p>wxml:<\/p>\n<p><\/p>\n<pre>&lt;view&gt;&nbsp;\r\n&nbsp;&lt;text&gt;{{item}}&lt;\/text&gt;&nbsp;\r\n&nbsp;&lt;\/view&gt;&nbsp;\r\n&nbsp;&lt;view&gt;&nbsp;\r\n\r\n&nbsp;&lt;\/view&gt;&nbsp;\r\n&nbsp;&lt;view&gt;&nbsp;\r\n&nbsp;\r\n&nbsp;&lt;\/view&gt;<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p>wxss:<\/p>\n<p><\/p>\n<pre>.navbar{&nbsp;\r\n&nbsp;display:&nbsp;flex;&nbsp;\r\n&nbsp;width:&nbsp;100%;&nbsp;\r\n&nbsp;flex-direction:&nbsp;row;&nbsp;\r\n&nbsp;line-height:&nbsp;80rpx;&nbsp;\r\n&nbsp;position:&nbsp;fixed;&nbsp;\r\n&nbsp;top:&nbsp;0;&nbsp;\r\n}&nbsp;\r\n.navbar&nbsp;.item{&nbsp;\r\n&nbsp;flex:&nbsp;auto;&nbsp;\r\n&nbsp;font-size:&nbsp;30rpx;&nbsp;\r\n&nbsp;text-align:&nbsp;center;&nbsp;\r\n&nbsp;background:&nbsp;#fff;&nbsp;\r\n&nbsp;font-weight:&nbsp;bold;&nbsp;\r\n}&nbsp;\r\n.navbar&nbsp;.item.active{&nbsp;\r\n&nbsp;color:&nbsp;#36DB2C;&nbsp;\r\n&nbsp;position:&nbsp;relative;&nbsp;\r\n}&nbsp;\r\n.navbar&nbsp;.item.active::after{&nbsp;\r\n&nbsp;content:&nbsp;\"\";&nbsp;\r\n&nbsp;display:&nbsp;block;&nbsp;\r\n&nbsp;position:&nbsp;absolute;&nbsp;\r\n&nbsp;height:&nbsp;4rpx;&nbsp;\r\n&nbsp;bottom:&nbsp;0;&nbsp;\r\n&nbsp;left:&nbsp;0;&nbsp;\r\n&nbsp;right:&nbsp;0;&nbsp;\r\n&nbsp;background:&nbsp;#36DB2C;&nbsp;\r\n}<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p>js:<\/p>\n<p><\/p>\n<pre>data:&nbsp;{&nbsp;\r\n&nbsp;navbar:&nbsp;[\"\u6211\u53d1\u51fa\u7684\",&nbsp;\"\u6211\u6536\u5230\u7684\"],&nbsp;\r\n&nbsp;currentIndex:&nbsp;0,\/\/tabbar\u7d22\u5f15&nbsp;\r\n&nbsp;},&nbsp;\r\n&nbsp;navbarTab:&nbsp;function&nbsp;(e)&nbsp;{&nbsp;\r\n&nbsp;this.setData({&nbsp;\r\n&nbsp;&nbsp;currentIndex:&nbsp;e.currentTarget.dataset.index&nbsp;\r\n&nbsp;});&nbsp;\r\n&nbsp;},<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p>\u4ee5\u4e0a\u662f\u5b9e\u73b0\u8fc7\u7a0b\u57fa\u672c\u4ee3\u7801\uff0c\u7701\u53bb\u4e86\u4e2d\u95f4\u5185\u5bb9\u7684\u4ee3\u7801\u3002\u9876\u90e8\u4e2a\u6570\u662f\u5faa\u73af\u51fa\u6765\u7684\uff0c\u53ef\u4ee5\u6839\u636e\u81ea\u5df1\u7684\u5b9e\u9645\u9700\u6c42\u8bbe\u7f6e\u3002<\/p>\n<p>\u4ee5\u4e0a\u5c31\u662f\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u5982\u4f55\u5b9e\u73b0\u9876\u90e8\u666e\u901a\u9009\u9879\u5361\u975eswiper\u6548\u679c\u7684\u5b9e\u4f8b\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\u5b9e\u73b0\u9876\u90e8\u666e\u901a\u9009\u9879\u5361\u6548\u679c\uff0c\u975eswiper\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 \u80cc\u666f\uff1a\u524d\u6bb5\u65f6\u95f4\u5199\u4e86\u4e00\u4e2a\u62a2\u7ea2\u5305\u5c0f\u7a0b\u5e8f\uff0c\u91cc\u9762\u6d89\u53ca\u5230\u4e86\u9876\u90e8\u9009\u9879\u5361\uff0c\u628a\u5b83\u62bd\u4e86\u51fa\u6765\u3002 \u6548\u679c\u56fe\uff1a \u4e0b\u9762\u76f4\u63a5\u4e0a\u4ee3\u7801: wxml: &lt;view&gt;&nbsp; &nbsp;&lt;text&gt;{{item}}&lt;\/text&gt;&nbsp; &nbsp;&lt;\/view&gt;&nbsp; &nbsp;&lt;view&gt;&nbsp; &nbsp;&lt;\/view&gt;&nbsp; &nbsp;&lt;view&gt;&nbsp; &nbsp; &nbsp;&lt;\/view&gt; \u767b\u5f55\u540e\u590d\u5236 wxss: .navbar{&nbsp; &nbsp;display:&nbsp;flex;&nbsp; &nbsp;width:&nbsp;100%;&nbsp; &nbsp;flex-direction:&nbsp;row;&nbsp; &nbsp;line-height:&nbsp;80rpx;&nbsp; &nbsp;position:&nbsp;fixed;&nbsp; &nbsp;top:&nbsp;0;&nbsp; }&nbsp; .navbar&nbsp;.item{&nbsp; &nbsp;flex:&nbsp;auto;&nbsp; &nbsp;font-size:&nbsp;30rpx;&nbsp; &nbsp;text-align:&nbsp;center;&nbsp; &nbsp;background:&nbsp;#fff;&nbsp; &nbsp;font-weight:&nbsp;bold;&nbsp; }&nbsp; .navbar&nbsp;.item.active{&nbsp; &nbsp;color:&nbsp;#36DB2C;&nbsp; &nbsp;position:&nbsp;relative;&nbsp; }&nbsp; .navbar&nbsp;.item.active::after{&nbsp; &nbsp;content:&nbsp;&#8220;&#8221;;&nbsp; &nbsp;display:&nbsp;block;&nbsp; &nbsp;position:&nbsp;absolute;&nbsp; &nbsp;height:&nbsp;4rpx;&nbsp; &nbsp;bottom:&nbsp;0;&nbsp; &nbsp;left:&nbsp;0;&nbsp; &nbsp;right:&nbsp;0;&nbsp; &nbsp;background:&nbsp;#36DB2C;&nbsp; } \u767b\u5f55\u540e\u590d\u5236 js: data:&nbsp;{&nbsp; &nbsp;navbar:&nbsp;[&#8220;\u6211\u53d1\u51fa\u7684&#8221;,&nbsp;&#8220;\u6211\u6536\u5230\u7684&#8221;],&nbsp; &nbsp;currentIndex:&nbsp;0,\/\/tabbar\u7d22\u5f15&nbsp; &nbsp;},&nbsp; &nbsp;navbarTab:&nbsp;function&nbsp;(e)&nbsp;{&nbsp; &nbsp;this.setData({&nbsp; &nbsp;&nbsp;currentIndex:&nbsp;e.currentTarget.dataset.index&nbsp; &nbsp;});&nbsp; &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-30823","post","type-post","status-publish","format-standard","hentry","category-19"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/30823","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=30823"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/30823\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=30823"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=30823"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=30823"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}