浏览代码

no message

yanjie 4 年之前
父节点
当前提交
ce8719dae7
共有 1 个文件被更改,包括 4 次插入2 次删除
  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>