@@ -176,7 +176,7 @@ export default {
const list = ['9', '007', '4', '2']
list.forEach(async e => {
let num
- if (e === '9') num = 6
+ if (e === '9') num = 5
if (e === '007') num = 8
if (e === '4') num = 4
if (e === '2') num = 5