修复pages/history/index

This commit is contained in:
刘正航
2026-05-11 15:57:53 +08:00
parent 00ead01cb8
commit 45bfa93e85
2 changed files with 14 additions and 1 deletions

View File

@@ -57,7 +57,7 @@
<view class="field" wx:if="{{item.reason_tokens && item.reason_tokens.length}}">
<text class="field-label">风险关键词</text>
<view class="chip-group">
<text class="tag" wx:for="{{item.reason_tokens}}" wx:key="*this">{{item}}</text>
<text class="tag tag-danger" wx:for="{{item.reason_tokens}}" wx:for-item="tokenItem" wx:key="token" data-token="{{tokenItem.token}}" data-weight="{{tokenItem.weight}}" bindtap="showTokenWeight">{{tokenItem.token}}</text>
</view>
</view>