This commit is contained in:
hxhxhx 2025-04-24 17:17:16 +08:00
parent ab3d6efbb4
commit d716f0a80c
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"name" : "Onlife",
"appid" : "__UNI__F3B5917",
"description" : "",
"versionName" : "3.0.6",
"versionName" : "3.0.8",
"versionCode" : "100",
"transformPx" : false,
/* 5+App */

View File

@ -19,7 +19,7 @@
</view>
<view class="uni-flex-item name">交易數量</view>
<view class="uni-flex-item">
<input :class="{'disabled' :!detail.canPurchase || !isTrue()}" :disabled="!detail.canPurchase || !isTrue()" v-model="value" class="input" placeholder="請輸入" />
<input :class="{'disabled' :!detail.canPurchase || !isTrue() || loading}" :disabled="!detail.canPurchase || !isTrue() || loading" v-model="value" class="input" placeholder="請輸入" />
</view>
</view>
</view>