Browse Source

拼音

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

2
app/logic/Zone.php

@ -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,

Loading…
Cancel
Save