|
@@ -39,7 +39,7 @@ export default defineComponent({
|
|
nonceStr: "d9ngdbupyam", // 必填,生成签名的随机串
|
|
nonceStr: "d9ngdbupyam", // 必填,生成签名的随机串
|
|
signature: "90aaf3645f1e78d64c3b1a6178d6f1690b31eb7c", // 必填,签名
|
|
signature: "90aaf3645f1e78d64c3b1a6178d6f1690b31eb7c", // 必填,签名
|
|
jsApiList: ["previewImage", "scanQRCode"], // 必填,需要使用的JS接口列表
|
|
jsApiList: ["previewImage", "scanQRCode"], // 必填,需要使用的JS接口列表
|
|
- openTagList: [], // 可选,需要使用的开放标签列表,例如['wx-open-launch-app']
|
|
|
|
|
|
+ openTagList: ["wx-open-launch-weapp"], // 可选,需要使用的开放标签列表,例如['wx-open-launch-app']
|
|
});
|
|
});
|
|
|
|
|
|
wx.error(({ errMsg }) => {
|
|
wx.error(({ errMsg }) => {
|