收藏
回答

wx.request出现错误ts(1005)?

为什么我使用wx.request时

wx.request({

    url: 'https://test.com/getinfo',

    success:function(res){

      console.log(res)

    }

  }),


会出现“{

"resource": "/D:/wechat app/mini6/pages/namelist/namelist.js",

"owner": "typescript",

"code": "1005",

"severity": 8,

"message": "应为“,”。",

"source": "ts",

"startLineNumber": 7,

"startColumn": 5,

"endLineNumber": 7,

"endColumn": 6

}”

这个错误。

回答关注问题邀请回答
收藏

2 个回答

  • 工号 9527
    工号 9527
    2023-06-26

    这哪里报的错?

    2023-06-26
    有用
    回复
  • Steve Peng
    Steve Peng
    2023-06-26

    2023-06-26
    有用
    回复 4
    • 七分
      七分
      2023-06-26
      写法有问题。
      2023-06-26
      回复
    • Steve Peng
      Steve Peng
      2023-06-26回复七分
      具体是什么问题
      2023-06-26
      回复
    • 七分
      七分
      2023-06-26回复Steve Peng
      你写到onload里面试试
      2023-06-26
      回复
    • Steve Peng
      Steve Peng
      2023-06-27回复七分
      明白了,wx.request需要跟随事件
      2023-06-27
      回复
登录 后发表内容