在微信浏览器环境下如何跳转小程序
一、使用scheme加密码跳转
这个经过测试是可行的,但不能是明文的需要ticket加密过的链接
二、使用微信自带的标签跳转
需要注意的是官方文档没写的openTagList标签使用也要在wx.config种引入
`
<wx-open-launch-weapp
class="launch_app"
id="launch-btn"
username="username"
path="path"
`<component :is="'script'" style="display:block" type="text/wxtag-template">
<component :is="'style'"
>.btn { padding: 12px;display: block;font-size: 16px; }.image{width:100%;}</component
>
<img class="image" src="url" alt="">
</component>