Commit b57022a271ed7a8eeba40df7a433fc912a087432

Authored by wuxuehong
1 parent 7ad656f530

修改

Showing 1 changed file with 2 additions and 2 deletions

littleApp_child/pages/quickArchives/quickArchives.js View file @ b57022a
... ... @@ -26,12 +26,12 @@
26 26 deliveryList:[
27 27 {
28 28 name:"顺产",
29   - value:1,
  29 + value: 'shun',
30 30 checked:true
31 31 },
32 32 {
33 33 name:"剖宫产",
34   - value:0,
  34 + value: 'pao',
35 35 checked:false
36 36 },
37 37 ],