$attribute)) { $this->addError($attribute, '手机号码不正确'); } }], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'mobile' => '手机号码', 'lottery' => '中奖情况', 'activity_type' => '活动类型', 'in_time' => '创建时间', ]; } }