diff --git a/src/views/product/addProduct/index.vue b/src/views/product/addProduct/index.vue index 328d970..5d48c66 100644 --- a/src/views/product/addProduct/index.vue +++ b/src/views/product/addProduct/index.vue @@ -954,7 +954,7 @@ - + 为0或者空则使用商户默认设置(实际支付的金额 * 倍数) @@ -964,7 +964,7 @@ - + 为0或者空则使用商户默认设置(实际支付的金额 * 倍数) @@ -1801,7 +1801,7 @@ export default { deep: true }, currentTab(newVal) { - if (newVal == 5) { + if (newVal == 6) { this.$nextTick(e => { this.setSort() })