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