shish 6 лет назад
Родитель
Сommit
7de26a5000
2 измененных файлов с 5 добавлено и 4 удалено
  1. 1 1
      mall/src/pages/goods/detail.vue
  2. 4 3
      mall/src/pages/interest/invite.vue

+ 1 - 1
mall/src/pages/goods/detail.vue

@@ -129,7 +129,7 @@
 						desc: '这束花不错推荐给你', // 分享内容
 						desc: '这束花不错推荐给你', // 分享内容
 						imgUrl: this.data.smallImgList[0],
 						imgUrl: this.data.smallImgList[0],
 						// #ifdef H5
 						// #ifdef H5
-						pagePath: `${window.location.protocol}//m.${this.$constant.firstHost}.com/#/pages/goods/detail?id=${this.data.id}`,
+						pagePath: `${window.location.protocol}//mall.${this.$constant.firstHost}.com/#/pages/goods/detail?id=${this.data.id}`,
 						// #endif
 						// #endif
 						// #ifndef H5
 						// #ifndef H5
 						pagePath: `/pages/goods/detail?id=${this.data.id}`
 						pagePath: `/pages/goods/detail?id=${this.data.id}`

+ 4 - 3
mall/src/pages/interest/invite.vue

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