Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Analysis on the realization Project of WeChat Mini Programs Mall

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)05/31 Report--

This article introduces the relevant knowledge of "WeChat Mini Programs Mall implementation Project Analysis". In the operation of the actual case, many people will encounter such a dilemma. Then let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!

Page analysis:

Use the for loop to iterate through all items, insert the page, the items in the page float to the left, and use the percentage layout to set each item with a width of 20%.

After 5 item is completed, it is automatically placed on the next line.

Wxml:

{{menu.descs [index]}}

Wxss:

.menu-wrp {width:100%; margin-top:20rpx;}. Menu-wrp:after {content: "; display:block; clear:both;}. Menu-list {float:left; width:20%; box-sizing: border-box; padding-bottom:10px;}. Menu-img {width:120rpx; height:84rpx; display:block; margin:0 auto; margin-bottom:5px;}. Menu-desc {background-color:#ffffff Color:#333333; width:100%; text-align: center; display:block; font-size:12px;} .gap-1. Gaply2 {width:100%; height:10rpx; background:rgb (238,238,238);}

Js:

The prepared data here is written directly in js, and students can adapt it to get it through the access interface.

Page ({data: {/ / prepare data menu: {imgUrls: ['https://cache.yisu.com/upload/ask_collection/20210725/111/131237.png?imgtag=avatar',' https://cache.yisu.com/upload/ask_collection/20210725/111/131238.png?imgtag=avatar', 'https://cache.yisu.com/upload/ask_collection/20210725/111/131239.png?imgtag=avatar', 'https://cache.yisu.com/upload/ask_collection/20210725/111/131240.png?imgtag=avatar', 'https://cache.yisu.com/upload/ask_collection/20210725/111/131241.png?imgtag=avatar',' https://cache.yisu.com/upload/ask_collection/20210725/111/131242.png', 'https://cache.yisu.com/upload/ask_collection/20210725/111/131243.png', 'https://cache.yisu.com/upload/ask_collection/20210725/111/131244.png?imgtag=avatar',' https://cache.yisu.com/upload/ask_collection/20210725/111/131245.png', 'https://cache.yisu.com/upload/ask_collection/20210725/111/131246.png?imgtag=avatar'], descs: [' Juhuashuanshu', 'Tmall', 'Tmall International' 'takeout', 'Tmall supermarket', 'recharge center', 'Ali Travel', 'getting gold coins', 'getting home', 'classification'}) the content of "WeChat Mini Programs Mall implementation Project Analysis" ends here. Thank you for your reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report