@@ -51,7 +51,7 @@
</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">
立即咨询
@@ -201,7 +201,9 @@
this.patientList = res.data.data
}
},
-
+ gotopay(){
+
+ }
};
</script>