wupengfei 2 lat temu
rodzic
commit
7b8e70c6dd
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      .idea/workspace.xml
  2. 1 1
      application/store/controller/Goods.php

+ 1 - 1
.idea/workspace.xml

@@ -149,7 +149,7 @@
       <workItem from="1661820079823" duration="2898000" />
       <workItem from="1661907611720" duration="5931000" />
       <workItem from="1661993135050" duration="4377000" />
-      <workItem from="1662078426211" duration="2047000" />
+      <workItem from="1662078426211" duration="2078000" />
     </task>
     <servers />
   </component>

+ 1 - 1
application/store/controller/Goods.php

@@ -303,7 +303,7 @@ class Goods extends Controller
             $isAdd = Db::name('store_collection_first')->where(['phone'=>$phone,'c_id'=>$c_id])->count();
             if($isAdd) $this->error('已经添加');
             Db::name('store_collection_first')->insert(['uid'=>$member['id'],'phone'=>$phone,'num'=>$num,'c_id'=>$c_id]);
-            $this->error('已经成功');
+            $this->success('添加成功');
         }
         $this->fetch();
     }