|
@@ -1,11 +1,11 @@
|
|
|
<template>
|
|
|
<div>
|
|
|
- <wx-open-launch-weapp style="display: inline-block; border: none" id="launch-btn" username="gh_a994fd2f498e" path="pages/index/index.html?living_code=LIVING_CODE">
|
|
|
+ <!-- <wx-open-launch-weapp style="display: inline-block; border: none" id="launch-btn" username="gh_a994fd2f498e" path="pages/index/index.html?living_code=LIVING_CODE">
|
|
|
<div v-is="'script'" type="text/wxtag-template">
|
|
|
<div v-is="'style'">.openbtn{background-color:#38f;color:#f40;width:100px;height:40px;line-height:40px;}</div>
|
|
|
<div class="openbtn">跳转小程序</div>
|
|
|
</div>
|
|
|
- </wx-open-launch-weapp>
|
|
|
+ </wx-open-launch-weapp> -->
|
|
|
</div>
|
|
|
</template>
|
|
|
<script lang="ts">
|
|
@@ -36,7 +36,7 @@ export default defineComponent({
|
|
|
nonceStr: res.data.data.nonceStr as string, // 必填,生成签名的随机串
|
|
|
signature: res.data.data.signature as string, // 必填,签名
|
|
|
jsApiList: ["previewImage"], // 必填,需要使用的JS接口列表
|
|
|
- openTagList: ["wx-open-launch-weapp"], // 可选,需要使用的开放标签列表,例如['wx-open-launch-app']
|
|
|
+ openTagList: [], // 可选,需要使用的开放标签列表,例如['wx-open-launch-app']
|
|
|
});
|
|
|
});
|
|
|
|