Browse Source

Updated public

north 7 years ago
parent
commit
bab905b866
1 changed files with 1 additions and 1 deletions
  1. 1 1
      www/protected/modules/j/controllers/WebController.php

+ 1 - 1
www/protected/modules/j/controllers/WebController.php

@@ -28,7 +28,7 @@ class WebController extends JBaseController {
 						if(!isset($user->wx_pub_openid) || empty($user->wx_pub_openid) || $user->source != "巾帼家政"){
 							$user->wx_pub_openid = $accessInfo['openid'];
 							$user->wx_have_follow = 1;
-                            $user->source = '巾帼家政';
+                            $user->source = '真·巾帼家政';
 							$user->update(array('source','wx_pub_openid','wx_have_follow'),true);
 						}
 					}else{