Commit 5154d54c authored by jiacheng.mao's avatar jiacheng.mao

我的发票功能bug修复

parent 2f1c57a6
......@@ -78,7 +78,7 @@ export default {
let vm = this
let url = process.env.basePath + 'user_invoice_query'
let param = {
bp_id: window.localStorage.bp_id,
bp_id: JSON.parse(window.localStorage.getItem('now_user_bp_bind_id')).bp_id,
}
vm.hlsPopup.showLoading('请稍候!')
vm.hlsHttp.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