logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

关于eslint遇到的报错信息以及解决方法

1、 Duplicate key/ Duplicated key存在重复声明的key值,视情况解决(PS:在uniapp中// #ifdef H5test: 1// #endif// #ifdef MP-WEIXINtest:2// #endif这样的情况也会报错)2、 Parsing error: x-invalid-end-tag vue/no-parsing-error这种报错是因为vue将

#前端#uni-app
uniapp——uni.createSelectorQuery()在微信小程序获取不到节点信息

在开发中使用uni.createSelectorQuery().select('.test')的时候拿不到我想要的节点解决方法:需要使用.in()方法选取绑定范围uniapp官网地址即uni.createSelectorQuery().in(this).select('.test')

#微信小程序#小程序#uni-app
到底了