Commit d0d3984b authored by 李晓兵's avatar 李晓兵

'我的还款'

parent 53325ae0
...@@ -465,9 +465,9 @@ export default { ...@@ -465,9 +465,9 @@ export default {
this.isConfirm = this.$route.params.isConfirm this.isConfirm = this.$route.params.isConfirm
}, },
methods: { methods: {
callUp (phonenumber) { callUp (phoneNumber) {
// window.open('tel:' + phonenumber) alert(phoneNumber)
window.open('wtai://wp//mc;' + phonenumber) window.open('tel:' + phoneNumber)
}, },
getTabNum (i) { getTabNum (i) {
this.tabNum = i this.tabNum = i
......
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