init
2
.env.development
Normal file
@ -0,0 +1,2 @@
|
||||
VITE_API_URL = "http://zy.weishke.com"
|
||||
VITE_OSS_URL = "http://zy.weishke.com"
|
||||
2
.env.production
Normal file
@ -0,0 +1,2 @@
|
||||
VITE_API_URL = "http://zy.weishke.com"
|
||||
VITE_OSS_URL = "http://zy.weishke.com"
|
||||
457
.gitignore
vendored
Normal file
@ -0,0 +1,457 @@
|
||||
# ---> VisualStudio
|
||||
## Ignore Visual Studio temporary files, build results, and
|
||||
## files generated by popular Visual Studio add-ons.
|
||||
##
|
||||
## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
|
||||
|
||||
# User-specific files
|
||||
*.rsuser
|
||||
*.suo
|
||||
*.user
|
||||
*.userosscache
|
||||
*.sln.docstates
|
||||
|
||||
# User-specific files (MonoDevelop/Xamarin Studio)
|
||||
*.userprefs
|
||||
|
||||
# Mono auto generated files
|
||||
mono_crash.*
|
||||
|
||||
# Build results
|
||||
[Dd]ebug/
|
||||
[Dd]ebugPublic/
|
||||
[Rr]elease/
|
||||
[Rr]eleases/
|
||||
x64/
|
||||
x86/
|
||||
[Ww][Ii][Nn]32/
|
||||
[Aa][Rr][Mm]/
|
||||
[Aa][Rr][Mm]64/
|
||||
bld/
|
||||
[Bb]in/
|
||||
[Oo]bj/
|
||||
[Ll]og/
|
||||
[Ll]ogs/
|
||||
|
||||
# Visual Studio 2015/2017 cache/options directory
|
||||
.vs/
|
||||
# Uncomment if you have tasks that create the project's static files in wwwroot
|
||||
#wwwroot/
|
||||
|
||||
# Visual Studio 2017 auto generated files
|
||||
Generated\ Files/
|
||||
|
||||
# MSTest test Results
|
||||
[Tt]est[Rr]esult*/
|
||||
[Bb]uild[Ll]og.*
|
||||
|
||||
# NUnit
|
||||
*.VisualState.xml
|
||||
TestResult.xml
|
||||
nunit-*.xml
|
||||
|
||||
# Build Results of an ATL Project
|
||||
[Dd]ebugPS/
|
||||
[Rr]eleasePS/
|
||||
dlldata.c
|
||||
|
||||
# Benchmark Results
|
||||
BenchmarkDotNet.Artifacts/
|
||||
|
||||
# .NET Core
|
||||
project.lock.json
|
||||
project.fragment.lock.json
|
||||
artifacts/
|
||||
|
||||
# ASP.NET Scaffolding
|
||||
ScaffoldingReadMe.txt
|
||||
|
||||
# StyleCop
|
||||
StyleCopReport.xml
|
||||
|
||||
# Files built by Visual Studio
|
||||
*_i.c
|
||||
*_p.c
|
||||
*_h.h
|
||||
*.ilk
|
||||
*.meta
|
||||
*.obj
|
||||
*.iobj
|
||||
*.pch
|
||||
*.pdb
|
||||
*.ipdb
|
||||
*.pgc
|
||||
*.pgd
|
||||
*.rsp
|
||||
# but not Directory.Build.rsp, as it configures directory-level build defaults
|
||||
!Directory.Build.rsp
|
||||
*.sbr
|
||||
*.tlb
|
||||
*.tli
|
||||
*.tlh
|
||||
*.tmp
|
||||
*.tmp_proj
|
||||
*_wpftmp.csproj
|
||||
*.log
|
||||
*.tlog
|
||||
*.vspscc
|
||||
*.vssscc
|
||||
.builds
|
||||
*.pidb
|
||||
*.svclog
|
||||
*.scc
|
||||
|
||||
# Chutzpah Test files
|
||||
_Chutzpah*
|
||||
|
||||
# Visual C++ cache files
|
||||
ipch/
|
||||
*.aps
|
||||
*.ncb
|
||||
*.opendb
|
||||
*.opensdf
|
||||
*.sdf
|
||||
*.cachefile
|
||||
*.VC.db
|
||||
*.VC.VC.opendb
|
||||
|
||||
# Visual Studio profiler
|
||||
*.psess
|
||||
*.vsp
|
||||
*.vspx
|
||||
*.sap
|
||||
|
||||
# Visual Studio Trace Files
|
||||
*.e2e
|
||||
|
||||
# TFS 2012 Local Workspace
|
||||
$tf/
|
||||
|
||||
# Guidance Automation Toolkit
|
||||
*.gpState
|
||||
|
||||
# ReSharper is a .NET coding add-in
|
||||
_ReSharper*/
|
||||
*.[Rr]e[Ss]harper
|
||||
*.DotSettings.user
|
||||
|
||||
# TeamCity is a build add-in
|
||||
_TeamCity*
|
||||
|
||||
# DotCover is a Code Coverage Tool
|
||||
*.dotCover
|
||||
|
||||
# AxoCover is a Code Coverage Tool
|
||||
.axoCover/*
|
||||
!.axoCover/settings.json
|
||||
|
||||
# Coverlet is a free, cross platform Code Coverage Tool
|
||||
coverage*.json
|
||||
coverage*.xml
|
||||
coverage*.info
|
||||
|
||||
# Visual Studio code coverage results
|
||||
*.coverage
|
||||
*.coveragexml
|
||||
|
||||
# NCrunch
|
||||
_NCrunch_*
|
||||
.*crunch*.local.xml
|
||||
nCrunchTemp_*
|
||||
|
||||
# MightyMoose
|
||||
*.mm.*
|
||||
AutoTest.Net/
|
||||
|
||||
# Web workbench (sass)
|
||||
.sass-cache/
|
||||
|
||||
# Installshield output folder
|
||||
[Ee]xpress/
|
||||
|
||||
# DocProject is a documentation generator add-in
|
||||
DocProject/buildhelp/
|
||||
DocProject/Help/*.HxT
|
||||
DocProject/Help/*.HxC
|
||||
DocProject/Help/*.hhc
|
||||
DocProject/Help/*.hhk
|
||||
DocProject/Help/*.hhp
|
||||
DocProject/Help/Html2
|
||||
DocProject/Help/html
|
||||
|
||||
# Click-Once directory
|
||||
publish/
|
||||
|
||||
# Publish Web Output
|
||||
*.[Pp]ublish.xml
|
||||
*.azurePubxml
|
||||
# Note: Comment the next line if you want to checkin your web deploy settings,
|
||||
# but database connection strings (with potential passwords) will be unencrypted
|
||||
*.pubxml
|
||||
*.publishproj
|
||||
|
||||
# Microsoft Azure Web App publish settings. Comment the next line if you want to
|
||||
# checkin your Azure Web App publish settings, but sensitive information contained
|
||||
# in these scripts will be unencrypted
|
||||
PublishScripts/
|
||||
|
||||
# NuGet Packages
|
||||
*.nupkg
|
||||
# NuGet Symbol Packages
|
||||
*.snupkg
|
||||
# The packages folder can be ignored because of Package Restore
|
||||
**/[Pp]ackages/*
|
||||
# except build/, which is used as an MSBuild target.
|
||||
!**/[Pp]ackages/build/
|
||||
# Uncomment if necessary however generally it will be regenerated when needed
|
||||
#!**/[Pp]ackages/repositories.config
|
||||
# NuGet v3's project.json files produces more ignorable files
|
||||
*.nuget.props
|
||||
*.nuget.targets
|
||||
|
||||
# Microsoft Azure Build Output
|
||||
csx/
|
||||
*.build.csdef
|
||||
|
||||
# Microsoft Azure Emulator
|
||||
ecf/
|
||||
rcf/
|
||||
|
||||
# Windows Store app package directories and files
|
||||
AppPackages/
|
||||
BundleArtifacts/
|
||||
Package.StoreAssociation.xml
|
||||
_pkginfo.txt
|
||||
*.appx
|
||||
*.appxbundle
|
||||
*.appxupload
|
||||
|
||||
# Visual Studio cache files
|
||||
# files ending in .cache can be ignored
|
||||
*.[Cc]ache
|
||||
# but keep track of directories ending in .cache
|
||||
!?*.[Cc]ache/
|
||||
|
||||
# Others
|
||||
ClientBin/
|
||||
~$*
|
||||
*~
|
||||
*.dbmdl
|
||||
*.dbproj.schemaview
|
||||
*.jfm
|
||||
*.pfx
|
||||
*.publishsettings
|
||||
orleans.codegen.cs
|
||||
|
||||
# Including strong name files can present a security risk
|
||||
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
|
||||
#*.snk
|
||||
|
||||
# Since there are multiple workflows, uncomment next line to ignore bower_components
|
||||
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
|
||||
#bower_components/
|
||||
|
||||
# RIA/Silverlight projects
|
||||
Generated_Code/
|
||||
|
||||
# Backup & report files from converting an old project file
|
||||
# to a newer Visual Studio version. Backup files are not needed,
|
||||
# because we have git ;-)
|
||||
_UpgradeReport_Files/
|
||||
Backup*/
|
||||
UpgradeLog*.XML
|
||||
UpgradeLog*.htm
|
||||
ServiceFabricBackup/
|
||||
*.rptproj.bak
|
||||
|
||||
# SQL Server files
|
||||
*.mdf
|
||||
*.ldf
|
||||
*.ndf
|
||||
|
||||
# Business Intelligence projects
|
||||
*.rdl.data
|
||||
*.bim.layout
|
||||
*.bim_*.settings
|
||||
*.rptproj.rsuser
|
||||
*- [Bb]ackup.rdl
|
||||
*- [Bb]ackup ([0-9]).rdl
|
||||
*- [Bb]ackup ([0-9][0-9]).rdl
|
||||
|
||||
# Microsoft Fakes
|
||||
FakesAssemblies/
|
||||
|
||||
# GhostDoc plugin setting file
|
||||
*.GhostDoc.xml
|
||||
|
||||
# Node.js Tools for Visual Studio
|
||||
.ntvs_analysis.dat
|
||||
node_modules/
|
||||
|
||||
# Visual Studio 6 build log
|
||||
*.plg
|
||||
|
||||
# Visual Studio 6 workspace options file
|
||||
*.opt
|
||||
|
||||
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
|
||||
*.vbw
|
||||
|
||||
# Visual Studio 6 auto-generated project file (contains which files were open etc.)
|
||||
*.vbp
|
||||
|
||||
# Visual Studio 6 workspace and project file (working project files containing files to include in project)
|
||||
*.dsw
|
||||
*.dsp
|
||||
|
||||
# Visual Studio 6 technical files
|
||||
*.ncb
|
||||
*.aps
|
||||
|
||||
# Visual Studio LightSwitch build output
|
||||
**/*.HTMLClient/GeneratedArtifacts
|
||||
**/*.DesktopClient/GeneratedArtifacts
|
||||
**/*.DesktopClient/ModelManifest.xml
|
||||
**/*.Server/GeneratedArtifacts
|
||||
**/*.Server/ModelManifest.xml
|
||||
_Pvt_Extensions
|
||||
|
||||
# Paket dependency manager
|
||||
.paket/paket.exe
|
||||
paket-files/
|
||||
|
||||
# FAKE - F# Make
|
||||
.fake/
|
||||
|
||||
# CodeRush personal settings
|
||||
.cr/personal
|
||||
|
||||
# Python Tools for Visual Studio (PTVS)
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# Cake - Uncomment if you are using it
|
||||
# tools/**
|
||||
# !tools/packages.config
|
||||
|
||||
# Tabs Studio
|
||||
*.tss
|
||||
|
||||
# Telerik's JustMock configuration file
|
||||
*.jmconfig
|
||||
|
||||
# BizTalk build output
|
||||
*.btp.cs
|
||||
*.btm.cs
|
||||
*.odx.cs
|
||||
*.xsd.cs
|
||||
|
||||
# OpenCover UI analysis results
|
||||
OpenCover/
|
||||
|
||||
# Azure Stream Analytics local run output
|
||||
ASALocalRun/
|
||||
|
||||
# MSBuild Binary and Structured Log
|
||||
*.binlog
|
||||
|
||||
# NVidia Nsight GPU debugger configuration file
|
||||
*.nvuser
|
||||
|
||||
# MFractors (Xamarin productivity tool) working folder
|
||||
.mfractor/
|
||||
|
||||
# Local History for Visual Studio
|
||||
.localhistory/
|
||||
|
||||
# Visual Studio History (VSHistory) files
|
||||
.vshistory/
|
||||
|
||||
# BeatPulse healthcheck temp database
|
||||
healthchecksdb
|
||||
|
||||
# Backup folder for Package Reference Convert tool in Visual Studio 2017
|
||||
MigrationBackup/
|
||||
|
||||
# Ionide (cross platform F# VS Code tools) working folder
|
||||
.ionide/
|
||||
|
||||
# Fody - auto-generated XML schema
|
||||
FodyWeavers.xsd
|
||||
|
||||
# VS Code files for those working on multiple tools
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
*.code-workspace
|
||||
|
||||
# Local History for Visual Studio Code
|
||||
.history/
|
||||
|
||||
# Windows Installer files from build outputs
|
||||
*.cab
|
||||
*.msi
|
||||
*.msix
|
||||
*.msm
|
||||
*.msp
|
||||
|
||||
# JetBrains Rider
|
||||
*.sln.iml
|
||||
|
||||
# ---> VisualStudioCode
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
!.vscode/*.code-snippets
|
||||
|
||||
# Local History for Visual Studio Code
|
||||
.history/
|
||||
|
||||
# Built Visual Studio Code Extensions
|
||||
*.vsix
|
||||
|
||||
# ---> Vue
|
||||
# gitignore template for Vue.js projects
|
||||
#
|
||||
# Recommended template: Node.gitignore
|
||||
|
||||
# TODO: where does this rule come from?
|
||||
docs/_book
|
||||
|
||||
# TODO: where does this rule come from?
|
||||
test/
|
||||
|
||||
.DS_Store
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
lerna-debug.log*
|
||||
|
||||
node_modules
|
||||
dist
|
||||
dist-ssr
|
||||
*.local
|
||||
|
||||
# Editor directories and files
|
||||
.vscode/*
|
||||
!.vscode/extensions.json
|
||||
.idea
|
||||
.DS_Store
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
.vscode
|
||||
.claude
|
||||
.vite
|
||||
|
||||
claude.md
|
||||
38
index.html
Normal file
@ -0,0 +1,38 @@
|
||||
<!doctype html>
|
||||
<html lang="zh-CN">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||
|
||||
<title>泰古润</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="app" v-cloak></div>
|
||||
<script type="module" src="/src/main.js"></script>
|
||||
<style>
|
||||
[v-cloak] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Light mode */
|
||||
@media (prefers-color-scheme: light) {
|
||||
body {
|
||||
--base-nav-bar-bg-color: #ededed;
|
||||
--base-nav-bar-color: #111;
|
||||
}
|
||||
}
|
||||
|
||||
/* Dark mode */
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body {
|
||||
--base-nav-bar-bg-color: #111;
|
||||
--base-nav-bar-color: #ededed;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
1945
package-lock.json
generated
Normal file
29
package.json
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "bgzx-h5",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vant/area-data": "^2.1.0",
|
||||
"image-conversion": "^2.1.1",
|
||||
"pinia": "^3.0.4",
|
||||
"postcss-px-to-viewport-8-plugin": "^1.2.5",
|
||||
"unplugin-auto-import": "^21.0.0",
|
||||
"unplugin-vue-components": "^32.0.0",
|
||||
"vant": "^4.9.24",
|
||||
"vue": "^3.5.32",
|
||||
"vue-qr": "^5.0.3",
|
||||
"vue-router": "^4.6.4",
|
||||
"vuex": "^4.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "^6.0.5",
|
||||
"less": "^4.6.4",
|
||||
"vite": "^8.0.4"
|
||||
}
|
||||
}
|
||||
12
postcss.config.cjs
Normal file
@ -0,0 +1,12 @@
|
||||
module.exports = {
|
||||
plugins: {
|
||||
'postcss-px-to-viewport-8-plugin': {
|
||||
viewportWidth: 375,
|
||||
unitPrecision: 5,
|
||||
viewportUnit: 'vw',
|
||||
selectorBlackList: ['ignore', 'tab-bar'],
|
||||
minPixelValue: 1,
|
||||
mediaQuery: false,
|
||||
},
|
||||
},
|
||||
}
|
||||
BIN
public/img/Agriculture_Active.png
Normal file
|
After Width: | Height: | Size: 5.4 KiB |
BIN
public/img/Agriculture_Inactive.png
Normal file
|
After Width: | Height: | Size: 4.7 KiB |
BIN
public/img/AliPay.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
public/img/Business_School_bg.jpg
Normal file
|
After Width: | Height: | Size: 86 KiB |
BIN
public/img/Gift_Active.png
Normal file
|
After Width: | Height: | Size: 6.0 KiB |
BIN
public/img/Gift_Inactive.png
Normal file
|
After Width: | Height: | Size: 5.5 KiB |
BIN
public/img/GoodsDetail-video.png
Normal file
|
After Width: | Height: | Size: 802 B |
BIN
public/img/GroupShopDetail-footer-i1.png
Normal file
|
After Width: | Height: | Size: 579 B |
BIN
public/img/GroupShopDetail-footer-i2.png
Normal file
|
After Width: | Height: | Size: 816 B |
BIN
public/img/GroupShopDetail-i2.png
Normal file
|
After Width: | Height: | Size: 553 B |
BIN
public/img/GroupShopDetail-tit-i3.png
Normal file
|
After Width: | Height: | Size: 1016 B |
BIN
public/img/Home_Active.png
Normal file
|
After Width: | Height: | Size: 7.3 KiB |
BIN
public/img/Home_Inactive.png
Normal file
|
After Width: | Height: | Size: 4.5 KiB |
BIN
public/img/Mall_Active.png
Normal file
|
After Width: | Height: | Size: 7.1 KiB |
BIN
public/img/Mall_Inactive.png
Normal file
|
After Width: | Height: | Size: 4.5 KiB |
BIN
public/img/My_Active.png
Normal file
|
After Width: | Height: | Size: 6.2 KiB |
BIN
public/img/My_Inactive.png
Normal file
|
After Width: | Height: | Size: 5.3 KiB |
BIN
public/img/agri_bg.png
Normal file
|
After Width: | Height: | Size: 593 KiB |
BIN
public/img/asset-bg1.png
Normal file
|
After Width: | Height: | Size: 480 KiB |
BIN
public/img/asset-c-bg.png
Normal file
|
After Width: | Height: | Size: 5.8 KiB |
BIN
public/img/asset-i1.png
Normal file
|
After Width: | Height: | Size: 827 B |
BIN
public/img/avatar.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
public/img/balance-i1.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
public/img/banner_bg.png
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
public/img/baogong.png
Normal file
|
After Width: | Height: | Size: 5.0 KiB |
BIN
public/img/bbb1.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
public/img/bbb2.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
public/img/bbb3.png
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
public/img/bs-bg.png
Normal file
|
After Width: | Height: | Size: 8.2 KiB |
BIN
public/img/bs-icon.png
Normal file
|
After Width: | Height: | Size: 6.8 KiB |
BIN
public/img/calendar.png
Normal file
|
After Width: | Height: | Size: 794 B |
BIN
public/img/cart.png
Normal file
|
After Width: | Height: | Size: 888 B |
BIN
public/img/cart_shdzbg.png
Normal file
|
After Width: | Height: | Size: 73 KiB |
1
public/img/cashout_record.svg
Normal file
@ -0,0 +1 @@
|
||||
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1726102045234" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="13402" xmlns:xlink="http://www.w3.org/1999/xlink" width="128" height="128"><path d="M614.4 640h46.08v46.08H614.4zM670.72 640H716.8v46.08h-46.08zM727.04 640h46.08v46.08h-46.08z" fill="#F4C22B" p-id="13403"></path><path d="M511.7184 26.1888C243.2 26.1888 25.6 243.8144 25.6 512.256S243.2512 998.4 511.7184 998.4s486.0928-217.6512 486.0928-486.1184S780.1856 26.1888 511.744 26.1888z m301.2352 672.896s-2.048 39.4752-41.1648 45.056H255.5136s-30.976-1.8688-37.0688-41.9072l-1.152-237.824h595.6608v234.6752z m0-384v72.832l-595.6608-0.2816 1.152-74.8032c6.4-31.9744 37.248-32.7936 37.248-32.7936h514.432c43.3664 4.4288 42.8288 35.0208 42.8288 35.0208z" fill="#F4C22B" p-id="13404"></path></svg>
|
||||
|
After Width: | Height: | Size: 937 B |
BIN
public/img/co-1.png
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
public/img/co-2.png
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
public/img/co-3.png
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
public/img/co.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
public/img/cocreateing.png
Normal file
|
After Width: | Height: | Size: 215 KiB |
BIN
public/img/coin.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
public/img/copy-b.png
Normal file
|
After Width: | Height: | Size: 793 B |
BIN
public/img/copy.png
Normal file
|
After Width: | Height: | Size: 679 B |
BIN
public/img/cv-i1.png
Normal file
|
After Width: | Height: | Size: 962 B |
BIN
public/img/cv-i2.png
Normal file
|
After Width: | Height: | Size: 876 B |
BIN
public/img/cv-i3.png
Normal file
|
After Width: | Height: | Size: 691 B |
BIN
public/img/cv-t.png
Normal file
|
After Width: | Height: | Size: 304 KiB |
BIN
public/img/down.png
Normal file
|
After Width: | Height: | Size: 233 B |
BIN
public/img/explain.png
Normal file
|
After Width: | Height: | Size: 528 B |
BIN
public/img/fenxiangtishi2.png
Normal file
|
After Width: | Height: | Size: 108 KiB |
BIN
public/img/ff3.png
Normal file
|
After Width: | Height: | Size: 5.5 KiB |
BIN
public/img/filter.png
Normal file
|
After Width: | Height: | Size: 849 B |
BIN
public/img/fire.png
Normal file
|
After Width: | Height: | Size: 785 B |
BIN
public/img/gift_bg.png
Normal file
|
After Width: | Height: | Size: 3.1 MiB |
BIN
public/img/gift_box_bg.png
Normal file
|
After Width: | Height: | Size: 52 KiB |
BIN
public/img/gift_i1.png
Normal file
|
After Width: | Height: | Size: 31 KiB |
BIN
public/img/gift_i3.png
Normal file
|
After Width: | Height: | Size: 903 B |
BIN
public/img/gift_i4.png
Normal file
|
After Width: | Height: | Size: 488 B |
BIN
public/img/gift_i5.png
Normal file
|
After Width: | Height: | Size: 993 B |
BIN
public/img/gift_i6.png
Normal file
|
After Width: | Height: | Size: 644 B |
BIN
public/img/goods-1.png
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
public/img/goods-2.png
Normal file
|
After Width: | Height: | Size: 42 KiB |
BIN
public/img/hg.png
Normal file
|
After Width: | Height: | Size: 419 B |
BIN
public/img/i-date.png
Normal file
|
After Width: | Height: | Size: 243 B |
BIN
public/img/income-bg.png
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
public/img/index-column-i1.png
Normal file
|
After Width: | Height: | Size: 7.7 KiB |
BIN
public/img/index-column-i2.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
public/img/index-column-i3.png
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
public/img/index-column-i4.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
public/img/invite_bg.jpg
Normal file
|
After Width: | Height: | Size: 333 KiB |
BIN
public/img/leaf.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
public/img/login-bg.jpg
Normal file
|
After Width: | Height: | Size: 200 KiB |
BIN
public/img/login-btn.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
public/img/login-i1.png
Normal file
|
After Width: | Height: | Size: 688 B |
BIN
public/img/login-i2.png
Normal file
|
After Width: | Height: | Size: 801 B |
BIN
public/img/login-i3.png
Normal file
|
After Width: | Height: | Size: 732 B |
BIN
public/img/login-i4.png
Normal file
|
After Width: | Height: | Size: 1001 B |
BIN
public/img/login-logo.png
Normal file
|
After Width: | Height: | Size: 62 KiB |
BIN
public/img/maisui.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
public/img/mall-banner.png
Normal file
|
After Width: | Height: | Size: 208 KiB |
BIN
public/img/mall-hot-i.png
Normal file
|
After Width: | Height: | Size: 586 B |
BIN
public/img/mallDetail-bg.png
Normal file
|
After Width: | Height: | Size: 277 KiB |
BIN
public/img/mallDetail-i0.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
public/img/mallDetail-i1.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
public/img/mallDetail-i2.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
public/img/mallDetail-i3.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
public/img/mallDetail-i4.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
public/img/mallDetail-i5.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
public/img/mall_i1.png
Normal file
|
After Width: | Height: | Size: 549 B |
BIN
public/img/mall_i15.png
Normal file
|
After Width: | Height: | Size: 37 KiB |
BIN
public/img/mall_i2.png
Normal file
|
After Width: | Height: | Size: 687 B |
BIN
public/img/mall_i27.png
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
public/img/mall_i28.png
Normal file
|
After Width: | Height: | Size: 20 KiB |