寻宝部分假数据改为读表
This commit is contained in:
@@ -123,6 +123,7 @@ export function decodeArrayStr(str: string, splitForm='|') {
|
||||
*/
|
||||
export function decodeIdCntArrayStr(str: string, multi: number) {
|
||||
const strArr = decodeArrayStr(str);
|
||||
console.log('decodeIdCntArrayStr: ', strArr);
|
||||
const strMap = new Map();
|
||||
strArr.forEach(item => {
|
||||
const kv = item.split('&');
|
||||
|
||||
Reference in New Issue
Block a user