mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 14:52:53 +08:00
Merge branch 'feature/GFRS-2015【待确定】开门红需求' into dev
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<template>
|
||||
<div class="back-container">
|
||||
<van-image fit="fill" class="back_class bg-white" :src="showImgInfo.defaultImg" v-if="showImgInfo.showFlag == '0'">
|
||||
<van-image fit="fill" class="back_class" :src="showImgInfo.defaultImg" v-if="showImgInfo.showFlag == '0'">
|
||||
<template v-slot:loading>
|
||||
<van-loading type="spinner" size="20" />
|
||||
</template>
|
||||
<template v-slot:error>加载失败</template>
|
||||
</van-image>
|
||||
|
||||
<van-image fit="fill" class="back_class" :src="showImgInfo.defaultBackImg" v-if="showImgInfo.showFlag == '1'">
|
||||
<van-image fit="fill" class="back_class bg-white" :src="showImgInfo.defaultBackImg" v-if="showImgInfo.showFlag == '1'">
|
||||
<template v-slot:loading>
|
||||
<van-loading type="spinner" size="40" />
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user