diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index fe7f40f..7f1f4d4 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -4,23 +4,24 @@ "version" : "0.0", "configurations" : [ { - "app-plus" : - { - "launchtype" : "local" - }, - "default" : - { - "launchtype" : "local" - }, - "mp-weixin" : - { - "launchtype" : "local" - }, - "type" : "uniCloud" + "app-plus" : { + "launchtype" : "local" + }, + "default" : { + "launchtype" : "local" + }, + "mp-weixin" : { + "launchtype" : "local" + }, + "type" : "uniCloud" }, { "playground" : "standard", "type" : "uni-app:app-android" + }, + { + "playground" : "standard", + "type" : "uni-app:app-ios" } ] } diff --git a/pages/workPlan/dayPlan/inf-index.vue b/pages/workPlan/dayPlan/inf-index.vue index b7feb63..330f982 100644 --- a/pages/workPlan/dayPlan/inf-index.vue +++ b/pages/workPlan/dayPlan/inf-index.vue @@ -384,11 +384,16 @@ > - + > --> + @@ -1330,6 +1335,8 @@ export default { e.imgCount -= e.imgViewList.length } + + // console.log(e.imgViewList, 'e.imgViewList--') }) this.activeFormPages = 0 @@ -2713,7 +2720,7 @@ export default { .delete-icon { position: absolute; - top: 3rpx; + top: 20rpx; right: 3rpx; }