diff --git a/pages/excuteOneInspection/excuteOneInspection.vue b/pages/excuteOneInspection/excuteOneInspection.vue
index 8c044aa..966309a 100644
--- a/pages/excuteOneInspection/excuteOneInspection.vue
+++ b/pages/excuteOneInspection/excuteOneInspection.vue
@@ -38,7 +38,7 @@
-
+
@@ -121,7 +121,7 @@
let imageArr = this.$data.photoList;
imageArr.splice(e, 1);
},
- submitExcuteInspection: function() {
+ _submitExcuteInspection: function() {
/**
* taskId:'',
taskDetailId:'',
@@ -173,9 +173,9 @@
duration: 2000
});
} else {
- context.request({
- url: constant.url.saveOwnerRepair, // http://hc.demo.winqi.cn:8012/appApi/ownerRepair.saveOwnerRepair
- header: context.getHeaders(),
+ this.java110Context.request({
+ url: this.java110Constant.url.saveOwnerRepair, // http://hc.demo.winqi.cn:8012/appApi/ownerRepair.saveOwnerRepair
+ header: this.java110Context.getHeaders(),
method: "POST",
data: obj, //动态数据
success: function(res) {
diff --git a/pages/index/index.vue b/pages/index/index.vue
index ce6434a..5e99ede 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -27,7 +27,8 @@
- 小区文化
+
+ 小区文化
@@ -54,6 +55,9 @@
+
+ java110团队提供技术支持,交流群827669685
+
@@ -347,4 +351,15 @@
.notice-startTime {
margin-left: 16upx;
}
+
+ .bock-icon{
+ height: 34upx;
+ width: 14upx;
+ line-height: 100upx;
+ background-color: #00AA00;
+ }
+
+ .tec-height{
+ height: 120upx;
+ }