|
@@ -48,7 +48,7 @@ export async function wxConfigH5(url) {
|
|
|
nonceStr: r.data.nonceStr,
|
|
|
signature: r.data.signature,
|
|
|
jsApiList: jsApiList,
|
|
|
- openTagList: ["wx-open-launch-weapp"]
|
|
|
+ openTagList: ["wx-open-launch-weapp", "wx-open-launch-app"]
|
|
|
});
|
|
|
wx.error((err) => {
|
|
|
console.log('err', err);
|
|
@@ -87,7 +87,7 @@ export function wxShare(title, imgUrl, desc, link) {
|
|
|
nonceStr: r.data.nonceStr,
|
|
|
signature: r.data.signature,
|
|
|
jsApiList: jsApiList,
|
|
|
- openTagList: ["wx-open-launch-weapp"]
|
|
|
+ openTagList: ["wx-open-launch-weapp", "wx-open-launch-app"]
|
|
|
});
|
|
|
|
|
|
wx.error((err) => {
|