Commit 7a7732c2 authored by caimeng's avatar caimeng

22

parent 365acd81
...@@ -57,7 +57,8 @@ export const switchShowTabbar = async () => { ...@@ -57,7 +57,8 @@ 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