|
@@ -11,9 +11,9 @@ class Car_showService extends CrudService {
|
|
|
this.record = this.ctx.model.Record;
|
|
|
this.model = this.ctx.model.Card;
|
|
|
/**
|
|
|
- * @constant Number 车奖的积分 default:131400
|
|
|
+ * @constant Number 车奖的积分 default:131419
|
|
|
*/
|
|
|
- this.car_point = 131400;
|
|
|
+ this.car_point = 131419;
|
|
|
/**
|
|
|
* @constant Number 车奖的等级界限,前x级不是能获得车奖 default:4
|
|
|
*/
|