Commit 02d86a73 by LJM

兼容

parent c1a412d0
/.idea /.idea
/.hbuilderx /.hbuilderx
/unpackage /unpackage/*
/*.hbuilderx /*.hbuilderx
/.DS_Store /.DS_Store
/node_modules /node_modules
\ No newline at end of file
...@@ -9,7 +9,7 @@ const _sfc_main = { ...@@ -9,7 +9,7 @@ const _sfc_main = {
isInit: false, isInit: false,
couponCount: 0, couponCount: 0,
certification: [], 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: "", companyId: "",
orderCount: { orderCount: {
"1": 0, "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