Browse Source

logo替换

hwb0 3 năm trước cách đây
mục cha
commit
517c7d5345
2 tập tin đã thay đổi với 14 bổ sung15 xóa
  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