yuminge-app/yun-min-program-plugin-master/packageE/stationNotice/stationNoticeSetting/stationNoticeSetting.wxml

10 lines
286 B
Plaintext

<!--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>