Browse Source

拼音

master
wanghongjun 3 years ago
parent
commit
36f2359792
  1. 2
      app/logic/Zone.php

2
app/logic/Zone.php

@ -356,7 +356,7 @@ class Zone
} }
} }
$amount = round($selectedPattern['amount']); $amount = round($selectedPattern['amount']);
$pinyin = PinyinNumber::getPinyin(100000,true); $pinyin = PinyinNumber::getPinyin($amount,true);
$data[$i][] = [ $data[$i][] = [
'amount' => $amount, 'amount' => $amount,
'pinyin' => $pinyin, 'pinyin' => $pinyin,

Loading…
Cancel
Save