浏览代码

Merge remote-tracking branch 'origin/dev/zhangxc' into dev/new

zhouna 6 年之前
父节点
当前提交
b14968d42d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/store/actions/pushMessage.js

+ 1 - 1
src/store/actions/pushMessage.js

@@ -190,7 +190,7 @@ export const addBilling = (state, action) => {
 		}
 		}
 	}
 	}
 	if(res.advice.assay  && res.advice.check !== '') {
 	if(res.advice.assay  && res.advice.check !== '') {
-			if(res.advice.assay.substring(res.advice.assay.length-2,res.advice.assay.length-1) !== ', ') {
+			if(res.advice.assay.substring(res.advice.assay.length-2,res.advice.assay.length) !== ', ') {
 				res.advice.assay = res.advice.assay + ', '
 				res.advice.assay = res.advice.assay + ', '
 			} 
 			} 
 	}
 	}