黄学彪
2020-09-22 cca9ba03381aaf0ddb599eaa0e0c632c2cfff09a
ZigbeeApp/Shared/Phone/SmartSound/Forms/SmartSoundListForm.cs
@@ -187,6 +187,14 @@
                        row.ImagePath = "SmartSound/Xiaodu.png";
                        row.Remark = remark;
                    }else if (smartSound.PlatfromName == "AISpeech")
                    {
                        string remark = "思必驰";
                        if (smartSound.Remark != null && smartSound.Remark.Trim() != "")
                            remark += "(" + smartSound.Remark + ")";
                        row.ImagePath = "SmartSound/Xiaodu.png";
                        row.Remark = remark;
                    }
                    row.InitControl();