android添加银行插件
diff --git a/pages/sub_medical/appointment.vue b/pages/sub_medical/appointment.vue
index a80132d..5b530a5 100644
--- a/pages/sub_medical/appointment.vue
+++ b/pages/sub_medical/appointment.vue
@@ -89,7 +89,7 @@
 		onLoad() {
 			uni.setNavigationBarTitle({title:'医院查询'})
 			this.get_hospital_list()
-			this.getLocal()
+			//this.getLocal()
 		},
 		methods: {
 			getLocal() {
@@ -123,7 +123,7 @@
 						item.icon = url + '/' + item.picid
 					})
 					that.hospital_list = list
-					console.log(list)
+					// console.log(list)
 				})
 			}
 		}