- <view class="alert-container {{alertClass}} FlexRow" wx:if="{{isShow}}" style="background: {{containerBgColor}};">
- <view class="alert-content FlexRow" style="background-color: {{bgColor}};">
- <image src="{{iconPath}}" class="alert-icon"></image>
- <view class="alert-text" style="color: {{textColor}};">{{content}}</view>
- </view>
- </view>
|