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

How does Mini Program rank the list of products?

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

Most people do not understand the knowledge points of this article "how to sort the list of goods on Mini Program", so the editor summarizes the following contents for you. The content is detailed, the steps are clear, and it has a certain reference value. I hope you can get something after reading this article. Let's take a look at this "how Mini Program makes product list sorting" article.

Wxml:

Synthesis

Sales volume

Price

Wxss:

.sort-wrap {height:90rpx; background-color:#fff;} .sort-btn {width:33.333%; float:left; text-align: center; height:90rpx; line-height:90rpx; font-size: 28rpx; color:#333;} .sort-btn image {width: 9rpx; height: 18rpx; margin-left:6rpx;}

Js:

Page (initial data of {/ * page * / data: {imageurl1: ".. / img/sort-tip_05.png", daindex1: 0, imageurl2: ".. / img/sort-tip_05.png", daindex2: 0} / * tab * / choosesort1: function (e) {if (this.data.daindex1 = = 0) {this.setData ({imageurl1: ".. / img/sort-tip_03.png", daindex1: 1})} else {this.setData ({imageurl1: ".. / img/sort-tip_05.png", daindex1: 0})}} Choosesort2: function (e) {if (this.data.daindex2 = = 0) {this.setData ({imageurl2: ".. / img/sort-tip_03.png", daindex2: 1})} else {this.setData ({imageurl2: ".. / img/sort-tip_05.png" Daindex2: 0})}) the above is the content of this article about how Mini Program makes the ranking of product list. I believe we all have a certain understanding. I hope the content shared by the editor will be helpful to you. If you want to know more about the relevant knowledge, please pay attention to the industry information channel.

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