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)){