Yansen 2 gadus atpakaļ
vecāks
revīzija
9c60c793ac
4 mainītis faili ar 5 papildinājumiem un 5 dzēšanām
  1. 2
    2
      public/config.js
  2. 1
    1
      src/pages/pg2-2/index.vue
  3. 1
    1
      src/pages/pg2/index.vue
  4. 1
    1
      src/pages/pg3/index.vue

+ 2
- 2
public/config.js Parādīt failu

@@ -9,5 +9,5 @@ const shareOptTpl = {
9 9
 const link1URL = 'http://h5.njyunzhi.com/wenhua818-2/index.html';
10 10
 
11 11
 // 分享接口地址
12
-// const API_BASE = 'http://api.h5.zijincao.njyunzhi.com';
13
-const API_BASE = '';
12
+const API_BASE = 'http://api.h5.zijincao.njyunzhi.com';
13
+// const API_BASE = '';

+ 1
- 1
src/pages/pg2-2/index.vue Parādīt failu

@@ -1,6 +1,6 @@
1 1
 <template>
2 2
   <div class="page pg-bg pg2-2">
3
-    <GoBack class="goback abs" @click="router.go(-1)" />
3
+    <GoBack class="goback abs" style="z-index: 100" @click="router.go(-1)" />
4 4
     <div class="bk-pd content">
5 5
       <Animate
6 6
         class="txt"

+ 1
- 1
src/pages/pg2/index.vue Parādīt failu

@@ -72,7 +72,7 @@
72 72
       </div>
73 73
     </div>
74 74
 
75
-    <div class="footer txt">
75
+    <div class="footer txt" style="z-index: 2000">
76 76
       <div @click="router.push('/pg2-2')">
77 77
         了解故事
78 78
         <img src="/images/pg2/箭头-右.png" alt />

+ 1
- 1
src/pages/pg3/index.vue Parādīt failu

@@ -249,7 +249,7 @@
249 249
     margin-top: 2em;
250 250
     text-align: center;
251 251
     position: relative;
252
-    z-index: 2;
252
+    z-index: 200;
253 253
 
254 254
     img {
255 255
       width: 30vw;