Commit a95b1ca5 authored by caimeng's avatar caimeng

贷超入口开关返回的数据格式变了

parent 7a7732c2
...@@ -57,8 +57,7 @@ export const switchShowTabbar = async () => { ...@@ -57,8 +57,7 @@ export const switchShowTabbar = async () => {
} else { } else {
try { try {
const res = await API.initTabBar() const res = await API.initTabBar()
const data = res.result const data = res.result
console.log(res,'贷超入口返回结果')
// V1.0.8 版本华为贷款口子不放出来 // V1.0.8 版本华为贷款口子不放出来
if (data) { if (data) {
uni.setStorageSync('loanSwitch', true) uni.setStorageSync('loanSwitch', true)
......
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