拍照支持裁剪
This commit is contained in:
@@ -19,7 +19,6 @@ Page({
|
||||
*/
|
||||
onLoad(options) {
|
||||
const { id } = options;
|
||||
|
||||
this.getMeterList(id)
|
||||
},
|
||||
async getMeterList(id) {
|
||||
@@ -52,7 +51,7 @@ Page({
|
||||
newIndex = meterList?.length - 1
|
||||
}
|
||||
this.setData({
|
||||
active: newIndex
|
||||
active: newIndex,
|
||||
})
|
||||
},
|
||||
handlePrev() {
|
||||
|
Reference in New Issue
Block a user