wupengfei 2 년 전
부모
커밋
7b8e70c6dd
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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();
     }