只有将基础调试库调试到最低版本才能正常显示,但是这个版本太低了,一些方法无法使用
其他版本均无法显示
发布到真机去也是没有问题的
代码如下
import { reactive, getCurrentInstance, ref, onMounted, unref } from 'vue'
const state = reactive({
latitude: 39.909,
longitude: 116.39742,
covers: [{
id: 1,
width: '50px',
height: '50px',
latitude: 39.909,
longitude: 116.39742,
iconPath: '/static/home/1.png'
}, {
id: 2,
width: '50px',
height: '50px',
latitude: 39.90,
longitude: 116.39,
iconPath: '/static/home/1.png'
}]
})
const handleTap = (e:any) => {
console.log(e,'点击了');
}
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)