You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.4 KiB
32 lines
1.4 KiB
<view class="cs-container">
|
|
<view style="margin-top: 12px;">
|
|
<van-cell title="选择车型" is-link use-label-slot="label" bindtap="handlerModel">
|
|
<view class="cs-dc" slot="label">
|
|
<view class="cs-dc-s1">{{sSeriesName || '全部车型'}}</view>
|
|
<view class="cs-dc-s2">默认选择</view>
|
|
</view>
|
|
</van-cell>
|
|
</view>
|
|
<view class="cs-d1">
|
|
<view class="cs-d1-title">推送等级选择</view>
|
|
<van-checkbox-group class="cs-vcg" value="{{ result }}" bind:change="onChange">
|
|
<van-checkbox icon-size="16px" label-class="cs-cb" name="1" shape="square">低级危机</van-checkbox>
|
|
<van-checkbox icon-size="16px" label-class="cs-cb" name="2" shape="square">中级危机</van-checkbox>
|
|
<van-checkbox icon-size="16px" label-class="cs-cb" name="3" shape="square">高级危机</van-checkbox>
|
|
</van-checkbox-group>
|
|
</view>
|
|
<view class="cs-d1">
|
|
<view class="cs-dd">
|
|
<view class="cs-d1-title">是否推送消息</view>
|
|
<van-switch size="20px" checked="{{ checked }}" bind:change="onChange1" />
|
|
</view>
|
|
</view>
|
|
<!-- <van-cell is-link bindtap="gotoInsight">
|
|
<view class="cs-vw" slot="title">
|
|
详情
|
|
</view>
|
|
</van-cell> -->
|
|
<view class="footer-btn">
|
|
<view class="footer-sbn" bindtap="save">保存</view>
|
|
</view>
|
|
</view> |