首页新增额度风险提示卡片,作为补额度主入口
This commit is contained in:
@@ -18,6 +18,12 @@
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- 额度风险提示卡片:谁的提醒可能发不出去,同时是补额度的主入口 -->
|
||||
<view wx:if="{{atRiskText}}" class="quota-warn" bindtap="onTopUp">
|
||||
<text class="quota-warn-icon">⚠️</text>
|
||||
<text class="quota-warn-text">{{atRiskText}}的生日提醒可能发不出去,点这里补上</text>
|
||||
</view>
|
||||
|
||||
<!-- 搜索栏 -->
|
||||
<view class="search-wrap">
|
||||
<view class="search-box">
|
||||
|
||||
Reference in New Issue
Block a user