优化发布确认与订单资金拆分
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user