hwb0 преди 3 години
родител
ревизия
517c7d5345
променени са 2 файла, в които са добавени 14 реда и са изтрити 15 реда
  1. 14 15
      pages/core/index.vue
  2. BIN
      static/logo.png

+ 14 - 15
pages/core/index.vue

@@ -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() {

BIN
static/logo.png