kun 19/10/9/23:20

This commit is contained in:
沈学坤
2019-10-09 23:19:06 +08:00
parent 47b35b28a2
commit 68f5e4c6bb
7 changed files with 72 additions and 44 deletions

View File

@@ -6,8 +6,8 @@
<div class="top">
<img :src="imgUrl.xlb" alt />
<div>
<span>世界婚博会已通过初审</span>
<time>[2019-07-31]</time>
<span>{{bgValue.announcement.name + bgValue.announcement.pro_content}}</span>
<time>{{bgValue.announcement.protime}}</time>
</div>
</div>
<div class="bottom">
@@ -53,8 +53,8 @@
</template>
</select>
<select class="two" name="type">
<template v-for="(type,index) in bgValue.type">
<option :key="index" :value="index">{{type}}</option>
<template v-for="(status,index) in bgValue.status">
<option :key="index" :value="index">{{status}}</option>
</template>
</select>
<select class="three" name="area">
@@ -172,6 +172,7 @@ export default {
}).then(res => {
if (res.data.code === 200) {
_this.bgValue = res.data.data
console.log(_this.bgValue)
} else {
_this.$message.error('请求数据有问题!')
}
@@ -554,6 +555,7 @@ export default {
.two {
padding-left: 30px;
padding-right: 48px;
box-sizing: border-box;
/* 清除默认的箭头样式 */
appearance: none;