Commit 6474d49920fae6ef77c0b6f010c55125288f668e

Authored by wuxuehong
1 parent 3bb54fa7d1

修改

Showing 1 changed file with 2 additions and 2 deletions

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