This commit is contained in:
SelfRidicule 2024-08-16 10:33:06 +08:00
parent 84ed96da75
commit 11d594cf27

View File

@ -45,7 +45,6 @@ Page({
...options, ...options,
userDetail userDetail
}) })
_this.getDetail(options.id)
}, },
back() { back() {
@ -234,7 +233,8 @@ Page({
* 生命周期函数--监听页面显示 * 生命周期函数--监听页面显示
*/ */
onShow() { onShow() {
let _this = this
_this.getDetail(_this.data.id)
}, },
/** /**