内部浏览器跳转⼩程序(h5跳转⼩程序)
<template>
//position: fixed不加这个⾃⼰的样式可能出不来
<div class="wxs" >
<wx-open-launch-weapp
username="gh_"
path="/pages/home/index.html"
>
<script type="text/wxtag-template">
<style>.btn { width: 100%;height: 100%;}</style>
<style>.img1{ width: 100%;height: 100%;object-fit: contain;}</style>
<div class="btn" >
<img class="img1" src="" alt="">
</div>
</script>
</wx-open-launch-weapp>
</div>代码转换
</template>
<script>
export default {
data() {
return {
username: "",
};
},
methods: {
wxmini() {
// 获取密钥
this.$Wxinfo().then((res) => {
// eslint-disable-line
debug: false, // 开启调试模式,调⽤的所有api的返回值会在客户端alert出来,若要查看传⼊的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印
appId: res.data.appid, // 必填,的唯⼀标识
timestamp: res.data.timestamp, // 必填,⽣成签名的时间戳
nonceStr: Str, // 必填,⽣成签名的随机串
signature: res.data.signature, // 必填,签名
jsApiList: ["onMenuShareTimeline", "chooseImage", "previewImage"], // 必填,需要使⽤的JS接⼝列表
openTagList: ["wx-open-launch-weapp"], // 可选,需要使⽤的开放标签列表,例如['wx-open-launch-app']
});
/* eslint-disable */
<(function () {
alert("您的版本号不⽀持跳转⼩程序");
});
});
},
},
created() {
const oScript = ateElement("script");
oScript.src = "res2.wx.qq/open/js/jweixin-1.6.0.js";
document.body.appendChild(oScript);
},
};
</script>

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。