Преглед изворни кода

style: 华为手机文字展示

From-wh пре 2 година
родитељ
комит
8e50bffe0b

+ 2 - 1
template/uni-app/pages/activity/goods_combination/index.vue

@@ -305,7 +305,8 @@
 					.name {
 						color: #333;
 						font-size: 30rpx;
-						height: 82rpx;
+						line-height: 38rpx;
+						height: 70rpx;
 					}
 
 					.bottom {

+ 2 - 4
template/uni-app/pages/goods_cate/goods_cate.vue

@@ -49,11 +49,9 @@
 				getCategoryVersion().then(res => {
 					if (!uni.getStorageSync('CAT_VERSION') || res.data.version != uni.getStorageSync(
 							'CAT_VERSION')) {
-						this.isNew = !this.isNew
-						console.log('变了')
+						this.isNew = !this.isNew
 						uni.setStorageSync('CAT_VERSION', res.data.version)
-					} else {
-						console.log('没变')
+					} else {
 						// this.isNew = false
 					}
 					this.classStyle();

+ 1 - 2
template/uni-app/pages/goods_cate/goods_cate1.vue

@@ -187,8 +187,7 @@
 				let that = this;
 				if (type || !uni.getStorageSync('CAT1_DATA')) {
 					getCategoryList().then(res => {
-						uni.setStorageSync('CAT1_DATA', res.data)
-						console.log('调了')
+						uni.setStorageSync('CAT1_DATA', res.data)
 						that.productList = res.data;
 						that.$nextTick(res => {
 							that.infoScroll();