From ba37125951e4b81ae04b1bf45a293ecd3a9c5753 Mon Sep 17 00:00:00 2001
From: 王晓刚 <wxg@bronet.cn>
Date: Fri, 21 Jun 2019 09:55:28 +0800
Subject: [PATCH] 分享页

---
 public/themes/simpleboot3/portal/share/index.html   | 12 ++++++------
 public/themes/simpleboot3/portal/share/to_user.html | 12 ++++++------
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/public/themes/simpleboot3/portal/share/index.html b/public/themes/simpleboot3/portal/share/index.html
index 5b55732..3616ea8 100755
--- a/public/themes/simpleboot3/portal/share/index.html
+++ b/public/themes/simpleboot3/portal/share/index.html
@@ -20,12 +20,12 @@
             flex-direction: column;
         }
 
-        .code_Box {
-            background: #FF5C19 url("{:cmf_get_image_url($share_image)}") no-repeat top left;
-            background-size: 100%;
-            -webkit-background-size: 100%;
+        /*.code_Box {*/
+            /*background: #FF5C19 url("{:cmf_get_image_url($share_image)}") no-repeat top left;*/
+            /*background-size: 100%;*/
+            /*-webkit-background-size: 100%;*/
 
-        }
+        /*}*/
     </style>
 </head>
 
@@ -38,7 +38,7 @@
     <p style="color:white">我的推广</p>
 </div>
 <div class="code_Box">
-
+    <img src="{:cmf_get_image_url($share_image)}"/>
 </div>
 <script src="__TMPL__/public/assets/js/base.js"></script>
 <script src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script>
diff --git a/public/themes/simpleboot3/portal/share/to_user.html b/public/themes/simpleboot3/portal/share/to_user.html
index 04bf6f0..65c2fbc 100644
--- a/public/themes/simpleboot3/portal/share/to_user.html
+++ b/public/themes/simpleboot3/portal/share/to_user.html
@@ -20,12 +20,12 @@
             flex-direction: column;
         }
 
-        .code_Box {
-            background: #FF5C19 url("{:cmf_get_image_url($share_image)}") no-repeat top left;
-            background-size: 100%;
-            -webkit-background-size: 100%;
+        /*.code_Box {*/
+            /*background: #FF5C19 url("{:cmf_get_image_url($share_image)}") no-repeat top left;*/
+            /*background-size: 100%;*/
+            /*-webkit-background-size: 100%;*/
 
-        }
+        /*}*/
     </style>
 </head>
 
@@ -38,7 +38,7 @@
     <p style="color:white">ta的推广</p>
 </div>
 <div class="code_Box">
-
+<img src="{:cmf_get_image_url($share_image)}"/>
 </div>
 <script src="__TMPL__/public/assets/js/base.js"></script>
 </body>
--
libgit2 0.24.0