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();