作者 anyv
1 个管道 的构建 通过 耗费 0 秒

12

@@ -146,7 +146,7 @@ class SalesmangoodsController extends WeChatBaseController{ @@ -146,7 +146,7 @@ class SalesmangoodsController extends WeChatBaseController{
146 $app = new Application($options); 146 $app = new Application($options);
147 147
148 $js = $app->js; 148 $js = $app->js;
149 - $jssdk=$js->config(array('chooseImage'), false,false,true); 149 + $jssdk=$js->config(array('chooseImage','uploadImage'), false,false,true);
150 $this->assign('jssdk',$jssdk); 150 $this->assign('jssdk',$jssdk);
151 151
152 return $this -> fetch(); 152 return $this -> fetch();