|
|
|
@ -441,7 +441,7 @@ class Zone |
|
|
|
$numberImage = get_image_url($numberImage); |
|
|
|
# 金额拼音 |
|
|
|
$amount = round($selectedPattern['amount']); |
|
|
|
$pinyin = PinyinNumber::getPinyin(100000,true); |
|
|
|
$pinyin = PinyinNumber::getPinyin($amount,true); |
|
|
|
# 返回给用户数据 |
|
|
|
$data[$i][] = [ |
|
|
|
'amount' => $amount, |
|
|
|
|