大商创验证码突然无法显示
目前暂时没有找出是什么原因导致的,但是可以解决:
在目录下mobilevendorLibraryThink的Verify.class.php文件是控制验证码生成的,这个是移动端的验证码生成文件,我们需要在mobileappModulesCaptchaControllers里面的indexController.php的$verify = new \Think\Verify($params);加上ob_end_clean();ob_clean();即可
目前暂时没有找出是什么原因导致的,但是可以解决:
在目录下mobilevendorLibraryThink的Verify.class.php文件是控制验证码生成的,这个是移动端的验证码生成文件,我们需要在mobileappModulesCaptchaControllers里面的indexController.php的$verify = new \Think\Verify($params);加上ob_end_clean();ob_clean();即可