Commit 09fe2929 authored by 华国豪's avatar 华国豪 🙄

‘行程特色 请勿更新前端!!!!!!!’

parent 70075e84
......@@ -1987,8 +1987,8 @@ div{
background-color: #f6dc61 !important
}
.template_bg_2{
background-color: pink !important
background-color: #ffc2ca !important
}
.template_bg_3{
background-color: skyblue !important
background-color: #9cdaff !important
}
\ No newline at end of file
......@@ -214,7 +214,7 @@
<div class="zidingyi" v-if="showType==3&&loadNone==false&&vshowC">
<div v-html="feature.featureContent"></div>
</div>
<div class="template-box" v-if="(showType==4||showType==5)&&loadNone==false&&vshowC">
<div class="template-box" v-if="(showType>=4)&&loadNone==false&&vshowC">
<div v-if="vshowC" class="module-title">
<h2>行程特色</h2>
<div class="short-line"></div>
......@@ -648,7 +648,7 @@
let tcid = this.$route.query.tcid;
let UploadUrl = this.domainManager().UploadUrl
let _this = this
if (this.showType===4 || this.showType===5) { // 判断是否为行程特色
if (this.showType>=4) { // 判断是否为行程特色
$.ajax({ //调用是否已经存在文件夹接口判断是否进行上传图片操作
url: UploadUrl + '/Upload/GetImage?filePath=Feature/' + tcid,
type: "POST",
......@@ -674,7 +674,7 @@
let cName=''
if(_this.showType==4){
cName='.feature-box'
}else if(_this.showType==5){
}else if(_this.showType>4){
cName='.travle_page'
}
if(cName!=''){
......
......@@ -254,18 +254,18 @@
imgUrl: Travelslider,
TypeState: 5
},
// {
// ckTitle: "行程特色-粉",
// isShow: false,
// imgUrl: Travelslider,
// TypeState: 6
// },
// {
// ckTitle: "行程特色-蓝",
// isShow: false,
// imgUrl: Travelslider,
// TypeState: 7
// }
{
ckTitle: "行程特色-粉",
isShow: false,
imgUrl: Travelslider,
TypeState: 6
},
{
ckTitle: "行程特色-蓝",
isShow: false,
imgUrl: Travelslider,
TypeState: 7
}
], //tab数组
templateColorArray:[
......@@ -396,7 +396,8 @@
}
setTimeout(() => {
try {
alert(document.getElementById("newFeatureBox").innerHTML)
console.log(document.getElementById("newFeatureBox").innerHTML)
FeatureData.FeatureHtml = document.getElementById("newFeatureBox").innerHTML;
} catch (err) {
}
......
......@@ -884,7 +884,7 @@
<div class="travel_restaurant_1">
<div class="restaurant_1_header" v-if="item === 0">
<img class="restaurant_1_header_bg" :src="`${domainManager().ViittoFileUrl}/FeatureDefault/template_top_${templateType}.jpg`">
<img class="restaurant_1_header_bg2" :src="`${domainManager().ViittoFileUrl}/FeatureDefault/template_title2_${templateType}.jpg`">
<img class="restaurant_1_header_bg2" :src="`${domainManager().ViittoFileUrl}/FeatureDefault/template_title3_${templateType}.jpg`">
<div class="restaurant_1_header_title">
<div>
<div>品尝</div>
......
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