Commit 3bb54fa7d13ea38cae0b2b5248ace7fecd95295c

Authored by wuxuehong
1 parent 97fd189242

修改

Showing 1 changed file with 2 additions and 2 deletions

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