@@ -146,7 +156,8 @@
附件:
- {{getRecord.fileIds || '暂无数据'}}
+ {{getRecord.fileIds || '暂无数据'}}
+
@@ -163,7 +174,8 @@
record:{},
list:[],
index:0,
- cs:''
+ cs:'',
+ imgList:[]
}
},
created() {
@@ -180,6 +192,7 @@
const id = this.getRecord.id
console.log('id',id)
const res = await uni.$http.get('/gunshiApp/xfflood/xfProjectIncident/detail?id='+id)
+ this.imgList = res.data.data
console.log('res',res)
}catch(e){
this.$refs.uToast.show({
@@ -232,14 +245,14 @@
margin-top: 5px;
}
.lf{
- width: 25%;
+ width: 30%;
min-height: 40px;
text-align: right;
line-height: 38px;
padding-right: 10px;
}
.rf{
- width: 75%;
+ width: 70%;
min-height: 40px;
line-height: 36px;
padding-right: 20px;
diff --git a/pages/gqzq/zqxx/form.vue b/pages/gqzq/zqxx/form.vue
index 3de32b2..af113d4 100644
--- a/pages/gqzq/zqxx/form.vue
+++ b/pages/gqzq/zqxx/form.vue
@@ -197,7 +197,8 @@
附件:
- {{getRecord.fileIds || '暂无数据'}}
+ {{getRecord.fileIds || '暂无数据'}}
+
@@ -214,7 +215,8 @@
record:{},
list:[],
index:0,
- cs:''
+ cs:'',
+ imgList:[]
}
},
created() {
@@ -231,6 +233,7 @@
const mtcd = this.getRecord.mtcd
console.log('mtcd',mtcd)
const res = await uni.$http.get('/gunshiApp/xfflood/iaCHsfwater/detail?mtcd='+mtcd)
+ this.imgList = res.data.data
console.log('res',res)
}catch(e){
this.$refs.uToast.show({
@@ -283,14 +286,14 @@
margin-top: 5px;
}
.lf{
- width: 25%;
+ width: 30%;
min-height: 40px;
text-align: right;
line-height: 38px;
padding-right: 10px;
}
.rf{
- width: 75%;
+ width: 70%;
min-height: 40px;
line-height: 36px;
padding-right: 20px;
diff --git a/pages/login/login.vue b/pages/login/login.vue
index 5337468..20f91ea 100644
--- a/pages/login/login.vue
+++ b/pages/login/login.vue
@@ -65,8 +65,8 @@ export default {
},
xiang () {
this.formData = {
- username: 'mdx',
- password: '1234567a',
+ username: 'glszfz',
+ password: '12345678a',
checked: false
}
},
diff --git a/pages/mypage/mypage.vue b/pages/mypage/mypage.vue
index 99e6ea8..2e727df 100644
--- a/pages/mypage/mypage.vue
+++ b/pages/mypage/mypage.vue
@@ -205,6 +205,7 @@
.button{
border-radius: 10px;
display: flex;
+ justify-content: center;
flex-direction: column-reverse;
width: 92%;
height: 6vh;