[图片]
代码依赖分析一直卡loading?工具版本号:1.06.2303060win32-x64 系统:win10,32GB内存,CPU AMD Ryzen 7 PRO 4750U with Radeon Graphics 1.70 GHz 开发框架:taro - react
2023-03-21关键是上哪去验证啊?半天没找着入口?
更新开发着工具后无法调用手机号了?[图片]
2022-10-14<div class="content-item" v-for="shopItem in shop" :key="shopItem.id"> <div class="item-image" v-if="shopItem.type =='1'"> <img :src="shopItem.picture.base_url"> <wx-open-launch-weapp id="launch-btn" @error="handleErrorFn" :username="shopItem.appid" :path="shopItem.url"> <script type="text/wxtag-template"> <style>.weapp-box { width : 100px; height : 80px; } </style> <div class="weapp-box"></div> </script> </wx-open-launch-weapp> </div> <div class="item-image" v-if="shopItem.type == '0'" @click="goLink(shopItem.url)"> <img :src="shopItem.picture.base_url"> </div> </div> 以上代码在通过 script 引入实测可用
H5页面 wx-open-launch-app 点击唤醒不了APP,在vue中template报错https://developers.weixin.qq.com/doc/oplatform/Return_codes/Return_code_descriptions_new.html
2021-02-25