@@ -480,7 +480,7 @@ onMounted(async () => {
wxShare({
title: `cdf澳門上葡京店~`,
desc: "cdf澳門上葡京店~",
- link: window.location.href.split("#")[0],
+ link: window.location.href,
imgUrl: "https://glp-vr.cdfmembers.com/cdf/file/91dd5305525f463286f03a31abd1c154.jpg",
});
@@ -537,6 +537,7 @@ const startFollow = (app) => {
]);
+ donotconfig:true,
title: `【好友推薦】一起雲逛店吧~`,
desc: "【好友推薦】一起雲逛店吧~",
link: shareLink.value,
@@ -280,7 +280,8 @@ export default async args => {
if (typeof wx != 'undefined' && browser.detectWeixin()) {
// if (typeof wx != 'undefined') {
//需要引入 https://res.wx.qq.com/open/js/jweixin-1.2.0.js
- await toConfigure()
+ !args.donotconfig && await toConfigure()
setup(args)
}
+