@@ -476,6 +476,9 @@ const maxPrice = ref(0)
const minPrice = ref(0)
function changeAuto() {
+ if (!isVip.value) {
+ return
+ }
if (userVip.value.autoTradeEnabled) {
showConfirmDialog({
title: t('common.alert'),