diff --git a/src/images/1/star.png b/src/images/1/star.png
index 5b8603c..983075c 100644
Binary files a/src/images/1/star.png and b/src/images/1/star.png differ
diff --git a/src/pages/enterInfo/index.ts b/src/pages/enterInfo/index.ts
index a016f95..bff51f3 100644
--- a/src/pages/enterInfo/index.ts
+++ b/src/pages/enterInfo/index.ts
@@ -99,9 +99,9 @@ Page({
const { registrationSource, registChannel, regBusinessId, WorkerId, IsAliQiWei } = app.globalData
const { doctorId, inviteChan, recDoctorId: recommendDoctorId } = app.globalData.scene
let toast = ''
- if (!diagnosisTimeRange) toast = '请选择确诊时间范围'
if (!gender) toast = '请选择性别'
if (!ageRange) toast = '请选择年龄范围'
+ if (!diagnosisTimeRange) toast = '请选择确诊时间范围'
if (!name) toast = '姓名不能为空'
if (toast) {
wx.showToast({ title: toast, icon: 'none' })
diff --git a/src/pages/qaForm/index.scss b/src/pages/qaForm/index.scss
index bdac18f..56a36bb 100644
--- a/src/pages/qaForm/index.scss
+++ b/src/pages/qaForm/index.scss
@@ -23,6 +23,7 @@ page {
}
}
.question-section {
+ padding-bottom: 220rpx;
.list-title {
margin: 24rpx 40rpx 0;
font-size: 44rpx;
@@ -44,7 +45,7 @@ page {
&.active {
border-color: #0eb66d;
.check-icon {
- border-color: #0eb66d;
+ border-color: transparent;
background: linear-gradient(94deg, #0eb66d 0%, #00d277 100%);
.icon-inner {
opacity: 1;
@@ -56,10 +57,11 @@ page {
width: 44rpx;
height: 44rpx;
border-radius: 8rpx;
- border: 2px solid rgba(187, 187, 187, 1);
+ border: 1px solid rgba(187, 187, 187, 1);
display: flex;
align-items: center;
justify-content: center;
+ box-sizing: border-box;
.icon-inner {
width: 22rpx;
height: 12rpx;
@@ -134,7 +136,7 @@ page {
.list-item.active {
border-color: rgba(89, 86, 233, 1);
.check-icon {
- border-color: rgba(89, 86, 233, 1);
+ border-color: transparent;
background: linear-gradient(270deg, #5956e9 0%, #b384f4 100%);
}
}
diff --git a/src/pages/repository/index.ts b/src/pages/repository/index.ts
index b461788..c66f909 100644
--- a/src/pages/repository/index.ts
+++ b/src/pages/repository/index.ts
@@ -26,6 +26,9 @@ Page({
onShow() {
if (app.globalData.loginState) {
app.mpBehavior({ PageName: 'PG_PATIENTMGINFO' })
+ if (this.data.list.length) {
+ this.getList()
+ }
}
},
getConfig(options: any) {
diff --git a/src/pages/repository/index.wxml b/src/pages/repository/index.wxml
index 22424ef..6dbe641 100644
--- a/src/pages/repository/index.wxml
+++ b/src/pages/repository/index.wxml
@@ -53,7 +53,7 @@
-
+
-
+
{{detail.ComplimentNum}}