xxxrrrdddd 3 年之前
父节点
当前提交
be3ca00657
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/common/model/Mobile.php

+ 1 - 1
application/common/model/Mobile.php

@@ -169,7 +169,7 @@ class Mobile extends Model
 
     public function shouldBuy(){
         if($this['status']!=0){
-            throw_user('该号已售或不存在');
+            throw_user('该号已售或不存在');
         }
     }
 }