Yansen 2 年之前
父節點
當前提交
d6921e2ce0
共有 4 個檔案被更改,包括 5 行新增3 行删除
  1. 2
    2
      public/config.js
  2. 二進制
      public/images/3.png
  3. 1
    1
      src/pages/creation/index.vue
  4. 2
    0
      src/pages/makeSaving/index.vue

+ 2
- 2
public/config.js 查看文件

@@ -6,8 +6,8 @@ const shareOptTpl = {
6 6
 }
7 7
 
8 8
 // 跳转链接
9
-const link1URL = 'https://s.wenkor.com/group-collection-20220706/#/';
10
-const link2URL = 'https://s.wenkor.com/group-collection-20220706/#/';
9
+const link1URL = 'http://h5.njyunzhi.com/wenhua818-2/index.html';
10
+// const link2URL = 'https://s.wenkor.com/group-collection-20220706/#/';
11 11
 
12 12
 // 分享接口地址
13 13
 const API_BASE = 'http://test-h5.njyunzhi.com/api/wx/jsapi';

二進制
public/images/3.png 查看文件


+ 1
- 1
src/pages/creation/index.vue 查看文件

@@ -2,7 +2,7 @@
2 2
   <div class="page" :style="pgStyle">
3 3
     <Image :src="backImg" :actions="actions" @load="onLoad" />
4 4
     <TGradient :style="gdStyle" color="#0f2c37" />
5
-    <textarea class="input-area" :style="ttStyle" @input="onInput"></textarea>
5
+    <textarea class="input-area" placeholder="一起来创造属于你自己的灵魂诗篇吧" :style="ttStyle" @input="onInput"></textarea>
6 6
   </div>
7 7
 </template>
8 8
 

+ 2
- 0
src/pages/makeSaving/index.vue 查看文件

@@ -91,6 +91,8 @@
91 91
       top: `${bound[0][1] * yRate}px`,
92 92
       width: `${odWidth * xRate}px`,
93 93
       height: `${odHeight * yRate}px`,
94
+      fontSize: `${36 * xRate}px`,
95
+      lineHeight: `${50 * xRate}px`,
94 96
     };
95 97
 
96 98
     const qrCodeWidth = 40;