|
@@ -133,20 +133,6 @@
|
|
|
this.actionInfo = this.coinList[this.actionIndex]
|
|
|
},
|
|
|
methods: {
|
|
|
- openSelect(){
|
|
|
- this.coinShow = !this.coinShow
|
|
|
- },
|
|
|
-
|
|
|
- selectCoin(item, index){
|
|
|
- this.actionIndex = index
|
|
|
- this.actionInfo = this.coinList[this.actionIndex]
|
|
|
- this.coinShow = false
|
|
|
- this.coinNum.startPrice = item.min
|
|
|
- this.coinNum.endPrice = item.max
|
|
|
- console.log(this.coinNum);
|
|
|
- this.pageList()
|
|
|
- },
|
|
|
-
|
|
|
getList() {
|
|
|
uni.showLoading({
|
|
|
title: '加载中'
|
|
@@ -177,7 +163,20 @@
|
|
|
this.total = 0
|
|
|
this.list = []
|
|
|
this.getList()
|
|
|
- }
|
|
|
+ },
|
|
|
+
|
|
|
+ openSelect(){
|
|
|
+ this.coinShow = !this.coinShow
|
|
|
+ },
|
|
|
+
|
|
|
+ selectCoin(item, index){
|
|
|
+ this.actionIndex = index
|
|
|
+ this.actionInfo = this.coinList[this.actionIndex]
|
|
|
+ this.coinShow = false
|
|
|
+ this.coinNum.startPrice = item.min
|
|
|
+ this.coinNum.endPrice = item.max
|
|
|
+ this.pageList()
|
|
|
+ },
|
|
|
},
|
|
|
|
|
|
onReachBottom() {
|