Commit decf940d authored by qinhaitao's avatar qinhaitao

update

parent b66df41d
......@@ -41,5 +41,6 @@
isEdit="{{isEdit}}"
prizeDialogData="{{prizeDialogData}}"
onClose="onCloseDialog"
imageLimit="{{imageLimit}}"
onUpdate="onPrizeUpdate"
onAdd="onPrizeAdd"/>
\ No newline at end of file
......@@ -9,7 +9,8 @@ Component({
limit: 20,
list: [],
onChange: () => {},
dataName: ''
dataName: '',
imageLimit: [ 200, 200 ]
},
didMount() {},
didUpdate() {},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment