Commit 814106ab authored by salitedfish's avatar salitedfish

bug修复

parent 5730f2a2
......@@ -405,7 +405,7 @@ export class NFTService extends Service {
* @returns
*/
async nftTransfer(data:NftTransferDTO): Promise<any>{
return this.service.post(this.router.nftTransfer.path,data,{
return await this.service.post(this.router.nftTransfer.path,data,{
headers: {
Authorization: this.getAuth()
}
......
......@@ -6,7 +6,7 @@
<div class="certificationBG bg-opacity-20 rounded-xl pt-10 pb-10">
<div class=" text-font-dark-blue text-center text-sm">完成实名认证,需要您上传身份证照片:</div>
<div class=" w-4/5 mx-auto mt-6">
<div class=" h-44 rounded-xl p-3 idCardDefault" @click="initUpload('top')" v-if="!topImgUrl">
<div class=" h-44 rounded-xl p-3 idCardDefault" @click="initUpload('top')" v-if="!topImgUrl">
<img src="/img/idCardTop.png" alt="" class=" w-full h-full rounded-xl">
</div>
<div class=" h-44 rounded-xl" @click="initUpload('top')" v-else>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment