fix QueryPage equalsExample arg
This commit is contained in:
@ -68,7 +68,7 @@ Page({
|
||||
index: 0,
|
||||
size: 8,
|
||||
type: JournalPageType.NORMAL,
|
||||
equealsExample: {
|
||||
equalsExample: {
|
||||
type: "NORMAL"
|
||||
}
|
||||
},
|
||||
@ -178,7 +178,7 @@ Page({
|
||||
index: this.data.page.index + 1,
|
||||
size: 8,
|
||||
type: JournalPageType.NORMAL,
|
||||
equealsExample: {
|
||||
equalsExample: {
|
||||
type: "NORMAL"
|
||||
}
|
||||
},
|
||||
@ -229,11 +229,9 @@ Page({
|
||||
"url": "/pages/main/journal-creater/index?from=journal"
|
||||
})
|
||||
},
|
||||
toDetail() {
|
||||
wx.showToast({
|
||||
title: "此功能暂不可用",
|
||||
icon: "none",
|
||||
duration: 2000
|
||||
toSearch() {
|
||||
wx.navigateTo({
|
||||
url: "/pages/main/journal-search/index"
|
||||
})
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user