carver d21e63933b fix: 修改就诊人详情-二维码显示内容,cardNum -> hisPatientId 1 ano atrás
..
abMall 641ec7e8da fix: 设置scheme链接适配 2 anos atrás
b2bMiniPlugin d061f226fb fix: 添加scheme链接 2 anos atrás
healthCard b8151e747f feat: first commit 2 anos atrás
hospital 31ac5591d5 update miniVersion 2 anos atrás
hospitalV2 d21e63933b fix: 修改就诊人详情-二维码显示内容,cardNum -> hisPatientId 1 ano atrás
markingPlugin b8151e747f feat: first commit 2 anos atrás
medicare b8151e747f feat: first commit 2 anos atrás
scanpass b8151e747f feat: first commit 2 anos atrás
scenicSpotTicket b8151e747f feat: first commit 2 anos atrás
smartcommunity b8151e747f feat: first commit 2 anos atrás
soldier b8151e747f feat: first commit 2 anos atrás
README2.md dfb9818152 fix: 医保2.0调整 1 ano atrás

README2.md

. ├── README2.md ├── abMall │   ├── components │   ├── mas.config.json │   ├── pages │   ├── service │   └── utils ├── b2bMiniPlugin │   ├── assets │   ├── components │   ├── mas.config.json │   ├── services │   ├── styles │   └── utils ├── healthCard │   ├── components │   └── mas.config.json ├── hospital │   ├── components │   ├── hooks │   ├── mas.config.json │   └── pages ├── hospitalV2 │   ├── components │   ├── hooks │   ├── mas.config.json │   ├── pages │   ├── service │   └── utils ├── markingPlugin │   ├── components │   ├── mas.config.json │   ├── pages │   └── utils ├── medicare │   ├── components │   ├── mas.config.json │   └── utils ├── scanpass │   ├── components │   ├── mas.config.json │   └── pages ├── scenicSpotTicket │   ├── components │   ├── mas.config.json │   ├── services │   └── utils ├── smartcommunity │   ├── components │   ├── mas.config.json │   └── pages └── soldier

├── components
├── mas.config.json
├── pages
├── services
└── utils

46 directories, 12 files