|
@@ -115,7 +115,7 @@
|
|
|
</van-cell-group>
|
|
|
</div>
|
|
|
<van-popup v-model="showPopup" position="bottom" :style="{ height: '57%' }" round get-container="body">
|
|
|
- <PopupLayout title="订阅推送时间设置" @closeIconClick="closePopup">
|
|
|
+ <PopupLayout :title="editTimesFlag === 'o_subset' ? '订阅推送时间设置' : '推送时间设置'" @closeIconClick="closePopup">
|
|
|
<div class="select_push_time" slot="default">
|
|
|
<van-cell-group>
|
|
|
<van-cell :class="item.id === 2 && selectTimeSlot.length !== 0 ? `dayPush ${getHaveLine}` : ''"
|