jsEnginScriptError:Component is not found, 自定义组件?
Component({ /** * 组件的属性列表 */ properties: { show: { type: Boolean, value: false }, con: { type: String, value: 'cs' } }, /** * 组件的初始数据 */ ready() { }, /** * 组件的方法列表 */ methods: { computedCon() { }, /** * 切换隐藏展示 */ toggleShow() { this.setData({ show: !this.data.show }) }, /** * 提交 */ confirm() { let that = this; this.setData({ show: false }) } }}) |
开发者工具没问题,真机调试页面问题, 基础库也调了, 就是报错 快点来人呀, 线上一直报错, 你说要报错就早报出来
引用的地方
"comment":"../common/comment/index", "voteRule":"../common/messageBox/messageBox" |
