Yansen 2 年 前
コミット
cd3c732ba1
共有5 個のファイルを変更した8 個の追加7 個の削除を含む
  1. 2
    2
      public/config.js
  2. バイナリ
      public/images/pg2/peace-color.png
  3. バイナリ
      public/images/pg2/peace.png
  4. 5
    4
      src/pages/pg2/index.vue
  5. 1
    1
      src/pages/pg4/Flower.vue

+ 2
- 2
public/config.js ファイルの表示

@@ -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 = '';

バイナリ
public/images/pg2/peace-color.png ファイルの表示


バイナリ
public/images/pg2/peace.png ファイルの表示


+ 5
- 4
src/pages/pg2/index.vue ファイルの表示

@@ -47,12 +47,12 @@
47 47
       <div>
48 48
         <InkEffect
49 49
           class="ink-ruins"
50
-          src="./images/pg2/废墟color.png"
50
+          src="./images/pg2/peace-color.png"
51 51
           :speed="10"
52 52
           :active="inkActive"
53 53
           :clearable="true"
54 54
         />
55
-        <img class="ruins" src="/images/pg2/废墟.png" alt />
55
+        <img class="ruins" src="/images/pg2/peace.png" alt />
56 56
       </div>
57 57
     </div>
58 58
     <div class="flower1">
@@ -186,7 +186,8 @@ watch(show, (val) => {
186 186
   }
187 187
 
188 188
   .groups {
189
-    top: 50vh;
189
+    // top: 50vh;
190
+    bottom: 0;
190 191
     left: 0;
191 192
     width: 100%;
192 193
     z-index: 3;
@@ -248,7 +249,7 @@ watch(show, (val) => {
248 249
     position: absolute;
249 250
     z-index: 20;
250 251
     right: 0;
251
-    top: 250px;
252
+    top: 280px;
252 253
     img {
253 254
       width: 80px;
254 255
     }

+ 1
- 1
src/pages/pg4/Flower.vue ファイルの表示

@@ -3,7 +3,7 @@
3 3
     <div class="txt modal-flower">
4 4
       <img class="close abs" src="/images/pg4/close.png" alt="" @click="onCancel">
5 5
       <img class="open-flower" src="/images/pg4/flower-open.gif" alt="">
6
-      <p class="title">当前种植总数量: {{ user?.num }}</p>
6
+      <p class="title">{{country}}, 全球总种植数量: {{ user?.num }}</p>
7 7
       <p class="planting" @click="animate">
8 8
         <img src="/images/pg4/planting.png" alt="">
9 9
       </p>