From b0573cd096eb3972e1eeafca38b8e9ca8a3f4294 Mon Sep 17 00:00:00 2001 From: 王晓刚 <wxg@bronet.cn> Date: Mon, 4 Nov 2019 17:39:43 +0800 Subject: [PATCH] 视频详情 --- application/home/controller/Goods.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/home/controller/Goods.php b/application/home/controller/Goods.php index 787f56f..06e49fe 100644 --- a/application/home/controller/Goods.php +++ b/application/home/controller/Goods.php @@ -118,7 +118,7 @@ class Goods extends WechatBase ]; $app = new Application($options); $js = $app->js; - $jssdk = $js->config(['getLocation'], $debug = false, $beta = false, $json = true); + $jssdk = $js->config(['getLocation'], $debug = true, $beta = false, $json = true); $this->assign('jssdk',$jssdk); if($data['type'] == 1){ return $this->fetch('video_detail'); -- libgit2 0.24.0