Commit 097a340cebc632e135d79b9211fd6c07f43bcad6

Authored by 夏洋涛
1 parent 2c6e2be3
Exists in master

feat:反馈修改

src/views/Home/component/HomeOrder.vue
... ... @@ -4,10 +4,10 @@
4 4 <p>我的订单</p>
5 5 </div>
6 6 <div class="icon_box">
7   - <div @click="handleCustom">
  7 + <!-- <div @click="handleCustom">
8 8 <img src="@/assets/home/icon1.png" alt="">
9 9 <p>定制研学</p>
10   - </div>
  10 + </div> -->
11 11 <!-- <div @click="handleServiceOrder(0)">
12 12 <img src="@/assets/home/icon2.png" alt="">
13 13 <p>待付款</p>
... ... @@ -77,7 +77,7 @@ export default {
77 77 .icon_box {
78 78 display: flex;
79 79 align-items: center;
80   - justify-content: space-between;
  80 + justify-content: space-around;
81 81 height: 140px;
82 82 margin-top: 20px;
83 83 img {
... ...
src/views/aboutDes.vue
1 1 <template>
2 2 <p class="bottom_about_des">
3 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 6 </p>
7 7 </template>
8 8 <script>
... ...