|
|
|
@ -83,9 +83,14 @@ Page({ |
|
|
|
focus: false, |
|
|
|
focus: false, |
|
|
|
}, |
|
|
|
}, |
|
|
|
onLoad(options) { |
|
|
|
onLoad(options) { |
|
|
|
|
|
|
|
console.log("DEBUGPRINT[139]: index.ts:85: options=", options) |
|
|
|
app.waitLogin({ type: [1] }).then(() => { |
|
|
|
app.waitLogin({ type: [1] }).then(() => { |
|
|
|
this.getBaseInfo() |
|
|
|
this.getBaseInfo() |
|
|
|
if (Number(options.id) > 0) { |
|
|
|
if (Number(options.id) > 0) { |
|
|
|
|
|
|
|
wx.showToast({ |
|
|
|
|
|
|
|
icon: 'none', |
|
|
|
|
|
|
|
title: '每日仅录入1次,您可修改已录信息', |
|
|
|
|
|
|
|
}) |
|
|
|
this.getDetail(options.id) |
|
|
|
this.getDetail(options.id) |
|
|
|
} |
|
|
|
} |
|
|
|
}) |
|
|
|
}) |
|
|
|
|