修改用电查询电表选择问题

This commit is contained in:
2024-05-07 13:50:33 +08:00
parent 19ba67134f
commit 1e92bb8bcf
5 changed files with 55 additions and 37 deletions

View File

@@ -20,7 +20,6 @@ Page({
* 生命周期函数--监听页面加载
*/
onLoad(options) {
console.log('options', options)
const { id } = options;
this.getDetail(id)
},