yanjie %!s(int64=4) %!d(string=hai) anos
pai
achega
ce8719dae7
Modificáronse 1 ficheiros con 4 adicións e 2 borrados
  1. 4 2
      pages/doctor_related/info_write.vue

+ 4 - 2
pages/doctor_related/info_write.vue

xqd xqd
@@ -51,7 +51,7 @@
 			</view>
 		</view>
 		<view class="cu-bar bg-white tabbar" style="position: fixed;bottom: 0;width: 100%;">
-			<view class="submit" style="background-color: #0B73B9;color: white;" @click="">
+			<view class="submit" style="background-color: #0B73B9;color: white;" @click="gotopay">
 				立即咨询
 			</view>
 		</view>
@@ -201,7 +201,9 @@
 					this.patientList = res.data.data
 				}
 			},
-
+			gotopay(){
+				
+			}
 		}
 	};
 </script>