19 lines
1002 B
Plaintext
19 lines
1002 B
Plaintext
|
<!-- 微信提醒的弹窗 -->
|
||
|
<view class="capsulePop" wx:if="{{ capsulePopState }}">
|
||
|
<view class="capsulePop-box">
|
||
|
<image bindtap="cutCapsulePop" mode="widthFix" class="capsulePop-close" src="https://app.gter.net/image/miniApp/project/close.png"></image>
|
||
|
<view class="capsulePop-content">
|
||
|
<image mode="widthFix" class="capsulePop-img" src="https://app.gter.net/image/miniApp/offer/u92.png"></image>
|
||
|
<view class="capsulePop-title">请开启消息通知</view>
|
||
|
<view class="capsulePop-hint">使用微信服务号接受实时【消息提醒】</view>
|
||
|
<view class="capsulePop-btn" bindtap="goReminder">立即开启</view>
|
||
|
</view>
|
||
|
<view class="capsulePop-operation" bindtap="cutReminderSate">
|
||
|
不再提醒
|
||
|
<view class="capsulePop-circle flexcenter">
|
||
|
<view class="capsulePop-circle-circle" wx:if="{{ reminderState }}"></view>
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|