修改首页轮播图和链接

This commit is contained in:
cebgcontract 2022-04-25 13:58:16 +08:00
parent 6f78409b25
commit 1bb63da5ec
6 changed files with 5 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 306 KiB

After

Width:  |  Height:  |  Size: 305 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 78 KiB

View File

@ -50,7 +50,7 @@ export default class extends Vue {
href: 'javascript:void(0)', href: 'javascript:void(0)',
img: require('@/assets/202202/banner-b-0.jpg') img: require('@/assets/202202/banner-b-0.jpg')
}, { }, {
href: 'javascript:void(0)', href: 'https://www.kucoin.com/spot-nft/project/6263eed0c94d5b000108c972',
img: require('@/assets/202202/banner-b-2.jpg') img: require('@/assets/202202/banner-b-2.jpg')
} }
] ]

View File

@ -50,7 +50,7 @@ export default class MobileTopSection extends Vue {
href: 'javascript:void(0)', href: 'javascript:void(0)',
img: require('@/assets/mobile/index/banner-s-0.jpg') img: require('@/assets/mobile/index/banner-s-0.jpg')
}, { }, {
href: 'javascript:void(0)', href: 'https://www.kucoin.com/spot-nft/project/6263eed0c94d5b000108c972',
img: require('@/assets/mobile/index/banner-s-2.jpg') img: require('@/assets/mobile/index/banner-s-2.jpg')
} }
] ]

View File

@ -38,7 +38,8 @@ export const CONTRACT_ADDRESS:{[key: number]: any} = {
eth: '0x4446Fc4eb47f2f6586f9fAAb68B3498F86C07521', eth: '0x4446Fc4eb47f2f6586f9fAAb68B3498F86C07521',
mall: '0x4446Fc4eb47f2f6586f9fAAb68B3498F86C07521', mall: '0x4446Fc4eb47f2f6586f9fAAb68B3498F86C07521',
mystery: '0x8444404bD78089A5a6d5Cc57f7Df8924f2DdACB4', mystery: '0x8444404bD78089A5a6d5Cc57f7Df8924f2DdACB4',
mysteryProxy: '0xAA9C6e00bBeE2b41128EF46aB669D564d02F75E0' mysteryProxy: '0xAA9C6e00bBeE2b41128EF46aB669D564d02F75E0',
nftProxy: '0x3caD77a9479Aa157e94EFEa7168E202397Ce2ab8'
}, },
32: { 32: {
cec: '0xfeFc3aab779863c1624eE008aba485c53805dCeb', cec: '0xfeFc3aab779863c1624eE008aba485c53805dCeb',

View File

@ -120,7 +120,7 @@ export default class MyNft extends Vue {
} }
} }
@Watch('accountId') @Watch('isLogin')
private accountChange() { private accountChange() {
console.log('account change: ', AppModule.accountId) console.log('account change: ', AppModule.accountId)
if (this.accountId) { if (this.accountId) {