You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
1.1 KiB
25 lines
1.1 KiB
2 years ago
|
<view >
|
||
|
<view hidden="{{!isMsg}}" class="m-tips a-fade-in">
|
||
|
<view class="m-tops-title">温馨提示</view>
|
||
|
<view class="m-tips-content">
|
||
|
<view class="m-tips1">
|
||
|
<!-- <view class="m-tips-title">即将为您申请微信订阅信息:</view> -->
|
||
|
<view class="m-tips-title">{{behaviorTitle}}:</view>
|
||
|
请<text>选中“站内信息提醒”</text>并勾选<text >“总是保持以上选择”</text>(如下图):
|
||
|
</view>
|
||
|
<image class="" src="../../assets/images/msg1.png" />
|
||
|
<view class="m-tips-last">
|
||
|
<text >点击“允许”</text>按钮后即完成消息订阅。
|
||
|
</view>
|
||
|
<view class="m-tips-btn">
|
||
|
<view class="no-btn" bind:tap="handleCancleMsg">不订阅</view>
|
||
|
<view class="comfire-btn" bind:tap="handleRequestMsg">去订阅</view>
|
||
|
</view>
|
||
|
<view class="no-tips" bind:tap="handleChecked">
|
||
|
<radio checked="{{checked}}" />不再提醒
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|
||
|
<view hidden="{{!isMsg}}" catchtouchmove='ture' class="m-mask a-fade-in"></view>
|
||
|
</view>
|