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 @@
+
+
+
![]()
+
{{ text }}
+
+ {{ btnText }}
+
+
+
+
+
+
+