wupengfei 1 سال پیش
والد
کامیت
89dbb5cab5
2فایلهای تغییر یافته به همراه7 افزوده شده و 5 حذف شده
  1. 1 1
      .idea/workspace.xml
  2. 6 4
      application/common/service/UserSynth.php

+ 1 - 1
.idea/workspace.xml

@@ -381,7 +381,7 @@
       <workItem from="1690159826319" duration="22343000" />
       <workItem from="1690246325106" duration="23791000" />
       <workItem from="1690332708631" duration="20337000" />
-      <workItem from="1690419501541" duration="15367000" />
+      <workItem from="1690419501541" duration="15555000" />
     </task>
     <servers />
   </component>

+ 6 - 4
application/common/service/UserSynth.php

@@ -299,7 +299,9 @@ class UserSynth extends SerBase
         $user_name =$ticket_info['name'];
         $qr_code = $ticket_info['qr_code'];
         $qr_content= $ticket_info['qr_content'];
-        $server_url= 'https://'.$_SERVER['SERVER_NAME'].'static';
+        $server_url1= 'https://'.$_SERVER['SERVER_NAME'].'static/read@2x.png';
+        $server_url2= 'https://'.$_SERVER['SERVER_NAME'].'static/time@2x.png';
+        $server_url3= 'https://'.$_SERVER['SERVER_NAME'].'static/location@2x.png';
         $sponsor_name = $sponsor_info  ? $sponsor_info->title : '官方主办';
         $time = $act_info['start_time'].'-'.$act_info['end_time'];
         $address = $act_info['province'].$act_info['city'].$act_info['county'].$act_info['address'];
@@ -552,15 +554,15 @@ class UserSynth extends SerBase
                 <div>
                     <div class=\"bottomInfo\">
                         <div class=\"content\">
-                            <img src=\"$server_url/read@2x.png\" alt=\"\">
+                            <img src=\"$server_url1\" alt=\"\">
                             $sponsor_name
                         </div>
                         <div class=\"content\">
-                            <img src=\"$server_url/time@2x.png\" alt=\"\">
+                            <img src=\"$server_url2\" alt=\"\">
                             $time
                         </div>
                         <div class=\"content\">
-                            <img src=\"$server_url/location@2x.png\" alt=\"\">
+                            <img src=\"$server_url3\" alt=\"\">
                             $address
                         </div>
                     </div>