|
<!--packageE/stationNotice/stationNoticeSetting/stationNoticeSetting.wxml-->
|
|
<view class="wrapper">
|
|
|
|
<view class="item">
|
|
<text class="text">消息免打扰</text>
|
|
<van-switch checked="{{ checked2 }}" bind:change="onChange" active-color="#f42a2a" size="20px" />
|
|
</view>
|
|
|
|
</view>
|