gcec增加图片

This commit is contained in:
cebgcontract 2022-06-24 17:27:51 +08:00
parent 254bc28db7
commit dc69c14e60

View File

@ -299,7 +299,7 @@ export default class EventReward extends Vue {
// success
const nfts: any = res.nfts || []
if (res.cec) {
nfts.unshift(this.generateCECData('GCEC', res.cec, ''))
nfts.unshift(this.generateCECData('GCEC', res.cec, 'https://www.cebg.games/img/cec.e9eb8837.png'))
}
this.onOpenSuccess(nfts)
}