Commit 5fd991d2 authored by 黄奎's avatar 黄奎

新增说明

parent 85e73afe
......@@ -31,6 +31,7 @@
<div class="TFBTline"></div>
</div>
<div class="TFchildContent clearfix">
<!--九宫格-->
<div class="TFLeft" v-if="FeatureData.FeatureType==FeatureTypeState.nineGrid">
<span>{{$t('sm.xiaoguoyldzxg')}}</span>
<div class="nineGrid clearfix">
......@@ -51,6 +52,7 @@
</div>
</div>
</div>
<!--幻灯片-->
<div class="TFLeft" v-if="FeatureData.FeatureType==FeatureTypeState.slideType">
<span>{{$t('sm.xiaoguoyldzxg')}}</span>
<div class="TFIMGContent">
......@@ -64,6 +66,7 @@
</div>
</div>
</div>
<!--自定义 开始-->
<div v-if="FeatureData.FeatureType==FeatureTypeState.userDefined">
<span class="userDeSpan">{{$t('sm.xiaoguoyldzxg')}}</span>
<div class="userDefined">
......@@ -91,13 +94,17 @@
</div>
</div>
</div>
<!--自定义 结束-->
<!--行程特色第一版-->
<div v-if="FeatureData.FeatureType===FeatureTypeState.travelSpecial">
<new-feature ref='newFeature' :data='FeatureData'></new-feature>
</div>
<!--行程特色第二版(黄、粉、蓝)-->
<div
v-if="(FeatureData.FeatureType===FeatureTypeState.travelSpecial2 || FeatureData.FeatureType===6 || FeatureData.FeatureType===7) && FeatureDataFlag">
<newFeature2 ref='newFeature2' :FeatureData='FeatureData'></newFeature2>
</div>
<!--行程特色第三版 -->
<UpgradedVersion v-if="FeatureData.FeatureType==8"></UpgradedVersion>
</div>
</div>
......@@ -125,8 +132,6 @@
import {
setTimeout
} from 'timers';
export default {
components: {
vEditDiv,
......@@ -213,7 +218,6 @@
imgUrl: Travelslider,
TypeState: 8
}
], //tab数组
templateColorArray: [{
id: 1,
......@@ -295,16 +299,6 @@
});
},
getHtml: function (postData, SaveType, TeamType) {
//HK 2019-10-14 新增开始
// if (this.$refs.newFeature2 != undefined) {
// //检查是否有更新
// var IsRefresh = this.$refs.newFeature2.getIsRefresh();
// if (IsRefresh) {
// //有更新重新初始化行程特色内容
// this.$refs.newFeature2.UpDateInfo();
// }
// }
//HK 2019-10-14 新增结束
var FeatureData = {
B2BRemark: postData.B2BRemark,
ConfigId: postData.ConfigId,
......@@ -391,7 +385,7 @@
//OP开团和地接开团
if (TeamType == 0) {
path = "TravelControlList";
} else if (TeamType == 3){
} else if (TeamType == 3) {
path = "TravelControlList2";
} else if (TeamType == 1) {
path = "TravelControlListSale";
......@@ -457,7 +451,6 @@
});
this.FeatureData.FeatureType = state;
});
// this.$message.warning('尊敬的用户,行程特色"1"暂时无法直接切换为行程特色"2"!')
} else {
this.TypeArray.forEach(x => {
if (x.TypeState == item.TypeState) {
......@@ -486,7 +479,6 @@
let newArr = [];
newArr.push(file.file);
let fileName = file.file.name;
let that = this;
let path = "/Upload/DMC/";
this.UploadSelfFileT(path, newArr, x => {
......@@ -574,7 +566,6 @@
}
}
};
</script>
<style>
......
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