Commit 5c9b0cd5 by doszhang

dos

parent 538a2215
......@@ -23,13 +23,13 @@ class IndexController extends Controller
}
public function getInfo(){
// $this->ajaxReturn(array(
// 'status' => 1,
// 'poster' => 1,
// 'msg' => '查询成功',
// 'branch'=> '广东',
// 'step' => 1
// ));
$this->ajaxReturn(array(
'status' => 1,
'poster' => 2,
'msg' => '查询成功',
'branch'=> '广东',
'step' => 1
));
$referer = $_SERVER['HTTP_REFERER'];
$refererInfo = parse_url( $referer );
if( $refererInfo['host'] != $_SERVER['HTTP_HOST'] )
......
......@@ -105,7 +105,7 @@ $(document).ready(function () {
$('input[name=btn-upload]').change(function () {
imgInfo = {};
img = '';
$('.hide').hide();
bindUpload(this, uploadCtx, uploadCanvas, 1, function (img) {
$('.btn-upload-block').css('left', '53px');
$('.btn-createposter').show();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment