|
|
@@ -85,7 +85,7 @@
|
|
|
</Tabs>
|
|
|
<template #footer v-if="collection">
|
|
|
<div class="g-form__footer inset">
|
|
|
- <Button v-if="goodsList.length != 0" type="danger" block :disabled="orderQty === 0" @click="onSubmit">
|
|
|
+ <Button type="danger" block :disabled="orderQty === 0" @click="onSubmit">
|
|
|
{{orderType === 1 ? $t('operation.buynow') : orderTypeStepList.find(e => e.value ===
|
|
|
orderType)?.label}}
|
|
|
</Button>
|