panhui 3 жил өмнө
parent
commit
a2c2f487eb

+ 3 - 0
src/views/MinePage.vue

@@ -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'),