优化发布确认文案
This commit is contained in:
@@ -433,11 +433,7 @@ const screenshotGuides: Record<string, string> = {
|
||||
</div>
|
||||
|
||||
<div class="online-time-grid">
|
||||
<button
|
||||
type="button"
|
||||
class="online-time-pick"
|
||||
@click="openOnlineTimePicker('start')"
|
||||
>
|
||||
<button type="button" class="online-time-pick" @click="openOnlineTimePicker('start')">
|
||||
<span class="online-time-label">开始</span>
|
||||
<strong :class="{ placeholder: !form.online_start }">
|
||||
{{ form.online_start || '请选择' }}
|
||||
@@ -462,12 +458,7 @@ const screenshotGuides: Record<string, string> = {
|
||||
请填写能百分百联系上您的时间。该时段联系不上可能影响上架或扣款,请预留扫码与冻结人脸时间。
|
||||
</p>
|
||||
|
||||
<van-popup
|
||||
v-model:show="onlineTimePickerVisible"
|
||||
position="bottom"
|
||||
round
|
||||
teleport="body"
|
||||
>
|
||||
<van-popup v-model:show="onlineTimePickerVisible" position="bottom" round teleport="body">
|
||||
<van-time-picker
|
||||
v-model="onlineTimePickerValue"
|
||||
:title="onlineTimePickerTitle"
|
||||
@@ -767,7 +758,9 @@ const screenshotGuides: Record<string, string> = {
|
||||
</span>
|
||||
</van-checkbox>
|
||||
<van-checkbox v-model="passwordAndDeviceConfirmed" icon-size="18px">
|
||||
<span class="agreement-check-label">我已知晓打完需改密并清除登录设备</span>
|
||||
<span class="agreement-check-label"
|
||||
>我已知晓:完成后须改密并清除登录设备;若遇封号,须解封后查号方可结算,未经查号即结算者,后续账号问题商行概不负责。</span
|
||||
>
|
||||
</van-checkbox>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user