Commit 802fc796 authored by 黄奎's avatar 黄奎

页面修改

parent a85c50df
...@@ -611,7 +611,7 @@ ...@@ -611,7 +611,7 @@
</el-col> </el-col>
<el-col :span="5"> <el-col :span="5">
<el-form-item label="行程顶部图片"> <el-form-item label="行程顶部图片">
<div class="TFimgList" > <div class="TFimgList">
<img v-if="!addMsg.TripFeatureTopBg" src="../../assets/img/bg_c3@3x.png"> <img v-if="!addMsg.TripFeatureTopBg" src="../../assets/img/bg_c3@3x.png">
<img v-else :src='addMsg.TripFeatureTopBg'> <img v-else :src='addMsg.TripFeatureTopBg'>
<div class="TFIMGzhe"> <div class="TFIMGzhe">
...@@ -627,7 +627,7 @@ ...@@ -627,7 +627,7 @@
</el-col> </el-col>
<el-col :span="5"> <el-col :span="5">
<el-form-item label="行程底部图片"> <el-form-item label="行程底部图片">
<div class="TFimgList" > <div class="TFimgList">
<img v-if="!addMsg.TripFeatureBottomBg" src="../../assets/img/bg_c3@3x.png"> <img v-if="!addMsg.TripFeatureBottomBg" src="../../assets/img/bg_c3@3x.png">
<img v-else :src='addMsg.TripFeatureBottomBg'> <img v-else :src='addMsg.TripFeatureBottomBg'>
<div class="TFIMGzhe"> <div class="TFIMGzhe">
...@@ -964,6 +964,8 @@ ...@@ -964,6 +964,8 @@
this.addMsg.BroadsideImage = getInfo.broadsideImage; this.addMsg.BroadsideImage = getInfo.broadsideImage;
this.addMsg.AppLineIcon = getInfo.appLineIcon; this.addMsg.AppLineIcon = getInfo.appLineIcon;
this.addMsg.RebateMoney = getInfo.rebateMoney; this.addMsg.RebateMoney = getInfo.rebateMoney;
this.addMsg.TripFeatureTopBg=getInfo.TripFeatureTopBg;
this.addMsg.TripFeatureBottomBg=getInfo.TripFeatureBottomBg;
}, },
deletelist(lineID) { deletelist(lineID) {
var that = this; var that = this;
......
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