OSDN Git Service

fix: update bytom1 link
authorj <coffce404@gmail.com>
Wed, 18 Aug 2021 06:16:01 +0000 (14:16 +0800)
committerj <coffce404@gmail.com>
Wed, 18 Aug 2021 06:16:01 +0000 (14:16 +0800)
src/assets/bapp/bapp.json
src/views/assetList.vue
src/views/delayTxList.vue

index 67f647b..cf060cf 100644 (file)
@@ -7,10 +7,6 @@
     {
       "title":"Staking",
       "description":"Staking for high rewards"
-    },
-    {
-      "title":"Redpacket",
-      "description":"Support all kind of tokens"
     }],
   "cn":[
     {
     {
       "title":"投票",
       "description":"节点投票 高额年化"
-    },
-    {
-      "title":"红包",
-      "description":"比原侧链-多币种红包"
     }
   ],
   "list":[
     {
       "icon":"vote.jpg",
       "color":"linear-gradient(94.25deg, rgba(255, 255, 255, 0) 21.9%, rgba(255, 255, 255, 0.1) 81.37%), #0A57EB",
-      "link":"https://staking.bymov.io",
+      "link":"https://classicstaking.mov.network",
       "domainsMeta": {
          "icon": "https://supertx.bymov.io/favicon.ico"
       }
-    },
-    {
-      "icon":"red-packet.jpg",
-      "color":"linear-gradient(274.27deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #EB4232",
-      "link":"https://bapp.blockmeta.com/redpacket/"
     }
   ]
 }
index 0aee7be..8081262 100644 (file)
@@ -237,7 +237,7 @@ export default {
         if(this.netType === 'vapor'){
           return `https://vapor.blockmeta.com/tx/${txid}`
         }else{
-          return `https://blockmeta.com/tx/${txid}`
+          return `https://classic.blockmeta.com/tx/${txid}`
         }
       },
       camelize: function (object) {
index eda7344..fc3a5df 100644 (file)
@@ -194,7 +194,7 @@ export default {
         if(this.netType === 'vapor'){
           return `https://vapor.blockmeta.com/tx/${txid}`
         }else{
-          return `https://blockmeta.com/tx/${txid}`
+          return `https://classic.blockmeta.com/tx/${txid}`
         }
       },
       close: function () {