fix(feedback): contain error banner actions
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user