Commit 18969422 authored by 姜登's avatar 姜登

type

parent aa24657c
Pipeline #18273 passed with stage
in 7 seconds
......@@ -4,7 +4,7 @@
* @Author: jd
* @Date: 2019-06-10 19:49:32
* @LastEditors: jd
* @LastEditTime: 2019-12-18 13:56:06
* @LastEditTime: 2019-12-18 19:00:15
*/
'use strict';
......@@ -35,7 +35,7 @@ class RechargeController extends Controller {
type: {
required: true,
type: 'enum',
value: [ '包年', '预充', '后付', '抵扣', '退款', '其他' ],
values: [ '包年', '预充', '后付', '抵扣', '退款', '其他' ],
},
remark: {
required: false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment