微信内网页跳转app,手机空白?
发布于 4 年前 作者 yanchao 7892 次浏览 来自 官方Issues

微信内网页跳转app,安卓手机空白

链接

mtest.dianzhijia.com

                <wx-open-launch-app
                  @error="handleError"
                  @launch="handleLaunch"
                  appid="wxf22023ea1a5e782e"
                  style="width: 100px; height: 100px;background: red"
                  id="launch-btn"
                >
                <script type="text/wxtag-template">
                  <style>
                    .btn {
                      padding12px;
                    }
                    .download {
                      color#ffffff;
                      background#2b303c;
                      width:100%;
                      height:100%;
                      display: flex;
                      align-items: center;
                      justify-content: center;
                      font-size16px;
                      font-family: PingFangSC-Medium, PingFang SC;
                      font-weight500;
                      border-radius2px;
                    }
                  </style>
                  <button class="download btn" style="height:50px;width:100%;border:none;">App1内查看</button>
                  </script>
              </wx-open-launch-app>
1 回复

微信内,是指:(1)微信小程序内,(2)微信公众号内(3)微信聊天界面内。是哪个?

回到顶部