shish hace 6 años
padre
commit
a383ba64f6
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      app/saas/controllers/UserController.php

+ 2 - 2
app/saas/controllers/UserController.php

@@ -95,8 +95,8 @@ class UserController extends BaseController
 			$applyMemberCode = qrCodeUtil::generateGatheringQrCode($url, $merchantId, $id, '', 10);
 		}
 		$imgUrl = Yii::$app->params['imgHost'] . $applyMemberCode;
-		echo '会员收款码<br /><br />';
+		echo '<br /><br />收款码<br /><br />';
 		echo "<img width='300' src='{$imgUrl}' />";
 	}
-
+	
 }