dreamaker

其实就是用 官方的组件wx-open-launch-weapp

<div   style="position:relative;">
   <img class="img" src="" />  //这里放图当按键 
   
   <wx-open-launch-weapp
     style="position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;overflow:hidden;"
     id="launch-btn"
     username=""
     :path=""
    >
       <script type="text/wxtag-template">
      //把盒子撑开 多余的会被裁掉 <div style="width:10000px;height:10000px;"></div> </script> </wx-open-launch-weapp> </div>

 

分类:

技术点:

相关文章:

  • 2021-12-09
  • 2021-12-19
  • 2021-10-12
  • 2021-12-22
  • 2022-01-16
  • 2021-11-25
  • 2021-12-09
猜你喜欢
  • 2021-12-19
  • 2022-02-14
  • 2021-12-23
  • 2021-12-09
  • 2021-12-09
  • 2021-12-09
相关资源
相似解决方案