在style里这种判断怎么写?为什么直接把双花括号也编译出来了
你这在双括号里又使用双括号肯定是不行的,可以这么写
{{key === index ?
'color: #'
+ text.color +
'; width: '
+ width1 +
'rpx; height: '
+ height1 +
'rpx;'
:
+ text.color}}
可以试试用wxs