|
@@ -221,6 +221,7 @@ const methods = {
|
|
|
}
|
|
}
|
|
|
if (gasQtyNum.value > store.common.data.preferWeight) {
|
|
if (gasQtyNum.value > store.common.data.preferWeight) {
|
|
|
func.native.showToast('加气量不能超过' + store.common.data.preferWeight)
|
|
func.native.showToast('加气量不能超过' + store.common.data.preferWeight)
|
|
|
|
|
+ return false
|
|
|
}
|
|
}
|
|
|
// 物流支付-仅创建订单
|
|
// 物流支付-仅创建订单
|
|
|
if (data.fpayType === 1 && carrierPay.value?.createOnly) {
|
|
if (data.fpayType === 1 && carrierPay.value?.createOnly) {
|