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