[plugin:uni:mp-inject] Unexpected token (16:4)
at pages/cart/cart.vue:16:4 (x2)
2***@qq.com
- 发布:2023-08-31 10:33
- 更新:2023-09-11 06:31
- 阅读:234
2 个回复
VK1688 - vk-unicloud-router、 vk-unicloud-admin 作者
这个错误应该不是插件问题
1***@qq.com
data() {
return {
...
}
},
// 监听 - 页面每次【加载时】执行(如:前进)
(options) {
that = this;
that.init(options);
},
methods: {...}
这里 监听报错怎么回事,