shish před 5 roky
rodič
revize
01454a49c3

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

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

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

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