Commit 5a776910 authored by linxin's avatar linxin

修改首付款接口参数

parent 65e5a857
......@@ -81,7 +81,7 @@ export default {
let vm = this
let url = process.env.basePath + 'initial_payment_query'
let param = {
bp_id: window.localStorage.getItem('bp_id'),
phone: window.localStorage.getItem('user_phone'),
}
hlsPopup.showLoading('请稍候')
vm.$post(url, param).then(function (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