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">