Commit d1834c23 authored by 章建武's avatar 章建武

dep

parent b5c5218c
...@@ -64,7 +64,7 @@ class IndexController extends Controller ...@@ -64,7 +64,7 @@ class IndexController extends Controller
$string = "jsapi_ticket=".$argu['jsapi_ticket']."&noncestr=".$argu['nonceStr']."&timestamp=".$argu['timestamp']."&url=".$argu['url']; $string = "jsapi_ticket=".$argu['jsapi_ticket']."&noncestr=".$argu['nonceStr']."&timestamp=".$argu['timestamp']."&url=".$argu['url'];
$argu['signature'] = sha1(trim($string)); $argu['signature'] = sha1(trim($string));
$this->assign($argu); $this->assign($argu);
$num = $_SESSION['num'] += 1; $num = $_SESSION['num'] += 1;
$link = C('DOMAIN').STATIC_COMEON_ASSETS.'/images/zhutu.jpg'; $link = C('DOMAIN').STATIC_COMEON_ASSETS.'/images/zhutu.jpg';
//主图 //主图
......
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 to comment