diff --git a/assets/css/store.less b/assets/css/store.less index cf22ce0..3351917 100644 --- a/assets/css/store.less +++ b/assets/css/store.less @@ -11,8 +11,8 @@ .box-share { .box-img { position: relative; - width: 500rpx; - height: 632rpx; + width: 600rpx; + height: 832rpx; border-radius: 40rpx; overflow: hidden; } @@ -26,14 +26,14 @@ } .main-img { - width: 500rpx; - height: 632rpx; + width: 600rpx; + height: 832rpx; border-radius: 40rpx; } .btn { - width: 500rpx; - height: 100rpx; + width: 600rpx; + height: 120rpx; margin-top: 20rpx; } } \ No newline at end of file diff --git a/components/StorePoster.vue b/components/StorePoster.vue index 4302dac..8285d57 100644 --- a/components/StorePoster.vue +++ b/components/StorePoster.vue @@ -80,7 +80,7 @@ export default { overscroll-behavior: contain; } .poster-pop { - width: 4.5 * 100rpx; + width: 6 * 100rpx; height: 8 * 100rpx; position: fixed; left: 50%; diff --git a/pages/home/components/shareImg.vue b/pages/home/components/shareImg.vue index 5e83171..7a91e2f 100644 --- a/pages/home/components/shareImg.vue +++ b/pages/home/components/shareImg.vue @@ -100,7 +100,7 @@ export default { overscroll-behavior: contain; } .poster-pop { - width: 4.5 * 100rpx; + width: 6 * 100rpx; height: 8 * 100rpx; position: fixed; left: 50%; diff --git a/pkg_product/views/famousQianxianShop.vue b/pkg_product/views/famousQianxianShop.vue index bdf94ca..6910386 100644 --- a/pkg_product/views/famousQianxianShop.vue +++ b/pkg_product/views/famousQianxianShop.vue @@ -719,6 +719,7 @@ export default { if (options.scene || obj.query.scene) { const query = options ? decodeURIComponent(options.scene) : decodeURIComponent(obj.query.scene) this.partnerId = getUrlParam(query, 'partnerId') || null + this.id = getUrlParam(query, 'id') || null } } if (this.partnerId) cookie.set('spread', this.partnerId)