我这个wxs文件写的有什么问题吗?

发布于 8 年前作者 ofan9722 次浏览最后编辑 8 年前来自 ask
var bar=function(){
   return 'china is a big country' ;
}
var msg="hello world";

module.exports ={
    bar,
    msg
}

1 回复
guiyingxu
guiyingxu1 楼6 年前

bar:bar,

msg:msg

试试