<image style="width:{{img_width ? img_width + 'px' : 'auto'}};height:{{img_height ? img_height + 'px' : 'auto'}};transform:translate3d({{_img_left-img_width/2}}px,{{_img_top-img_height/2}}px,0) scale({{scale}}) rotate({{angle}}deg);transition-duration:{{_cut_animation?.4:0}}s;" src=""></image>
image 标签 的 style 在使用模板并且带有数学运算时会导致 style 不生效
// 你把空格加上呢 这里 transition-duration:{{_cut_animation ? 0.4 : 0}}s;
我这边运行没有问题,那个样式失效说清楚
应该是你写法的问题
哪个样式失效?