11 lines
137 B
TypeScript
11 lines
137 B
TypeScript
Page({
|
|
data: {
|
|
shapeList: [],
|
|
},
|
|
|
|
onLoad() {
|
|
this.setData({
|
|
shapeList: [],
|
|
});
|
|
},
|
|
}); |