|
@@ -573,7 +573,7 @@ onShow(async () => {
|
|
|
</view>
|
|
|
<view class="mb-100rpx flex items-center justify-between text-32rpx">
|
|
|
<view>{{ $t('productDetail.quantity') }}</view>
|
|
|
- <wd-input-number v-model="formData.productNum" :max="1" />
|
|
|
+ <wd-input-number v-model="formData.productNum" :max="1" :min="1" />
|
|
|
</view>
|
|
|
<view class="py-24rpx">
|
|
|
<wd-button block :style="{ backgroundColor: groupType === 'open' ? '#2F2D31' : 'var(--wot-color-theme)' }" @click="preOrder">
|