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

add

上级 7d61832f
...@@ -145,6 +145,12 @@ ...@@ -145,6 +145,12 @@
</van-field> </van-field>
</van-form> </van-form>
</div> </div>
<van-button
@click="submit"
>
提交1
</van-button>
<van-button <van-button
round round
block block
...@@ -252,7 +258,7 @@ export default { ...@@ -252,7 +258,7 @@ export default {
hospitalId: '', hospitalId: '',
projectEquityNo: '', projectEquityNo: '',
yunOrderNo: '', yunOrderNo: '',
externalData:{} externalData: {},
}; };
}, },
computed: { computed: {
...@@ -288,13 +294,20 @@ export default { ...@@ -288,13 +294,20 @@ export default {
this.getDetectionName(yunOrderNo); this.getDetectionName(yunOrderNo);
this.getOrderInfo(yunOrderNo); this.getOrderInfo(yunOrderNo);
this.initMap(); this.initMap();
document.addEventListener('UniAppJSBridgeReady', function() { // document.addEventListener('UniAppJSBridgeReady', function() {
console.log('UniAppJSBridgeReady', uni); // console.log('UniAppJSBridgeReady', uni);
}); // });
// if (uni) {
// this.uni = uni;
// }
}, },
methods: { methods: {
choose() {}, choose() {},
submit() { }, submit() {
uni.navigateTo({
url: '/pagesInsurance/binding-code/index'
});
},
// 高德地图导航只有在线上环境才能使用 // 高德地图导航只有在线上环境才能使用
initMap() { initMap() {
var that = this; var that = this;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册