Commit bd171f2e by zhangxingmin

push

parent 5e3c12c1
...@@ -92,6 +92,7 @@ export default { ...@@ -92,6 +92,7 @@ export default {
methods: { methods: {
// 检查用户状态的方法 // 检查用户状态的方法
async checkUserStatus() { async checkUserStatus() {
debugger
// 只有已登录用户才需要检查 // 只有已登录用户才需要检查
if(uni.getStorageSync('loginType') == 'codelogin' && uni.getStorageSync('cffp_userId')) { if(uni.getStorageSync('loginType') == 'codelogin' && uni.getStorageSync('cffp_userId')) {
try { try {
......
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