lrf402788946 4 years ago
parent
commit
af5b6d7a1f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/service/car_show.js

+ 2 - 2
app/service/car_show.js

@@ -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
      */