提交 dd875b62 编写于 作者: 张敬贤's avatar 张敬贤

add

上级 42b213b3
...@@ -13,6 +13,7 @@ module.exports = { ...@@ -13,6 +13,7 @@ module.exports = {
// 全局变量 // 全局变量
globals: { globals: {
'gdp': true, 'gdp': true,
'uni': true,
}, },
// add your custom rules here // add your custom rules here
//it is base on https://github.com/vuejs/eslint-config-vue //it is base on https://github.com/vuejs/eslint-config-vue
......
...@@ -288,6 +288,9 @@ export default { ...@@ -288,6 +288,9 @@ export default {
this.getDetectionName(yunOrderNo); this.getDetectionName(yunOrderNo);
this.getOrderInfo(yunOrderNo); this.getOrderInfo(yunOrderNo);
this.initMap(); this.initMap();
document.addEventListener('UniAppJSBridgeReady', function() {
console.log('UniAppJSBridgeReady', uni);
});
}, },
methods: { methods: {
choose() {}, choose() {},
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册