C3 修正
This commit is contained in:
parent
aa74af6175
commit
cffe7e483a
|
@ -1,6 +1,5 @@
|
|||
import React from "react";
|
||||
import {ParamTypes} from "../../constant/ParamTypes";
|
||||
import {getTypeTable, QRPointType} from "../../utils/qrcodeHandler";
|
||||
import {createRenderer} from "../style/Renderer";
|
||||
import {defaultImage} from "../../constant/References";
|
||||
|
||||
|
@ -8,7 +7,6 @@ function listPoints({ qrcode, params, icon }) {
|
|||
if (!qrcode) return []
|
||||
|
||||
const nCount = qrcode.getModuleCount();
|
||||
const typeTable = getTypeTable(qrcode);
|
||||
const pointList = new Array(nCount);
|
||||
|
||||
let color = params[1];
|
||||
|
|
Loading…
Reference in New Issue