调整发票编辑和详情错误
This commit is contained in:
@@ -23,7 +23,6 @@ Page({
|
||||
* 生命周期函数--监听页面加载
|
||||
*/
|
||||
onLoad(options) {
|
||||
console.log('options', options)
|
||||
const { money = 0, tenement, ids = '', count = 0, tenementName } = options;
|
||||
this.setData({ money, tenement, ids: ids.split(","), count, tenementName })
|
||||
this.getDetail();
|
||||
|
Reference in New Issue
Block a user