xxxrrrdddd 3 years ago
parent
commit
a1bca3c2d9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/common/model/Mobile.php

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

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