feat(历史记录): 添加历史记录页面
This commit is contained in:
parent
2a7aee3614
commit
8be8799e3d
|
|
@ -241,7 +241,7 @@ export default {
|
||||||
// 处理历史记录点击事件
|
// 处理历史记录点击事件
|
||||||
handleHistoryClick() {
|
handleHistoryClick() {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: "/pages/home/history/history",
|
url: "/pages/home/history/index",
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
// 处理设置点击事件
|
// 处理设置点击事件
|
||||||
|
|
|
||||||
|
|
@ -106,9 +106,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "pages/home/history/history",
|
"path": "pages/home/history/index",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "",
|
"navigationBarTitleText": "历史记录",
|
||||||
"enablePullDownRefresh": false,
|
"enablePullDownRefresh": false,
|
||||||
"navigationStyle": "custom"
|
"navigationStyle": "custom"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue