20 lines
728 B
Plaintext
20 lines
728 B
Plaintext
<!--pages/notify/notigy.wxml-->
|
|
<te-nav-bar navbar-data='{{navbarData}}' ></te-nav-bar>
|
|
<view class="page">
|
|
<van-cell-group>
|
|
<van-cell title="消息提醒" size="large" title-style="display:flex;align-items: center;">
|
|
<view class="right">
|
|
<van-switch checked="{{ checked }}" active-color="#3CC7C0" bind:change="onChangeSwitch" inactive-color="#ccc" size="24px"/>
|
|
</view>
|
|
</van-cell>
|
|
</van-cell-group>
|
|
<!-- <view class="cellbox">
|
|
<view class="cell">
|
|
<view class="left">患者消息提醒</view>
|
|
<view class="right" >
|
|
<van-switch checked="{{ checked }}" active-color="#3CC7C0" bind:change="onChangeSwitch" inactive-color="#ccc" size="24px"/>
|
|
</view>
|
|
</view>
|
|
</view>-->
|
|
</view>
|