- 小程序模拟是空白?
小程序模拟是空白,发布后正常显示 [图片] [图片]
2023-12-08 - WAServiceMainContext.js报错?
请教一下这个WAServiceMainContext.js是哪里来的,是系统自动生成的吗?
2023-04-12 - Error: MiniProgramError是什么原因?
请问Error: MiniProgramError是什么原因? WAServiceMainContext.js?t=wechat&s=1680426347775&v=2.30.0:1 Error: MiniProgramError {"data":"Array\n(\n [page] => 1\n [per_page] => 100\n [category] => 33\n [sort_key] => 0\n [sort_value] => 2\n [shop] => 1\n [is_exchange] => \n [is_hot] => \n)\n{\"products\":[],\"paged\":{\"total\":0,\"page\":\"1\",\"size\":\"100\",\"more\":0},\"error_code\":0,\"debug_id\":\"6429495241748\"}","header":{"Server":"nginx","Content-Type":"application/json","Transfer-Encoding":"chunked","Connection":"keep-alive","Cache-Control":"no-cache","X-ECAPI-ErrorCode":"0","Date":"Sun, 02 Apr 2023 09:22:26 GMT","Strict-Transport-Security":"max-age=31536000"},"statusCode":200,"cookies":[],"errMsg":"request:ok"}
2023-04-02 - 接口返回数据正常,但是小程序接收到是空的?
请教下,我在接口返回数据正常,但是小程序接收到是空的。下面是PHP接口代码 $data = Goods::getList($this->validated); print_r($data); return $this->json($data); 在PHP里打印$data是获取到了正确的商品,下面小程序显示LIST却为空的, export function GetGoodsList(page,per_page,category='',keyword='',sort_key=0,sort_value=2,shop=1,brand='',activity = '',is_exchange=false,is_hot=false) { console.log('adis.js'+category); const list = request('ecapi.product.list',"POST",{page,per_page,category,keyword,sort_key,sort_value,shop,brand,activity,is_exchange,is_hot}); console.log('list'+JSON.stringify(list)); return list; 请问大佬们这个是什么原因?
2023-03-27 - 小程序关闭刷新重新进入小程序?
小程序如何关闭刷新重新进入小程序功能,因为我发现我这个重新进入小程序就到首页了,不是当前页了,请教有没有办法关闭这个右上角三点里的重新进入小程序功能.
2022-06-15 - 小程序显示抱歉站点已暂停
[图片] 小程序显示抱歉站点已暂停,是用webview转的h5网站,网站打开正常.
2021-10-10