黄学彪
2020-09-18 c7df85937f73fb347ee0b19e9c052d2d00a6df6c
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();