chenrui 4 年之前
父節點
當前提交
9f4c999484
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/Home.vue

+ 1 - 1
src/views/Home.vue

@@ -443,7 +443,7 @@ export default {
               msg += item.salesChannelName + '、'
             }
           })
-          this.alertMessage = msg.substr(0, msg.length - 1) + '等n家合作商的数据汇总'
+          this.alertMessage = msg.substr(0, msg.length - 1) + '等家合作商的数据汇总'
         }
       })
     }