Commit 94097b99 authored by zhengke's avatar zhengke

行程特色增加手动保存提示

parent 8dec6eca
......@@ -351,6 +351,20 @@
"";
TripFeature.FeatureHtmlJsonDelete = TripFeature.FeatureHtmlJsonDelete ? JSON.stringify(TripFeature.FeatureHtmlJsonDelete) :
"";
var htmlObj = document.getElementById("newFeatureBox");
if(htmlObj){
if(htmlObj.innerHTML!=null||htmlObj.innerHTML!=""){
}
}else if(TripFeature.FeatureType>=4){
this.$alert('请点击更新行程特色','提示', {
confirmButtonText: '确定',
callback: action => {
this.custormAnchor('thirdAnchor',3);
this.isSubmit = true;
return
}
});
}
TripFeature.FeeInclude = this.PostNotice.FeeInclude;
TripFeature.FeeNonInclude = this.PostNotice.FeeNonInclude;
TripFeature.ImportantTip = this.PostNotice.ImportantTip;
......
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