收藏
回答

wx-open-launch-app 标签内容不展示,用的本地代理线上80端口,求解?


<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8">

<title><%= htmlWebpackPlugin.options.title %></title>

<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui, viewport-fit=cover">

<script src="https://res.wx.qq.com/open/js/jweixin-1.6.0.js"></script>

</head>

<body>

<div class='aaa'>

<wx-open-launch-app id="launch-btn" appid="wx00819c646xxxx8" extinfo="your-extinfo111">

<template>

<style>

.btn {

width: 200px;

height: 45px;

line-height: 45px;

text-align: center;

font-size: 17px;

border-radius: 22.5px;

color: #fff;

}

</style>

<button class="btn">App内查看<button>

</template>

</wx-open-launch-app>

</div>

<script>

var btn = document.getElementById('launch-btn');

console.log('btn', btn)

btn.addEventListener('launch', function (e) {

alert('111')

console.log('success');

});

btn.addEventListener('error', function (e) {

alert('222')

console.log('fail', e.detail);

});

</script>

</body>

</html>

wx.config(....) 配置也正确

wx.ready 也能够成功相应




回答关注问题邀请回答
收藏

1 个回答

  • 灵芝
    灵芝
    2020-06-10

    你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的测试链接

    2020-06-10
    有用
    回复 1
    • 匆匆i
      匆匆i
      2020-09-07
      为什么微信开放标签在微信网页显示但是点击没有效果
      2020-09-07
      回复
登录 后发表内容
问题标签