Commit 61dd3426 authored by linxin's avatar linxin

Merge branch 'liuxin' into develop

parents aed29c50 5a776910
Pipeline #4205 canceled with stages
...@@ -81,7 +81,7 @@ export default { ...@@ -81,7 +81,7 @@ export default {
let vm = this let vm = this
let url = process.env.basePath + 'initial_payment_query' let url = process.env.basePath + 'initial_payment_query'
let param = { let param = {
bp_id: window.localStorage.getItem('bp_id'), phone: window.localStorage.getItem('user_phone'),
} }
hlsPopup.showLoading('请稍候') hlsPopup.showLoading('请稍候')
vm.$post(url, param).then(function (res) { 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