nieyuge 2 سال پیش
والد
کامیت
469eb38108
2فایلهای تغییر یافته به همراه0 افزوده شده و 14 حذف شده
  1. 0 7
      src/view/iframe/publish/components/top-up.vue
  2. 0 7
      src/view/iframe/publish/components/top-up2.vue

+ 0 - 7
src/view/iframe/publish/components/top-up.vue

@@ -163,13 +163,6 @@ onMounted(() => {
     getTokenAddress();
 })
 
-watch(
-    () => props.currentCurrencyInfo,
-    (newVal) => {
-        if (newVal) getTokenAddress();
-    }
-)
-
 </script>
 
 <style scoped lang="scss">

+ 0 - 7
src/view/iframe/publish/components/top-up2.vue

@@ -155,13 +155,6 @@ onMounted(() => {
     getTokenAddress();
 })
 
-watch(
-    () => props.currentCurrencyInfo,
-    (newVal) => {
-        if (newVal) getTokenAddress();
-    }
-)
-
 </script>
 
 <style scoped lang="scss">