<text wx:if="{{comments==true}}">仅可点击标签+1</text>不能正常显示
来源:13-13 短评实现七:细节处理

阿川阿川
2019-12-09
判断comments长度就行了
写回答
3回答
-
979811597
2022-10-11
也可以用
<text wx:if="{{comments}}">仅可点击标签+1</text>
10 -
猴逃逃
2020-06-26
comments==true不好使,只能用
!(comments==true)
00 -
7七月
2019-12-11
能详细描述下吗?
012019-12-12
相似问题