Fix:4002 【商城小程序】资讯—评论的@符号颜色改为灰色(如图)

This commit is contained in:
LinCyJang
2025-07-08 23:04:38 +08:00
parent 431b363b3a
commit 0a667d2b49
+2 -1
View File
@@ -142,7 +142,8 @@
</view>
<view class="user-name v12-ml-3">
<view class="v12-font-28 v12-dark-text">
{{ _comment.reply }}
<text class="v12-dark1-text">{{ _comment.reply.split(' ')[0] }}</text>
{{ ' ' + _comment.reply.split(' ')[1] }}
</view>
</view>
</view>