优化发布确认文案

This commit is contained in:
yml2213
2026-07-28 14:45:33 +08:00
parent c86caeb667
commit e75f1a8519
5 changed files with 31 additions and 21 deletions
@@ -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>