Commit b94bf7c8 by 高淑倩

优化

parent 50d356ba
......@@ -29,14 +29,6 @@ Component({
* 组件的方法列表
*/
methods: {
// 组件加载成功时触发
handelLoad(e) {
console.log('成功', e)
},
// 组件加载失败时触发
handelErr(e) {
console.log('失败', e)
},
handelTo(e) {
const ev = e.currentTarget.dataset;
let redirectId = ev.redirectId
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment