BUG 27628

This commit is contained in:
aixianling
2022-02-23 12:04:14 +08:00
parent 9dfcf99125
commit 352adae52d
3 changed files with 73 additions and 5 deletions

View File

@@ -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;