shish 5 лет назад
Родитель
Сommit
01454a49c3
2 измененных файлов с 3 добавлено и 3 удалено
  1. 1 1
      ghsApp/src/mixins/product.js
  2. 2 2
      hdApp/src/pagesPurchase/ghsProduct.vue

+ 1 - 1
ghsApp/src/mixins/product.js

@@ -154,7 +154,7 @@ export default {
 				this.classIndex = 0;
 				this.scroll_into_view = 'class_0';
 				this.scrollPushList();
-				// console.log(this.filterProductInfo)
+				console.log('this.filterProductInfo',this.filterProductInfo)
 			} catch (error) {
 			} finally {
 				uni.hideLoading();

+ 2 - 2
hdApp/src/pagesPurchase/ghsProduct.vue

@@ -280,7 +280,7 @@ export default {
 			if(options.detail.scrollTop > 20) {
 				this.myClass = 'fadeOut'
 			} else {
-				this.myClass = 'fadeIn'
+				//this.myClass = 'fadeIn'
 			}
 			//options  为滚动信息。  options.detail.scrollTop  值为相对于scroll-view。
 			if(!uni.getStorageSync("resolve")){
@@ -291,7 +291,7 @@ export default {
 			if(e.detail.scrollTop > 20) {
 				this.myClass = 'fadeOut'
 			} else {
-				this.myClass = 'fadeIn'
+				//this.myClass = 'fadeIn'
 			}
 		},
 		//自定义数量