diff --git a/CoreCms.Net.Uni-App/CoreShop/pages/subpackage/distribution/store/index.vue b/CoreCms.Net.Uni-App/CoreShop/pages/subpackage/distribution/store/index.vue index 46084fd7..ebeaa30a 100644 --- a/CoreCms.Net.Uni-App/CoreShop/pages/subpackage/distribution/store/index.vue +++ b/CoreCms.Net.Uni-App/CoreShop/pages/subpackage/distribution/store/index.vue @@ -78,7 +78,7 @@ import { reactive } from 'vue'; import { onLoad, onReachBottom, onShareAppMessage, onShareTimeline } from '@dcloudio/uni-app'; import { queryDistributionStoreInfo, queryShare, queryGoodsPageList } from '@/core/api'; - import { handleStaticResources, splitArrayByStep, handleShowToast, handleRouteNavigateTo } from '@/core/utils'; + import { handleStaticResources, splitArrayByStep, handleShowToast, handleRouteNavigateTo, getShareUrl } from '@/core/utils'; import type { Response, GoodsType } from '@/core/models'; import { ShareClientEnum, ShareModelEnum, ShareEnum } from '@/core/enum'; import { shareUrl, UserToken } from '@/core/consts';