更新代码工程
This commit is contained in:
@@ -26,7 +26,7 @@ const onExpandChange = (index, expand) => {
|
||||
|
||||
const toListPage = () => {
|
||||
uni.navigateTo({
|
||||
url: "/pages/list",
|
||||
url: "/pages/list/index",
|
||||
});
|
||||
};
|
||||
const onSelect = (itemIndex, value) => {
|
||||
@@ -49,7 +49,7 @@ const toEditPage = () => {
|
||||
amountGroup: amountGroup.value,
|
||||
});
|
||||
uni.navigateTo({
|
||||
url: "/pages/edit",
|
||||
url: "/pages/edit/index",
|
||||
});
|
||||
} else {
|
||||
uni.showToast({
|
||||
|
||||
Reference in New Issue
Block a user