8.28 lpt instagram
Showing
1 changed file
with
9 additions
and
9 deletions
| ... | @@ -9,16 +9,16 @@ | ... | @@ -9,16 +9,16 @@ |
| 9 | <div v-if="type==4" class="plr20" v-html="form.reserveDesMeal"></div> | 9 | <div v-if="type==4" class="plr20" v-html="form.reserveDesMeal"></div> |
| 10 | <div v-if="type==5" class="plr20" v-html="form.reserveDesPhoto"></div> | 10 | <div v-if="type==5" class="plr20" v-html="form.reserveDesPhoto"></div> |
| 11 | <div v-if="type==10" class="plr20" > | 11 | <div v-if="type==10" class="plr20" > |
| 12 | <el-link v-for="v in fileList" :href="fillImgUrl(v.url)" :underline="false" class="link" target="_blank" | 12 | <!-- <el-link v-for="v in fileList" :href="fillImgUrl(v.url)" :underline="false" class="link" target="_blank"--> |
| 13 | type="primary"> | 13 | <!-- type="primary">--> |
| 14 | <span style="border-bottom: 1px solid var(--el-color-primary)"> | 14 | <!-- <span style="border-bottom: 1px solid var(--el-color-primary)">--> |
| 15 | {{ v.name }} | 15 | <!-- {{ v.name }}--> |
| 16 | <el-icon style="margin-left: 10px;position: relative;bottom: -2px"> | 16 | <!-- <el-icon style="margin-left: 10px;position: relative;bottom: -2px">--> |
| 17 | <Download/> | 17 | <!-- <Download/>--> |
| 18 | </el-icon> | 18 | <!-- </el-icon>--> |
| 19 | </span> | 19 | <!-- </span>--> |
| 20 | 20 | ||
| 21 | </el-link> | 21 | <!-- </el-link>--> |
| 22 | <div v-if="content" v-html="content"/> | 22 | <div v-if="content" v-html="content"/> |
| 23 | </div> | 23 | </div> |
| 24 | 24 | ... | ... |
-
Please register or sign in to post a comment