Commit ef7a8005 authored by 程新智's avatar 程新智 👽

list

parent 1da98318
No preview for this file type
No preview for this file type
<!--
* @Author: euzhi
* @Description: 绑定挪车码
-->
......@@ -60,9 +60,22 @@ export default {
},
methods: {
goUrl(vo) {
if (vo.title != "扫一扫联系车主") {
uni.navigateTo({
url: vo.url
})
} else {
//跳转绑定页面
uni.navigateTo({
url: vo.url
})
//扫码
uni.scanCode({
success: (res) => {
console.log(res);
}
})
}
}
}
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment