|
@@ -19,7 +19,7 @@
|
|
|
<div class="font">Available for holders of {{state.detail.nftProjectName}} NFT</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <img class="mask_bg" v-if="state.detail.linkImagePath" :src=" state.detail.linkImagePath " />
|
|
|
+ <img class="mask_bg" v-if="state.detail.viewBgImagePath" :src=" state.detail.viewBgImagePath " />
|
|
|
</template>
|
|
|
<iframe :src="state.iframe_url" v-show="state.status == 'iframe'" ref="dom_iframe" frameborder="0"
|
|
|
scrolling="yes" allow="camera *;microphone *"></iframe>
|