|
|
@@ -156,7 +156,7 @@
|
|
|
desc: '这家店不错推荐给你', // 分享内容
|
|
|
imgUrl: res.smallAvatarUrl,
|
|
|
// #ifdef H5
|
|
|
- pagePath: `${window.location.protocol}//m.${this.$constant.firstHost}.com/#/pages/home/shop?account=${res.merchantId}&introUserId=${res.id}`,
|
|
|
+ pagePath: `${window.location.protocol}//mall.${this.$constant.firstHost}.com/#/pages/home/shop?account=${res.merchantId}&introUserId=${res.id}`,
|
|
|
// #endif
|
|
|
// #ifndef H5
|
|
|
pagePath: `/pages/home/shop?account=${res.merchantId}&introUserId=${res.id}`
|
|
|
@@ -213,11 +213,12 @@
|
|
|
right: 0;
|
|
|
text-align: center;
|
|
|
.flex-end-center {
|
|
|
- margin-bottom: 30px;
|
|
|
+ margin-top: 20px;
|
|
|
+ margin-bottom: 40px;
|
|
|
}
|
|
|
.money-text {
|
|
|
color: $mainColor;
|
|
|
- font-size: 100px;
|
|
|
+ font-size: 50px;
|
|
|
}
|
|
|
}
|
|
|
.share-btn {
|