feat(project): 抽奖项目nuxt化 & 优化代码逻辑,封装解耦
parents
Showing
.editorconfig
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
.prettierrc
0 → 100644
.vscode/settings.json
0 → 100644
Dockerfile
0 → 100644
LotteryEntry-readme.md
0 → 100644
README.md
0 → 100644
api/modules/address.js
0 → 100644
api/modules/common.js
0 → 100644
api/modules/lottery.js
0 → 100644
api/modules/records.js
0 → 100644
api/modules/winners.js
0 → 100644
api/request.js
0 → 100644
assets/icon/countdown.png
0 → 100644

1.07 KB
assets/images/404.png
0 → 100644

49.8 KB
assets/images/lazyLoad/error.png
0 → 100644

48.9 KB
assets/images/lazyLoad/loading.png
0 → 100644

26.5 KB
assets/images/lottery/bulinbulin.png
0 → 100644

22.4 KB
assets/images/lottery/detail_bg.png
0 → 100644

6.36 KB
assets/images/lottery/gift.png
0 → 100644

630 KB
assets/images/lottery/index_bg1.png
0 → 100644

87.4 KB

1.41 KB
assets/images/lottery/prize.png
0 → 100644

2.15 KB
assets/images/lottery/table_bg.png
0 → 100644

37 KB
assets/images/lottery/winning_bg.png
0 → 100644

31 KB
assets/js/hideShow.js
0 → 100644
assets/styles/adapt.less
0 → 100644
assets/styles/main.less
0 → 100644
assets/styles/reset.less
0 → 100644
assets/styles/variable.less
0 → 100644
build.yml
0 → 100644
cbnDockerfile
0 → 100644
cbnStart.sh
0 → 100644
cmDockerfile
0 → 100644
cmStart.sh
0 → 100644
components/Common/BindPhoneDialog.vue
0 → 100644
components/Common/QRCode.vue
0 → 100644
components/Common/Scroll.vue
0 → 100644
components/Common/WinnersPopup.vue
0 → 100644
components/Loading/index.vue
0 → 100644
components/Loading/modules/AudioWave.vue
0 → 100644
components/Loading/modules/Rainbow.vue
0 → 100644
components/Loading/modules/Spin.vue
0 → 100644
components/Lottery/Instant/Banner.vue
0 → 100644
components/Lottery/Instant/CountdownBar.vue
0 → 100644
components/Lottery/Instant/GridTable.vue
0 → 100644
components/Lottery/Instant/Introduction.vue
0 → 100644
components/Lottery/Instant/Main.vue
0 → 100644
components/Lottery/Instant/PrizeWhell.vue
0 → 100644
components/Lottery/Instant/RecordPopup.vue
0 → 100644
components/Lottery/Instant/Records.vue
0 → 100644
components/Lottery/Instant/WinPopup.vue
0 → 100644
components/Lottery/Instant/index.js
0 → 100644
components/Lottery/PubModal.vue
0 → 100644
components/Lottery/Timing/BackButton.vue
0 → 100644
components/Lottery/Timing/JoinButton.vue
0 → 100644
components/Lottery/Timing/Main.vue
0 → 100644
components/Lottery/Timing/TimingBanner.vue
0 → 100644
components/Lottery/Timing/TimingStatus.vue
0 → 100644
components/Lottery/Timing/WinnerModal.vue
0 → 100644
components/LotteryEntry/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
components/Records/DetailPopup.vue
0 → 100644
config.js
0 → 100644
config/cbn.private.js
0 → 100644
config/cm.private.js
0 → 100644
config/dev.js
0 → 100644
config/global.js
0 → 100644
config/huawei.private.js
0 → 100644
config/pre.js
0 → 100644
config/production.js
0 → 100644
config/vvku.private.js
0 → 100644
filters/index.js
0 → 100644
filters/modules/formatDate.js
0 → 100644
filters/modules/toZhDigit.js
0 → 100644
huaweiDockerfile
0 → 100644
huaweiStart.sh
0 → 100644
This diff is collapsed.
Click to expand it.
jsconfig.json
0 → 100644
This diff is collapsed.
Click to expand it.
layouts/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
layouts/default.vue
0 → 100644
This diff is collapsed.
Click to expand it.
layouts/error.vue
0 → 100644
This diff is collapsed.
Click to expand it.
middleware/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
middleware/device.js
0 → 100644
This diff is collapsed.
Click to expand it.
mixins/CountDown.js
0 → 100644
This diff is collapsed.
Click to expand it.
nuxt.config.js
0 → 100644
This diff is collapsed.
Click to expand it.
package.json
0 → 100644
This diff is collapsed.
Click to expand it.
pages/index/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
pages/list/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
pages/message/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
pages/records/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
pages/winners/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
plugins/deviceId.js
0 → 100644
This diff is collapsed.
Click to expand it.
plugins/dmsService.js
0 → 100644
This diff is collapsed.
Click to expand it.
plugins/gtag.js
0 → 100644
This diff is collapsed.
Click to expand it.
plugins/pvStatisticalService.js
0 → 100644
This diff is collapsed.
Click to expand it.
plugins/reporter.js
0 → 100644
This diff is collapsed.
Click to expand it.
plugins/routeHooks.js
0 → 100644
This diff is collapsed.
Click to expand it.
plugins/vant.js
0 → 100644
This diff is collapsed.
Click to expand it.
plugins/vueClipboard.js
0 → 100644
This diff is collapsed.
Click to expand it.
plugins/vueScroll.js
0 → 100644
This diff is collapsed.
Click to expand it.
pm2.json
0 → 100644
This diff is collapsed.
Click to expand it.
start.sh
0 → 100644
This diff is collapsed.
Click to expand it.
store/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
store/common.js
0 → 100644
This diff is collapsed.
Click to expand it.
store/lottery.js
0 → 100644
This diff is collapsed.
Click to expand it.
store/users.js
0 → 100644
This diff is collapsed.
Click to expand it.
utils/Bus.js
0 → 100644
This diff is collapsed.
Click to expand it.
utils/Dms.js
0 → 100644
This diff is collapsed.
Click to expand it.
utils/QuickStorage.js
0 → 100644
This diff is collapsed.
Click to expand it.
utils/Rop.js
0 → 100644
This diff is collapsed.
Click to expand it.
utils/UserAgents.js
0 → 100644
This diff is collapsed.
Click to expand it.
utils/arms.js
0 → 100644
This diff is collapsed.
Click to expand it.
utils/common.js
0 → 100644
This diff is collapsed.
Click to expand it.
utils/constant.js
0 → 100644
This diff is collapsed.
Click to expand it.
utils/easyMessenger.js
0 → 100644
This diff is collapsed.
Click to expand it.
utils/rulesConstruct.js
0 → 100644
This diff is collapsed.
Click to expand it.
utils/wxShare.js
0 → 100644
This diff is collapsed.
Click to expand it.
vvkuDockerfile
0 → 100644
This diff is collapsed.
Click to expand it.
vvkuStart.sh
0 → 100644
This diff is collapsed.
Click to expand it.
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment