You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
368 B

2 years ago
<template>
2 years ago
<view class="indexPage">
<view class="primaryBtn">
</view>
2 years ago
</view>
</template>
<script>
export default {
data() {
return {
}
},
onLoad() {
2 years ago
uni.setNavigationBarTitle({
title: '李静医生预约就诊'
});
2 years ago
},
methods: {
}
}
</script>
2 years ago
<style lang="scss" scoped>
.index-page{
2 years ago
}
</style>