活动信息位置

master
lion 2 years ago
parent 4ca0ef7235
commit 033173c8a8

@ -2,5 +2,5 @@
ENV = 'development' ENV = 'development'
# base api # base api
VUE_APP_BASE_API = https://yybtest.ali251.langye.net/ #VUE_APP_BASE_API = https://yybtest.ali251.langye.net/
#VUE_APP_BASE_API = https://yunyubang.ali251.langye.net/ VUE_APP_BASE_API = https://yunyubang.ali251.langye.net/

@ -130,13 +130,20 @@
</div> </div>
</div> </div>
</template> </template>
<template v-slot:slogan> <template v-slot:active_tag>
<div class="xy-table-item"> <div class="xy-table-item">
<div class="xy-table-item-label"> <div class="xy-table-item-label">
宣传标语 活动信息位置
</div> </div>
<div class="xy-table-item-content"> <div class="xy-table-item-content">
<el-input v-model="form.slogan" placeholder="请输入宣传标语" clearable style="width: 300px;"></el-input> <el-select style="width: 300px;" v-model="form.active_tag" placeholder="请选择">
<el-option
v-for="item in [{value:'上',label:'上'},{value:'下',label:'下'}]"
:key="item.value"
:label="item.label"
:value="item.value">
</el-option>
</el-select>
</div> </div>
</div> </div>
</template> </template>
@ -357,6 +364,7 @@ companykeyword:"",
sponsorAdvertise:"", sponsorAdvertise:"",
recommend:"", recommend:"",
//slogan:"", //slogan:"",
active_tag:'',
date:"", date:"",
applyDate:[], applyDate:[],
address:'', address:'',
@ -545,6 +553,7 @@ companykeyword:"",
sponsorAdvertise:res.sponsor_advertise, sponsorAdvertise:res.sponsor_advertise,
recommend:res.recommend, recommend:res.recommend,
//slogan:res.slogan, //slogan:res.slogan,
active_tag:res?.active_tag,
date:[`${res.start_date}/${res.start_time}`,`${res.end_date}/${res.end_time}`], date:[`${res.start_date}/${res.start_time}`,`${res.end_date}/${res.end_time}`],
address:res.address, address:res.address,
relationName:res.relation_name, relationName:res.relation_name,
@ -597,6 +606,7 @@ companykeyword:"",
sponsor_advertise:this.form.sponsorAdvertise, sponsor_advertise:this.form.sponsorAdvertise,
recommend:this.form.recommend, recommend:this.form.recommend,
//slogan:this.form.slogan, //slogan:this.form.slogan,
active_tag:this.form.active_tag,
start_date:this.form.date[0]?.split('/')[0], start_date:this.form.date[0]?.split('/')[0],
start_time:this.form.date[0]?.split('/')[1], start_time:this.form.date[0]?.split('/')[1],
end_date:this.form.date[1]?.split('/')[0], end_date:this.form.date[1]?.split('/')[0],
@ -636,6 +646,7 @@ companykeyword:"",
sponsor_advertise:this.form.sponsorAdvertise, sponsor_advertise:this.form.sponsorAdvertise,
recommend:this.form.recommend, recommend:this.form.recommend,
//slogan:this.form.slogan, //slogan:this.form.slogan,
active_tag:this.form.active_tag,
start_date:this.form.date[0]?.split('/')[0], start_date:this.form.date[0]?.split('/')[0],
start_time:this.form.date[0]?.split('/')[1], start_time:this.form.date[0]?.split('/')[1],
end_date:this.form.date[1]?.split('/')[0], end_date:this.form.date[1]?.split('/')[0],

Loading…
Cancel
Save