1 var modal 2 __weex_define__('@weex-component/toast', [], function(__weex_require__) { 3 modal = __weex_require__('@weex-module/modal') 4 }) 5 6 module.exports = function(msg) { 7 modal.toast({message: msg}) 8 }
1 var modal 2 __weex_define__('@weex-component/toast', [], function(__weex_require__) { 3 modal = __weex_require__('@weex-module/modal') 4 }) 5 6 module.exports = function(msg) { 7 modal.toast({message: msg}) 8 }