Results 3 comments of samy

部分没有更新上,现在原文档是这样的: **var dom = require('@weex-module/dom')** module.exports = { methods: { back2Top: function () { **var top = this.$el('top') dom.scrollToElement(top)** } } }

@exolution 我这边官方步骤运行起来了,点击列表图标,报错。我这边是不是那里没有配置好,也还是这个插件不完善? 报错如下: ```java 03-21 10:17:11.947 12039-12054/com.alibaba.weex D/weex: callJS >>>> instanceId:2function:callJS tasks:[{"data":"2","type":2},{"data":"[{\"args\":[4,{},true],\"method\":\"callback\"}]","type":3}] 03-21 10:17:11.948 12039-12054/com.alibaba.weex D/weex: [WXBridgeManager] callNative >>>> instanceId:2, tasks:[{"module":"dom","method":"updateFinish","args":[]}], callback:-1 03-21 10:17:11.950 12039-12039/com.alibaba.weex E/art: No implementation found for...

我这边也是,直接报错; ``` java 03-21 10:17:11.947 12039-12054/com.alibaba.weex D/weex: callJS >>>> instanceId:2function:callJS tasks:[{"data":"2","type":2},{"data":"[{\"args\":[4,{},true],\"method\":\"callback\"}]","type":3}] 03-21 10:17:11.948 12039-12054/com.alibaba.weex D/weex: [WXBridgeManager] callNative >>>> instanceId:2, tasks:[{"module":"dom","method":"updateFinish","args":[]}], callback:-1 03-21 10:17:11.950 12039-12039/com.alibaba.weex E/art: No implementation found for java.lang.String...