|
@@ -158,6 +158,7 @@
|
|
|
},
|
|
|
componentProps: {
|
|
|
options:[],
|
|
|
+ listHeight:150,
|
|
|
onChange:(value)=>{
|
|
|
let { incrementTypeId } = getFieldsValue()
|
|
|
setFieldsValue({
|
|
@@ -243,10 +244,10 @@
|
|
|
function timeOption(incrementTypeId) {
|
|
|
let list = []
|
|
|
let timeVal = incrementTypeId == 3?agent.value.highSubNum:agent.value.majorSubNum
|
|
|
- let value = 10, unit = '年'
|
|
|
+ let value = 10, unit = t('routes.equity.unit.-1')
|
|
|
if(incrementTypeId == 3){//高级会员月
|
|
|
value = timeVal>12?12:timeVal
|
|
|
- unit = '个月'
|
|
|
+ unit = t('routes.equity.unit.-3')
|
|
|
}else{
|
|
|
value = timeVal>10?10:timeVal
|
|
|
}
|