Advertisement
Guest User

Untitled

a guest
Apr 8th, 2020
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.82 KB | None | 0 0
  1. list =
  2.     {
  3.       date: "2020/03/28",
  4.       day: 1,
  5.       isShhow: true,
  6.       bodyTemperature: 36.5,
  7.       time: '09:11',
  8.       symptoms:[{
  9.         id: "cough",
  10.         name: "咳嗽",
  11.         isNote: false,
  12.         note: "",
  13.         state: false
  14.       },
  15.       {
  16.         id: "runny_nose",
  17.         name: "流鼻水",
  18.         isNote: false,
  19.         note: "",
  20.         state: false
  21.       },
  22.       {
  23.         id: "congestion",
  24.         name: "鼻塞",
  25.         isNote: false,
  26.         note: "",
  27.         state: false
  28.       },
  29.       {
  30.         id: "sneezing",
  31.         name: "打噴嚏",
  32.         isNote: false,
  33.         note: "",
  34.         state: false
  35.       },
  36.       {
  37.         id: "shortness_of_breath",
  38.         name: "呼吸不順",
  39.         isNote: false,
  40.         note: "",
  41.         state: false
  42.       }]}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement