commit
This commit is contained in:
@@ -230,6 +230,14 @@ layout("/mobile/platform.html"){
|
||||
radius="8"
|
||||
:src="CREATE_PREVIEW_URL(o.fileId)"
|
||||
width="130">
|
||||
<template v-slot:error>
|
||||
<van-image
|
||||
width="130"
|
||||
height="92"
|
||||
fit="contain"
|
||||
src="/assets/mobile/img/therapyRecuperation/hotel.jpg"
|
||||
></van-image>
|
||||
</template>
|
||||
</van-image>
|
||||
|
||||
<!--线路-->
|
||||
@@ -303,8 +311,7 @@ layout("/mobile/platform.html"){
|
||||
<div class="cr-title">
|
||||
<span>{{o.baseName}}</span>
|
||||
<div>
|
||||
<van-tag color="#1867b0">{{o.regionalNature}}</van-tag>
|
||||
<!--<van-tag color="#1867b0">{{o.lotName}}</van-tag>-->
|
||||
<van-tag v-for="item in JSON.parse(o.allowDay).sort((a, b) => b - a)" style="margin-right: 6px" color="#1867b0">{{item}}天</van-tag>
|
||||
</div>
|
||||
</div>
|
||||
<div class="desc_info">
|
||||
|
||||
Reference in New Issue
Block a user