Showing
2 changed files
with
3 additions
and
1 deletions
1 | 'use strict'; | 1 | 'use strict'; |
2 | 2 | ||
3 | const shopModel = require('../models/shopCollect'), | 3 | const shopModel = require('../models/shopCollect'), |
4 | - headerModel = require('../../../doraemon/models/header'), | 4 | + headerModel = require('../../../doraemon/models/header'); |
5 | 5 | ||
6 | const crypto = global.yoho.crypto; | 6 | const crypto = global.yoho.crypto; |
7 | 7 |
-
Please register or login to post a comment