diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..4b5a015 --- /dev/null +++ b/.env.production @@ -0,0 +1,10 @@ +MP_API_BASE_URL=https://ytk.youcan365.com +MP_IMAGE_URL=https://ytk.youcan365.com +MP_CACHE_PREFIX=production +MP_WX_APP_ID=wx1d8337a40c11d66c +MP_CORP_ID=wpLgjyawAA8N0gWmXgyJq8wpjGcOT7fg +MP_TIM_SDK_APP_ID=1600123876 +MP_INVITE_TEAMMATE_QRCODE=https://ykt.youcan365.com/invite-teammate +MP_INVITE_PATIENT_QRCODE=https://ykt.youcan365.com/invite-patient +MP_PATIENT_PAGE_BASE_URL= 'https://www.youcan365.com/h5/#/' +MP_SURVEY_URL= 'https://www.youcan365.com/surveyDev/#/pages/survey/survey' diff --git a/components/form-template/cell-style.css b/components/form-template/cell-style.css index 999e2e2..80a95d6 100644 --- a/components/form-template/cell-style.css +++ b/components/form-template/cell-style.css @@ -11,6 +11,11 @@ top: 0; } +.form-cell-required { + margin-left: 4rpx; + color: #ff4d4f; +} + .form-content__wrapper { width: 100%; display: flex; @@ -58,4 +63,4 @@ .form-row__content { width: 0; flex-grow: 1; -} \ No newline at end of file +} diff --git a/components/form-template/common-cell.vue b/components/form-template/common-cell.vue index 301a120..34ea433 100644 --- a/components/form-template/common-cell.vue +++ b/components/form-template/common-cell.vue @@ -1,7 +1,7 @@