fix delete journal
This commit is contained in:
@ -252,7 +252,9 @@ Page({
|
|||||||
Key: wx.getStorageSync("key"),
|
Key: wx.getStorageSync("key"),
|
||||||
"Content-Type": "application/json"
|
"Content-Type": "application/json"
|
||||||
},
|
},
|
||||||
data: this.data.id,
|
data: {
|
||||||
|
id: this.data.id
|
||||||
|
},
|
||||||
success: (res: any) => {
|
success: (res: any) => {
|
||||||
wx.hideLoading();
|
wx.hideLoading();
|
||||||
if (res.data.code === 20000 || res.statusCode === 200) {
|
if (res.data.code === 20000 || res.statusCode === 200) {
|
||||||
|
|||||||
Reference in New Issue
Block a user