zhangyfuen
Results
3
comments of
zhangyfuen
"const newScale = currentScale - (diffDistance / 400);" i hope we can change the value of 400 by props
@youngluo 我刚也遇到了这个问题,后来发现将templateBase 的值设置为模板路径时,就不会出现全路径的问题了。
@landy2014 如果templateBase 值设置不对时,是全路径。还有一个问题,gulp-tmod编译后的template.js最后面少了一个分号。这让我在合并这个template.js和其它js文件时 会报错。