notify.wxml 646 B

1
  1. <view class="notify-container"><view class="notify-title">通知设置</view><view class="notify-list"><view class="notify-item"><view class="item-label">消息推送</view><switch class="item-switch" checked="{{a}}" bindchange="{{b}}" color="#409EFF"/></view><view class="divider"></view><view class="notify-item"><view class="item-label">声音提醒</view><switch class="item-switch" checked="{{c}}" bindchange="{{d}}" color="#409EFF"/></view><view class="divider"></view><view class="notify-item"><view class="item-label">系统通知</view><switch class="item-switch" checked="{{e}}" bindchange="{{f}}" color="#409EFF"/></view></view></view>