richAlert.wxml 799 B

1
  1. <view class="button-sp-area"><button type="primary" plain="true" data-event-opts="{{[['tap',[['start']]]]}}" bindtap="__e">启动</button><view>(启动后,前台服务会启动,锁屏、切换后台后,日志仍然会打印)</view><button type="primary" plain="true" data-event-opts="{{[['tap',[['stop']]]]}}" bindtap="__e">停止</button><button type="primary" plain="true" data-event-opts="{{[['tap',[['isNotificationEnabled']]]]}}" bindtap="__e">查看通知是否启用</button><button type="primary" plain="true" data-event-opts="{{[['tap',[['invokeNotification']]]]}}" bindtap="__e">唤起通知设置</button><button type="primary" plain="true" data-event-opts="{{[['tap',[['ClearALl']]]]}}" bindtap="__e">清空日志</button><view><rich-text nodes="{{log}}"></rich-text></view></view>