|
@@ -83,7 +83,7 @@ export default {
|
|
|
mounted() {
|
|
|
localStorage.token = "";
|
|
|
let search = urlSearchData();
|
|
|
- document.title = "预定";
|
|
|
+ document.title = "美发预约系统";
|
|
|
const that = this;
|
|
|
getAPPUser({
|
|
|
ticket: search.ticket,
|
|
@@ -165,7 +165,7 @@ export default {
|
|
|
|
|
|
<style>
|
|
|
.Appointment {
|
|
|
- height: 100%;
|
|
|
+ height: 120%;
|
|
|
box-sizing: border-box;
|
|
|
background-color: #f7f8fa;
|
|
|
}
|