Bläddra i källkod

[edit] US pay

wenliming 2 år sedan
förälder
incheckning
d2ba96e049

+ 0 - 1
src/view/iframe/publish/components/follow-input.vue

@@ -122,7 +122,6 @@ onMounted(() => {
 watch(
     () => props.atUserList,
     (newVal) => {
-        console.log(newVal, '222')
     },
     {
         deep: true

+ 4 - 1
src/view/popup/currency-detail.vue

@@ -231,7 +231,10 @@ onMounted(() => {
         totalBalance,
         totalUsdEstimateBalance
       };
-      console.log(currencyInfo.value )
+      if(currencyInfo.value.currencyCode == 'USD') {
+        //set USD deposit btn show status
+        
+      }
     } 
     if(window.location.pathname.indexOf('/home.html') > -1) {
       showSendBtn.value = false;