feat: 图形页开发
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import { SHAPES } from '../../constants/shapes';
|
||||
|
||||
Page({
|
||||
data: {
|
||||
shapeList: [],
|
||||
shapeList: SHAPES,
|
||||
},
|
||||
|
||||
onLoad() {
|
||||
this.setData({
|
||||
shapeList: [],
|
||||
});
|
||||
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user