Explorar o código

驼驼-商城

panyong %!s(int64=4) %!d(string=hai) anos
pai
achega
0bb3614d41
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      htmldev/loan/src/store/modules/loan.js

+ 4 - 4
htmldev/loan/src/store/modules/loan.js

@@ -2,10 +2,10 @@ const state = {
   checkMyBenfits: 0, // 是否是从个人中心去注册会员页,默认值0 0-不是 1-是
   // 用户分享信息
   userShareConfig: {
-    share: true, // 是否有权限分享(true是false无)
-    id: '111', // 用户ID
-    userName: '222', // 用户名称
-    userImgUrl: '333' // 用户头像
+    share: false, // 是否有权限分享(true是false无)
+    id: '', // 用户ID
+    userName: '', // 用户名称
+    userImgUrl: '' // 用户头像
   }
 }