Commit 3293887d authored by yaqizhang's avatar yaqizhang

改错

parent 84af30a6
......@@ -188,7 +188,7 @@ export default {
const keyArr = Object.keys(data);
keyArr.forEach((item) => {
const dom = document.getElementsByClassName(item)[0];
if (dom) {s
if (dom) {
dom.innerHTML = data[item];
}
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment