Browse Source

推广链接

xiuli.gao 2 years ago
parent
commit
ae83310f9b

+ 1 - 1
index.html

@@ -7,4 +7,4 @@
7 7
         hm.src = "https://hm.baidu.com/hm.js?d61b9e2caf4d46ccda7471b5385e2333";
8 8
         var s = document.getElementsByTagName("script")[0];
9 9
         s.parentNode.insertBefore(hm, s);
10
-      })();</script><link href=./static/css/app.86605a1eec1f2256c2c5de8e7e1225ba.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.9403fa97af6e3a470d17.js></script><script type=text/javascript src=./static/js/app.81127dcc311fbbbda902.js></script></body></html>
10
+      })();</script><link href=./static/css/app.bfcab8957ec60445c487d5afe9d24af3.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.58427ac5250ee02fb237.js></script><script type=text/javascript src=./static/js/app.81127dcc311fbbbda902.js></script></body></html>

+ 7 - 4
project/src/components/assembly/phonePreview.vue

@@ -1,5 +1,6 @@
1 1
 <template>
2
-  <div class="phonePreview" :style="phone_width ? `width:${phone_width};top:${position_top ? position_top : '120px'}` : ''">
2
+  <div class="phonePreview"
3
+    :style="phone_width ? `width:${phone_width};top:${position_top ? position_top : '120px'}` : ''">
3 4
     <img class="phoneImg" src="@/assets/img/phone.png" alt="">
4 5
     <div class="phoneCon self-scrollbar-3">
5 6
       <!-- 文字 -->
@@ -33,11 +34,13 @@
33 34
         </div>
34 35
         <div class="phoneConItemCon" v-if="item.msgtype == 'promote'">
35 36
           <div class="phoneConItemLink">
36
-            <p class="phoneLinkTitle">{{ item.link.title }}</p>
37
+            <p class="phoneLinkTitle">{{ item.promote.title }}</p>
37 38
             <div class="phoneLinkCon">
38
-              <div class="phoneLinkDesc clampTwo">{{ item.link.description ? item.link.description : item.link.jump_url }}
39
+              <div class="phoneLinkDesc clampTwo">{{ item.promote.description ? item.promote.description :
40
+                  item.promote.jump_url
41
+              }}
39 42
               </div>
40
-              <img class="phoneLinkImg" v-if="item.link.picurl" :src="item.link.picurl" alt="">
43
+              <img class="phoneLinkImg" v-if="item.promote.picurl" :src="item.promote.picurl" alt="">
41 44
               <div class="phoneLinkImgNo" v-else>
42 45
                 <i class="el-icon-link"></i>
43 46
               </div>

File diff suppressed because it is too large
+ 1 - 1
static/css/app.86605a1eec1f2256c2c5de8e7e1225ba.css


File diff suppressed because it is too large
+ 0 - 8
static/js/0.11471bf1d2ee158d5df2.js


File diff suppressed because it is too large
+ 8 - 0
static/js/0.5a103a8bcc5824ae1077.js


File diff suppressed because it is too large
+ 1 - 1
static/js/manifest.9403fa97af6e3a470d17.js