Commit 7cf32a80 authored by 胡's avatar

fix: 同上

parent 4e48a4e0
...@@ -594,7 +594,7 @@ export default { ...@@ -594,7 +594,7 @@ export default {
if (data) { if (data) {
// 需要先校验是否认证通过 // 需要先校验是否认证通过
await vm.attachArray.forEach(async (ele, i) => { await vm.attachArray.forEach(async (ele, i) => {
await goContent(ele, i, false); await vm.goContent(ele, i, false);
}); });
vm.doConfirm(status) vm.doConfirm(status)
} }
......
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