正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -181,7 +181,7 @@ class User extends Api | @@ -181,7 +181,7 @@ class User extends Api | ||
181 | $data = [ | 181 | $data = [ |
182 | 'scene' => 'share_uid='.$this->uid.'&id='.$goods_id, | 182 | 'scene' => 'share_uid='.$this->uid.'&id='.$goods_id, |
183 | 'width' => 280, | 183 | 'width' => 280, |
184 | - 'page' => '/pages/index/goodsDetail/goodsDetail', | 184 | + 'page' => 'pages/index/goodsDetail/goodsDetail', |
185 | ]; | 185 | ]; |
186 | $data = json_encode($data); | 186 | $data = json_encode($data); |
187 | $code_res = $this->auth->http_post($get_code_url,$data); | 187 | $code_res = $this->auth->http_post($get_code_url,$data); |
-
请 注册 或 登录 后发表评论