dever 3 年之前
父節點
當前提交
5b01795670
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/mshop/lib/Core.php

+ 1 - 1
app/mshop/lib/Core.php

@@ -12,7 +12,7 @@ class Core
 
 
         $this->uid = Dever::load('passport/user')->check(false);
         $this->uid = Dever::load('passport/user')->check(false);
         if ($this->uid <= 0) {
         if ($this->uid <= 0) {
-            $this->uid = 3;
+            $this->uid = 4;
         }
         }
         if ($this->uid) {
         if ($this->uid) {
             $this->user = Dever::db('shop/member')->find($this->uid);
             $this->user = Dever::db('shop/member')->find($this->uid);