Commit d4f93304 authored by spc's avatar spc

Merge branch 'master' into 20250901_915Act

parents 8987ee20 12f1986a
...@@ -107,13 +107,13 @@ export default { ...@@ -107,13 +107,13 @@ export default {
}); });
}, },
}, },
// onShareAppMessage() { onShareAppMessage() {
// return { return {
// title: this.shareTitle, title: this.shareTitle,
// path: '/pages/product/product?productId=' + this.productId + '&skuId=' + this.skuId + '&contentImg=' + this.contentImg + '&contentImgLen=' + this.contentImgLen + '&shareTitle=' + this.shareTitle + '&shareImg=' + this.shareImg + '&tabName=' + this.tabName+'&title=' + this.title, path: '/pages/product/product?productId=' + this.productId + '&skuId=' + this.skuId + '&contentImg=' + this.contentImg + '&contentImgLen=' + this.contentImgLen + '&shareTitle=' + this.shareTitle + '&shareImg=' + this.shareImg + '&tabName=' + this.tabName+'&title=' + this.title,
// imageUrl: this.shareImg imageUrl: this.shareImg
// } }
// }, },
} }
</script> </script>
......
...@@ -3009,7 +3009,7 @@ import ShengriliTipPanel from '../components/quanyi/shengriliTipPanel.vue'; ...@@ -3009,7 +3009,7 @@ import ShengriliTipPanel from '../components/quanyi/shengriliTipPanel.vue';
.vip-active-img { .vip-active-img {
width: 100%; width: 100%;
height: 100%; height: 100%;
// border-radius: 16rpx; border-radius: 32rpx;
} }
} }
......
...@@ -955,7 +955,7 @@ defineExpose({}); ...@@ -955,7 +955,7 @@ defineExpose({});
.vip-active-img { .vip-active-img {
width: 100%; width: 100%;
height: 100%; height: 100%;
// border-radius: 16rpx; border-radius: 32rpx;
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment