Commit 44a027f1 by liangjiaxin

fix setStorageSync('attractingCustomerChannelId','')

parent 8243778d
...@@ -299,7 +299,9 @@ export default { ...@@ -299,7 +299,9 @@ export default {
} }
).then(ele=>{ ).then(ele=>{
//清空引客渠道id //清空引客渠道id
if(ele.data.data) {
wx.setStorageSync('attractingCustomerChannelId',''); wx.setStorageSync('attractingCustomerChannelId','');
}
}) })
} }
} }
......
...@@ -232,7 +232,7 @@ export default { ...@@ -232,7 +232,7 @@ export default {
newRegisterFlag: 0, newRegisterFlag: 0,
} }
).then(ele=>{ ).then(ele=>{
if (ele.data) { if (ele.data.data) {
//清空引客渠道id //清空引客渠道id
wx.setStorageSync('attractingCustomerChannelId',''); wx.setStorageSync('attractingCustomerChannelId','');
} }
......
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