Liuyi
2024-10-21 15a55f79a84e5dab670d54a9dc0c6b9133a18441
pages/sendWater/index.vue
@@ -5,7 +5,7 @@
         url:'/pages/preSendWater/index'
      })
   }
   const isComplete = ref(true)
   const isComplete = ref(false)
   const isActive = ref({borderBottom:`3px solid #226AC9`})
   function swatch(val){
      if((val == 1 && !isComplete.value) || (val == 2 && isComplete.value)){