From 352adae52d70d033623a9004f51b9ecc0066aa40 Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 23 Feb 2022 12:04:14 +0800 Subject: [PATCH 1/2] BUG 27628 --- src/mods/AppSupermarket/AppSupermarket.vue | 3 +- src/mods/AppSupermarket/balance.vue | 6 +- src/mods/AppSupermarket/resultPage.vue | 69 ++++++++++++++++++++++ 3 files changed, 73 insertions(+), 5 deletions(-) create mode 100644 src/mods/AppSupermarket/resultPage.vue diff --git a/src/mods/AppSupermarket/AppSupermarket.vue b/src/mods/AppSupermarket/AppSupermarket.vue index 1c6410b..14d7b9e 100644 --- a/src/mods/AppSupermarket/AppSupermarket.vue +++ b/src/mods/AppSupermarket/AppSupermarket.vue @@ -112,7 +112,7 @@ export default { }) }) uni.navigateTo({ - url: "/pages/supermarket/balance?category=" + JSON.stringify(filter) + url: "./balance?category=" + JSON.stringify(filter) }) }, active(key) { @@ -255,7 +255,6 @@ uni-page-body { .less { width: 40px; height: 40px; - font-size: 20px; display: flex; align-items: center; justify-content: center; diff --git a/src/mods/AppSupermarket/balance.vue b/src/mods/AppSupermarket/balance.vue index 482d72e..9be4a84 100644 --- a/src/mods/AppSupermarket/balance.vue +++ b/src/mods/AppSupermarket/balance.vue @@ -109,12 +109,12 @@ export default { .then(res => { if (res.code == 0) { uni.navigateTo({ - url: '/pages/supermarket/components/resultPage/resultPage' + url: './resultPage' }) } else { uni.navigateTo({ url: - '/pages/supermarket/components/resultPage/resultPage?flag=' + + './resultPage?flag=' + false }) } @@ -128,7 +128,7 @@ export default { }, handleSelect() { uni.navigateTo({ - url: '/pages/supermarket/search' + url: './search' }) } } diff --git a/src/mods/AppSupermarket/resultPage.vue b/src/mods/AppSupermarket/resultPage.vue new file mode 100644 index 0000000..ebaccf0 --- /dev/null +++ b/src/mods/AppSupermarket/resultPage.vue @@ -0,0 +1,69 @@ + + + + + From 71a711dae7e335dbb1a6c152cbbbad874d7daa40 Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 23 Feb 2022 12:10:55 +0800 Subject: [PATCH 2/2] BUG 27606 --- src/mods/service/AppPhotoReport/PhotoForm.vue | 93 +++++++++---------- .../service/AppReturnHomeRegister/Add.vue | 4 +- 2 files changed, 48 insertions(+), 49 deletions(-) diff --git a/src/mods/service/AppPhotoReport/PhotoForm.vue b/src/mods/service/AppPhotoReport/PhotoForm.vue index 8b9911c..5867f00 100644 --- a/src/mods/service/AppPhotoReport/PhotoForm.vue +++ b/src/mods/service/AppPhotoReport/PhotoForm.vue @@ -8,10 +8,7 @@

事件类型

- - - +
@@ -38,7 +35,7 @@
{{ form.address }} 请选择 - +
@@ -48,11 +45,12 @@ *

所属网格

- +
{{ form.girdName }} 请选择 - +
@@ -80,7 +78,7 @@

姓名

- +
@@ -91,7 +89,7 @@

联系方式

- +
@@ -103,7 +101,7 @@