优化pc 出售界面
This commit is contained in:
@@ -490,7 +490,7 @@ async function handleSubmit() {
|
||||
loading.value = true;
|
||||
try {
|
||||
const title = `${form.server_region} ${form.rank_level} ${form.haf_coin_amount}M哈夫币`;
|
||||
const dailyPrice = calculatedFinalPrice.value;
|
||||
const listingPrice = calculatedFinalPrice.value;
|
||||
|
||||
const listing = await createListing({
|
||||
title,
|
||||
@@ -501,7 +501,7 @@ async function handleSubmit() {
|
||||
haf_coin_amount: coinMAmount.value * 1000000,
|
||||
asset_summary: buildAssetSummary(),
|
||||
screenshot_urls: screenshotUrls.value,
|
||||
price: dailyPrice,
|
||||
price: listingPrice,
|
||||
deposit_amount: Number(form.deposit_amount),
|
||||
});
|
||||
localStorage.removeItem(draftKey);
|
||||
|
||||
Reference in New Issue
Block a user