小欧追 vor 1 Jahr
Ursprung
Commit
1b26b6fd8a
3 geänderte Dateien mit 18 neuen und 18 gelöschten Zeilen
  1. 16 16
      pages/doctor/upload.vue
  2. 1 1
      pages/login/forget.vue
  3. 1 1
      pages/login/login.vue

+ 16 - 16
pages/doctor/upload.vue

@@ -87,8 +87,8 @@
 					<textarea v-model="FormData.diagnostic" style="width: 100%;height: 200rpx;margin-top: 20rpx;" :disabled="ishtmlType" placeholder="请输入诊断结果" placeholder-style="color:rgba(0, 0, 0, 0.35)"></textarea>
 				</view>
 				<view class="input inputBorNode">
-					<view class="icon">解决方案</view>
-					<textarea v-model="FormData.treatment" style="width: 100%;height: 200rpx;margin-top: 20rpx;" :disabled="ishtmlType" placeholder="请输入解决方案" placeholder-style="color:rgba(0, 0, 0, 0.35)"></textarea>
+					<view class="icon">治疗方案</view>
+					<textarea v-model="FormData.treatment" style="width: 100%;height: 200rpx;margin-top: 20rpx;" :disabled="ishtmlType" placeholder="请输入治疗方案" placeholder-style="color:rgba(0, 0, 0, 0.35)"></textarea>
 				</view>
 			</view>
 			<view class="box">
@@ -529,13 +529,13 @@
 						})
 						return;
 					}
-					// if (this.FormData.treatment == '') {
-					// 	this.$refs.uToast.show({
-					// 		title: '请输入治疗方案',
-					// 		type: 'error ',
-					// 	})
-					// 	return;
-					// }
+					if (this.FormData.treatment == '') {
+						this.$refs.uToast.show({
+							title: '请输入治疗方案',
+							type: 'error ',
+						})
+						return;
+					}
 					if (this.wisBllx == 1) {
 						if (this.FormData.caseName == '') {
 							this.$refs.uToast.show({
@@ -649,13 +649,13 @@
 							})
 							return;
 						}
-						// if (data.treatment == '') {
-						// 	this.$refs.uToast.show({
-						// 		title: '请输入治疗方案',
-						// 		type: 'error ',
-						// 	})
-						// 	return;
-						// }
+						if (data.treatment == '') {
+							this.$refs.uToast.show({
+								title: '请输入治疗方案',
+								type: 'error ',
+							})
+							return;
+						}
 						if (this.wisBllx == 1) {
 							if (data.caseName == '') {
 								this.$refs.uToast.show({

+ 1 - 1
pages/login/forget.vue

@@ -31,7 +31,7 @@
 		<view class="agreement u-flex u-row-center">
 			<u-checkbox-group @change="checkboxGroupChange">
 				<u-checkbox v-model="checked" shape="circle" active-color="#167FFF">
-					<view class="text">已阅读并同意<text @click="agreement">《病例收集及调研问卷项目用户隐私协议》</text></view>
+					<view class="text">已阅读并同意<text @click="agreement">《隐私协议》</text></view>
 				</u-checkbox>
 			</u-checkbox-group>
 		</view>

+ 1 - 1
pages/login/login.vue

@@ -25,7 +25,7 @@
 			<u-checkbox-group @change="checkboxGroupChange">
 				<u-checkbox v-model="checked" shape="circle" active-color="#167FFF"></u-checkbox>
 			</u-checkbox-group>
-			<view class="text">已阅读并同意<text @click="agreement()">《病例收集及调研问卷项目用户隐私协议》</text></view>
+			<view class="text">已阅读并同意<text @click="agreement()">《隐私协议》</text></view>
 		</view>
 	</view>
 </template>