CallMeSoul

Results 43 issues of CallMeSoul

这么这么久没更新了 项目还维护么?

how i can add admin item. i think to admin item separation user item and in also think admin item can use yeoman. how i do?

市级制霸好玩点吧。一个省那么大,去过一个地方就制霸了一个省?那也太不好玩了。市级制霸靠谱点啊

新特性
衍生
讨论

` get_redrict:function (req,res) { console.log(req.query.code); client.getAccessToken(req.query.code, function (err, result) { console.log(req.query.code); var accessToken = result.data.access_token; var openid = result.data.openid; client.getUser(openid, function (err, user) { console.log(user) }); }); }, ` 第一个console.log(req.query.code);能打印,之后旧没反应了

建议发布成一个npm包,用户直接引入使用不用去打包怎么的。 你代码更新也只需要安装新版本的包即可

支持vue?

引入wxparse后会有个view的样式view{word-break: break-all;overflow: auto;},overflow: auto;会导致页面的左右滚动,建议去掉。但是发现再wxParse.wxss去掉了,还会存在。只能编译后手动删除。

当页面不在page的跟目录时,会报找不到wxParse0,原因是找不到`` 必须根据当前页面对象与plugins/wxParse/wxParse.wxml的路径才行。 怎样才可以兼容呢? ``` VM2878:2 ./pages/activity/newspaper/index.wxml (anonymous) @ VM2878:2 VM2878:3 Template "wxParse0" not found. 14 | 15 | > 16 | | ^ 17 | 18 | 19 | ```

为什么不写成第三方组件共享呢?