Browse Source

no message

yanjie 4 năm trước cách đây
mục cha
commit
ce8719dae7
1 tập tin đã thay đổi với 4 bổ sung2 xóa
  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>