解决中晶电话号码重复显示

This commit is contained in:
yangjiaxuan 2023-10-25 11:08:08 +08:00
parent 82cd15a097
commit 208ac0768a
1 changed files with 4 additions and 1 deletions

View File

@ -3288,7 +3288,10 @@ void MainWindow::on_act_about_triggered()
#if defined (OEM_DELI)
content += tr("<p>After-sale telephone: %1</p>").arg(QString::fromLocal8Bit(BRAND_COMPANY_TEL));
#else
content += tr("<p>Company telephone: %1</p>").arg(QString::fromLocal8Bit(BRAND_COMPANY_TEL));
#if !defined(OEM_ZHONGJING)
content += tr("<p>Company telephone: %1</p>").arg(QString::fromLocal8Bit(BRAND_COMPANY_TEL));
#endif
content += tr("<p>Company GPS: <a href=\"%1\">%2</a></p>").arg(QString::fromLocal8Bit(BRAND_URL_GPS)).arg(tr("Baidu map access"));
#endif