|
@@ -94,6 +94,7 @@
|
|
let self = this;
|
|
let self = this;
|
|
for(let i=0;i<self.watchList.length;i++){
|
|
for(let i=0;i<self.watchList.length;i++){
|
|
self.watchList[i].cardType = 0;
|
|
self.watchList[i].cardType = 0;
|
|
|
|
+ self.watchList[i].cardNum = self.watchList[i].cardNum.replace(/^\s*|\s*$/g,"");
|
|
}
|
|
}
|
|
let num = 0;
|
|
let num = 0;
|
|
for(let i=0;i<self.watchList.length;i++){
|
|
for(let i=0;i<self.watchList.length;i++){
|