|
@@ -365,14 +365,14 @@
|
|
|
uni.hideLoading();
|
|
|
})
|
|
|
},
|
|
|
-
|
|
|
+
|
|
|
pageList() {
|
|
|
this.pageNum = 1
|
|
|
this.total = 0
|
|
|
this.list = []
|
|
|
this.getList()
|
|
|
},
|
|
|
-
|
|
|
+
|
|
|
pageListTwo() {
|
|
|
this.pageNum = 1
|
|
|
this.total = 0
|
|
@@ -427,7 +427,7 @@
|
|
|
this.coinNum.endPrice = item.max
|
|
|
this.pageList()
|
|
|
},
|
|
|
-
|
|
|
+
|
|
|
selectCoinTwo(item, index) {
|
|
|
this.ascListIndex = index
|
|
|
this.ascListsingle = this.ascList[this.ascListIndex]
|
|
@@ -444,7 +444,7 @@
|
|
|
this.pageListTwo()
|
|
|
},
|
|
|
},
|
|
|
-
|
|
|
+
|
|
|
//精选商品
|
|
|
onReachBottom() {
|
|
|
// 判断是否有数据
|
|
@@ -459,7 +459,13 @@
|
|
|
},
|
|
|
}
|
|
|
</script>
|
|
|
-
|
|
|
+<style lang="scss" scoped>
|
|
|
+ .u-nav-slot {
|
|
|
+ text {
|
|
|
+ font-size: 32rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+</style>
|
|
|
<style lang="scss" scoped>
|
|
|
.swiper-ban {
|
|
|
background-color: #FFFFFF;
|
|
@@ -543,7 +549,7 @@
|
|
|
&-item {
|
|
|
box-sizing: border-box;
|
|
|
width: 320rpx;
|
|
|
- height: 502rpx;
|
|
|
+ height: 460rpx;
|
|
|
background-color: #FFFFFF;
|
|
|
border-radius: 10rpx;
|
|
|
margin-bottom: 30rpx;
|
|
@@ -559,7 +565,8 @@
|
|
|
|
|
|
.title {
|
|
|
padding: 0 14rpx;
|
|
|
- font-size: 28rpx;;
|
|
|
+ font-size: 28rpx;
|
|
|
+ ;
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
display: -webkit-box;
|