dever 7 years ago
parent
commit
3eae5a615a
2 changed files with 2 additions and 2 deletions
  1. 1 1
      tm/lib/Controller/Kindeditor.class.php
  2. 1 1
      tm/template_dir/pc_qrcode.html

+ 1 - 1
tm/lib/Controller/Kindeditor.class.php

@@ -37,7 +37,7 @@ class Kindeditor extends Controller{
 				'mp3' => array('mp3'),
 		);
 		//最大文件大小
-		$max_size = 300000;
+		$max_size = 3000000;
 		
 		$save_path = realpath($save_path) . '/';
 		

+ 1 - 1
tm/template_dir/pc_qrcode.html

@@ -2,7 +2,7 @@
 <{include file="nav.html"}>
 
 <div class="wrapper jsc-sidebar-content jsc-sidebar-pulled" data-total-vote-num="<{$voteInfo.total_vote_num}>" style="background-color:#fff;">
-	<div style="font-size:10px;color: #B1ADAD;position: absolute;left:0;top:0;">ug:<{$user_agent}></div>
+	<div style="font-size:10px;color: #B1ADAD;position: absolute;left:0;top:0;display: none;">ug:<{$user_agent}></div>
 	<div style="text-align: center; font-size: 14px; position: absolute; left: 50%; top: 50%; margin-left: -145px; margin-top: -175px;">
 	<img src="<{$qrcode}>" style="width:290px;margin-bottom:15px;"/>
 	<p style="position: relative;">打开微信,“扫一扫”,浏览</p>