Page({ data: { shapeList: [], }, onLoad() { this.setData({ shapeList: [], }); }, });