|
@@ -49,17 +49,16 @@ export default {
|
|
|
content: ''
|
|
|
},
|
|
|
// 图片列表
|
|
|
- imageFiles: [],
|
|
|
+ imageFiles: [{},{},{},{},{},{},{},{},{}],
|
|
|
length: 0,
|
|
|
// 单选
|
|
|
active: 0,
|
|
|
// 反馈类型
|
|
|
typeOptions: [],
|
|
|
- // 高度
|
|
|
- height: 0
|
|
|
}
|
|
|
},
|
|
|
onLoad() {
|
|
|
+ // 背景改色
|
|
|
document.querySelector('body').setAttribute('style', 'background-color:#FFF;')
|
|
|
this.getList()
|
|
|
},
|
|
@@ -136,8 +135,6 @@ uni-page-body {
|
|
|
}
|
|
|
|
|
|
.app-container {
|
|
|
- height: 100%;
|
|
|
- min-height: 724px;
|
|
|
background-color: #FFF;
|
|
|
color: #353535;
|
|
|
position: relative;
|
|
@@ -171,7 +168,7 @@ textarea {
|
|
|
}
|
|
|
|
|
|
.upload {
|
|
|
- margin-top: 24px;
|
|
|
+ margin: 24px 0 80px;
|
|
|
display: flex;
|
|
|
flex-wrap: wrap;
|
|
|
align-content: flex-start;
|
|
@@ -214,8 +211,8 @@ textarea {
|
|
|
.submit {
|
|
|
width: 100%;
|
|
|
position: absolute;
|
|
|
- bottom: 20px;
|
|
|
left: 0;
|
|
|
+ bottom: 0;
|
|
|
|
|
|
button {
|
|
|
width: 400rpx;
|