请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

Unexpected token import

为啥按照课程里面说的方法写,会报错。

class GetData {
  constructor() {

  }

  getBannerData() {
    wx.request({
      url: 'https://pos.mhdz.ltd/api/v2/index/banners',
      method: 'POST',
      success: function (res) {
        console.log(res);
        return res;
      }
    })

  }
}
export { GetData };
// module.exports = GetData;
import { GetData } from './index-model.js';
let common = new GetData();

VM4281:1 thirdScriptError
sdk uncaught third Error
Unexpected token export
SyntaxError: Unexpected token export
console.error @ VM4281:1
(anonymous) @ WAService.js:1
(anonymous) @ WAService.js:1
e @ appservice?t=1554638841902:1208
window.onerror @ VM4281:1
VM4281:1 thirdScriptError
sdk uncaught third Error
Unexpected token import
SyntaxError: Unexpected token import

然后export 和 import 都报错。

正在回答 回答被采纳积分+3

1回答

7七月 2019-04-08 09:14:44

这个错误一般是因为 错误的语法导致的。但从你这个代码里没有看出问题,建议核对下源代码,是否有一些错误没有体现在上面的代码中?

0 回复 有任何疑惑可以回复我~
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信