panhui 2 سال پیش
والد
کامیت
a2c2f487eb
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      src/views/MinePage.vue

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