Your Name 2 vuotta sitten
vanhempi
commit
0d963d51f9
3 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  1. BIN
      public/images/页面3mew.png
  2. 2
    1
      src/main.js
  3. 1
    1
      src/pages/makeSaving/index.vue

BIN
public/images/页面3mew.png Näytä tiedosto


+ 2
- 1
src/main.js Näytä tiedosto

@@ -7,7 +7,7 @@ import store from './store'
7 7
 import wxsdk from './utils/wx'
8 8
 import router from './router'
9 9
 
10
-const { share, getCode } = wxsdk(location.href)
10
+const { share, getCode, init } = wxsdk(location.href)
11 11
 
12 12
 const app = createApp(App);
13 13
 app.use(VueViewer);
@@ -16,4 +16,5 @@ app.use(router);
16 16
 app.mount('#app');
17 17
 
18 18
 getCode(store);
19
+init();
19 20
 share();

+ 1
- 1
src/pages/makeSaving/index.vue Näytä tiedosto

@@ -75,7 +75,7 @@
75 75
     psStyle.value = {
76 76
       width: `${xRate * 320}px`,
77 77
       height: `${yRate * 30}px`,
78
-      top: `${height - 40}px`,
78
+      top: `${height - 45}px`,
79 79
       left: `${(width - xRate * 320) / 2}px`,
80 80
     }
81 81