Commit 4c14767d authored by 李晓兵's avatar 李晓兵

'修改页面变黑'

parent 170faed9
...@@ -345,7 +345,7 @@ export default { ...@@ -345,7 +345,7 @@ export default {
let vm = this let vm = this
let url = $config.basePath + 'number_display_query' let url = $config.basePath + 'number_display_query'
let param = { let param = {
phone: window.localStorage.getItem('user_phone'), user_phone: window.localStorage.getItem('user_phone'),
} }
vm.$post(url, param).then(function (res) { vm.$post(url, param).then(function (res) {
if (res.result === 'S') { if (res.result === 'S') {
......
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