fix(feedback): contain error banner actions

This commit is contained in:
zhangheng
2026-07-22 20:45:44 +08:00
parent 4b5b91e766
commit 71923f372f
2 changed files with 11 additions and 17 deletions

View File

@@ -12,7 +12,7 @@
<icon type="clear" size="16" color="#9B2C27" />
</button>
</view>
<view class="feedback-error-actions {{errorRequestId ? '' : 'feedback-error-actions-single'}}">
<view class="feedback-error-actions">
<button wx:if="{{errorRequestId}}" class="feedback-error-copy" aria-label="复制问题编号" bindtap="copyRequestId">复制编号</button>
<button class="feedback-error-retry" loading="{{errorRetrying}}" disabled="{{errorRetrying}}" bindtap="retryError">重试</button>
</view>