Commit 097a340cebc632e135d79b9211fd6c07f43bcad6
1 parent
2c6e2be3
Exists in
master
feat:反馈修改
Showing
2 changed files
with
5 additions
and
5 deletions
Show diff stats
src/views/Home/component/HomeOrder.vue
@@ -4,10 +4,10 @@ | @@ -4,10 +4,10 @@ | ||
4 | <p>我的订单</p> | 4 | <p>我的订单</p> |
5 | </div> | 5 | </div> |
6 | <div class="icon_box"> | 6 | <div class="icon_box"> |
7 | - <div @click="handleCustom"> | 7 | + <!-- <div @click="handleCustom"> |
8 | <img src="@/assets/home/icon1.png" alt=""> | 8 | <img src="@/assets/home/icon1.png" alt=""> |
9 | <p>定制研学</p> | 9 | <p>定制研学</p> |
10 | - </div> | 10 | + </div> --> |
11 | <!-- <div @click="handleServiceOrder(0)"> | 11 | <!-- <div @click="handleServiceOrder(0)"> |
12 | <img src="@/assets/home/icon2.png" alt=""> | 12 | <img src="@/assets/home/icon2.png" alt=""> |
13 | <p>待付款</p> | 13 | <p>待付款</p> |
@@ -77,7 +77,7 @@ export default { | @@ -77,7 +77,7 @@ export default { | ||
77 | .icon_box { | 77 | .icon_box { |
78 | display: flex; | 78 | display: flex; |
79 | align-items: center; | 79 | align-items: center; |
80 | - justify-content: space-between; | 80 | + justify-content: space-around; |
81 | height: 140px; | 81 | height: 140px; |
82 | margin-top: 20px; | 82 | margin-top: 20px; |
83 | img { | 83 | img { |
src/views/aboutDes.vue
1 | <template> | 1 | <template> |
2 | <p class="bottom_about_des"> | 2 | <p class="bottom_about_des"> |
3 | 本服务由浙江政务服务网、绍兴市教育局提供<br />服务咨询热线: | 3 | 本服务由浙江政务服务网、绍兴市教育局提供<br />服务咨询热线: |
4 | - <a href="tel:400-826-2468">400-826-2468</a> | ||
5 | - <!-- <span @click="call">400-826-2468</span> --> | 4 | + <!-- <a href="tel:400-826-2468">400-826-2468</a> --> |
5 | + <span @click="call">400-826-2468</span> | ||
6 | </p> | 6 | </p> |
7 | </template> | 7 | </template> |
8 | <script> | 8 | <script> |