优化发布确认与订单资金拆分

This commit is contained in:
yml2213
2026-06-24 01:57:03 +08:00
parent 86a136e663
commit c30914b538
4 changed files with 83 additions and 27 deletions
@@ -23,7 +23,9 @@ const {
publishAgreements,
virtualAssetSaleAgreementChecked,
sellerAgreementChecked,
passwordAndDeviceConfirmed,
canPublishAfterAgreements,
showBanRecordRiskHint,
fileInput,
activeUploadKey,
form,
@@ -474,6 +476,9 @@ const screenshotGuides: Record<string, string> = {
</div>
</template>
</van-field>
<p v-if="showBanRecordRiskHint && banRecordOptions.length" class="field-hint">
刚出租结算完的账号需冷号七天才可再次出租IP频繁变动会导致封号
</p>
<div class="region-panel">
<div class="region-title">
@@ -744,6 +749,9 @@ const screenshotGuides: Record<string, string> = {
</button>
</span>
</van-checkbox>
<van-checkbox v-model="passwordAndDeviceConfirmed" icon-size="18px">
<span class="agreement-check-label">我已知晓打完需改密并清除登录设备</span>
</van-checkbox>
</div>
<div class="publish-actions">