This commit is contained in:
Putoo
2026-07-14 15:29:46 +08:00
parent aa6ca6ac08
commit 3324d7c742
10 changed files with 35 additions and 77 deletions

View File

@@ -54,8 +54,8 @@
物品名称{{ data.goodsName }}<br>
物品数量{{ count }}<br>
</div>
<div class="common" style="text-align: center;">
使用数量<input type="number" class="search-ipt" v-model="useCount"><br>
<div class="common" style="text-align: center;">
<span style="font-size: 16px;">使用数量</span><input type="number" class="search-ipt" v-model="useCount"><br>
<button class="ipt-btn" name="serch" @click="UseGoods" style="margin-top: 15px;">确认</button>
</div>
</GamePopup>