diff --git a/assets/css/style.css b/assets/css/style.css index 34e9a40..9144277 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1591,6 +1591,8 @@ page { } .product-con .product-intro .conter { width: 100%; + background-color: #FFFFFF; + padding: 0rpx 30rpx; } .product-con .product-intro .conter * { width: 100% !important; diff --git a/assets/css/style.less b/assets/css/style.less index 4a7f3ee..5db6b33 100644 --- a/assets/css/style.less +++ b/assets/css/style.less @@ -3126,6 +3126,8 @@ page { .product-con .product-intro .conter { width: 100%; + background-color: #FFFFFF; + padding: 0rpx 30rpx; } .product-con .product-intro .conter * { diff --git a/pages/activity/GroupDetails/index.vue b/pages/activity/GroupDetails/index.vue index e425271..81d12aa 100644 --- a/pages/activity/GroupDetails/index.vue +++ b/pages/activity/GroupDetails/index.vue @@ -193,7 +193,7 @@ - + diff --git a/pages/activity/SeckillDetails/index.vue b/pages/activity/SeckillDetails/index.vue index 3f10652..68058f3 100644 --- a/pages/activity/SeckillDetails/index.vue +++ b/pages/activity/SeckillDetails/index.vue @@ -122,7 +122,7 @@ - + diff --git a/pages/shop/Evaluations/index.vue b/pages/shop/Evaluations/index.vue index e8223a4..081e0da 100644 --- a/pages/shop/Evaluations/index.vue +++ b/pages/shop/Evaluations/index.vue @@ -14,8 +14,8 @@ - EXPERT EVALUATION - 权威评测 + SELECTION EVALUATION + 甄选评测 diff --git a/pages/shop/GoodsCon/index.vue b/pages/shop/GoodsCon/index.vue index 95f09ad..9b414b4 100644 --- a/pages/shop/GoodsCon/index.vue +++ b/pages/shop/GoodsCon/index.vue @@ -414,7 +414,7 @@ showEntry: false, tagStyle: { a: 'color:#2DB5AE;text-decoration:underline;', - p: 'text-indent:2em;', + // p: 'text-indent:2em;', // span: 'padding: 0rpx 30rpx;text-indent:2em;text-align: justify;text-justify: auto;' // span: 'padding: 0rpx 30rpx;display: inline-block;', img: 'padding:0;margin:0;font-size:0;display:block;' @@ -573,8 +573,7 @@ .then(res => { res.data.storeInfo.description = res.data.storeInfo.description.replace(/\ { res.data.storeInfo.description = res.data.storeInfo.description.replace(/\ 生日 - + 点击完善生日 {{birth}} @@ -200,6 +200,7 @@ }); }, bindDateChange(e) { + console.log(e) this.birth = e.detail.value; }, // 绑定微信用户手机号 diff --git a/pages/user/User/index.vue b/pages/user/User/index.vue index 94627b1..bf59558 100644 --- a/pages/user/User/index.vue +++ b/pages/user/User/index.vue @@ -349,7 +349,8 @@ export default { this.$yrouter.push('/pages/user/coupon/UserCoupon/index') }, goIntegral() { - this.$yrouter.push('/pages/user/signIn/Integral/index') + this.$yrouter.push('/pages/user/signIn/Sign/index'); + // this.$yrouter.push('/pages/user/signIn/Integral/index') }, // goUserPromotion() { // this.$yrouter.push('/pages/user/promotion/UserPromotion/index') diff --git a/pages/user/signIn/Sign/index.vue b/pages/user/signIn/Sign/index.vue index 220b5c6..babc4b2 100644 --- a/pages/user/signIn/Sign/index.vue +++ b/pages/user/signIn/Sign/index.vue @@ -443,7 +443,8 @@ }, methods: { goSignRecord() { - this.$yrouter.push("/pages/user/signIn/SignRecord/index"); + this.$yrouter.push('/pages/user/signIn/Integral/index'); + // this.$yrouter.push("/pages/user/signIn/SignRecord/index"); }, getGoodsList() { getProductsIntegral(this.from).then(res => {