Commit 02d86a73 by LJM

兼容

parent c1a412d0
/.idea
/.hbuilderx
/unpackage
/unpackage/*
/*.hbuilderx
/.DS_Store
/node_modules
\ No newline at end of file
......@@ -9,7 +9,7 @@ const _sfc_main = {
isInit: false,
couponCount: 0,
certification: [],
userinfo: JSON.parse(common_vendor.index.getStorageSync("user_info")),
userinfo: common_vendor.index.getStorageSync("user_info") ? JSON.parse(common_vendor.index.getStorageSync("user_info")) : "",
companyId: "",
orderCount: {
"1": 0,
......
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 sign in to comment