Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
X
xzf_uniapp-wechat-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李智书
xzf_uniapp-wechat-web
Commits
e7193ddb
Commit
e7193ddb
authored
Dec 13, 2021
by
aifen@azjy1.onexmail.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
学生消费报告
parent
61ae8d1f
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
571 additions
and
4 deletions
+571
-4
src/main.js
src/main.js
+2
-2
src/pages.json
src/pages.json
+12
-2
src/pages/ConsumptionReport/ConsumptionReport.vue
src/pages/ConsumptionReport/ConsumptionReport.vue
+557
-0
src/static/images/consumerPreferences.png
src/static/images/consumerPreferences.png
+0
-0
src/static/images/dailyConsumptionTrend.png
src/static/images/dailyConsumptionTrend.png
+0
-0
src/static/images/headerbgm.png
src/static/images/headerbgm.png
+0
-0
src/static/images/notEatting.png
src/static/images/notEatting.png
+0
-0
src/static/images/trend.png
src/static/images/trend.png
+0
-0
No files found.
src/main.js
View file @
e7193ddb
...
@@ -26,8 +26,8 @@ Vue.use(Vant);
...
@@ -26,8 +26,8 @@ Vue.use(Vant);
// echarts图标
// echarts图标
//
var echarts = require('echarts')
var
echarts
=
require
(
'
echarts
'
)
//
Vue.prototype.$echarts = echarts
Vue
.
prototype
.
$echarts
=
echarts
// console.log(echarts);
// console.log(echarts);
// 微信JSSDK
// 微信JSSDK
...
...
src/pages.json
View file @
e7193ddb
{
{
"pages"
:
[
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
"pages"
:
[
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path"
:
"pages/ConsumptionReport/ConsumptionReport"
,
"style"
:
{
"navigationBarTitleText"
:
"消费报告"
,
"navigationStyle"
:
"custom"
,
"enablePullDownRefresh"
:
false
}
},
{
{
"path"
:
"pages/index/index"
,
"path"
:
"pages/index/index"
,
"style"
:
{
"style"
:
{
...
@@ -12,7 +20,8 @@
...
@@ -12,7 +20,8 @@
"titleNView"
:
"transparent"
"titleNView"
:
"transparent"
}
}
}
}
},
{
},
{
"path"
:
"pages/WxworkTearch/WxworkTearch"
,
"path"
:
"pages/WxworkTearch/WxworkTearch"
,
"style"
:
{
"style"
:
{
"navigationBarTitleText"
:
"企业微信教职工采集签约助手"
,
"navigationBarTitleText"
:
"企业微信教职工采集签约助手"
,
...
@@ -20,7 +29,8 @@
...
@@ -20,7 +29,8 @@
"navigationStyle"
:
"custom"
"navigationStyle"
:
"custom"
}
}
},
{
},
{
"path"
:
"pages/wxWorkAuth/wxWorkAuth"
,
"path"
:
"pages/wxWorkAuth/wxWorkAuth"
,
"style"
:
{
"style"
:
{
"navigationBarTitleText"
:
"校智付"
,
"navigationBarTitleText"
:
"校智付"
,
...
...
src/pages/ConsumptionReport/ConsumptionReport.vue
0 → 100644
View file @
e7193ddb
This diff is collapsed.
Click to expand it.
src/static/images/consumerPreferences.png
0 → 100644
View file @
e7193ddb
2.13 KB
src/static/images/dailyConsumptionTrend.png
0 → 100644
View file @
e7193ddb
1.21 KB
src/static/images/headerbgm.png
0 → 100644
View file @
e7193ddb
903 KB
src/static/images/notEatting.png
0 → 100644
View file @
e7193ddb
1.57 KB
src/static/images/trend.png
0 → 100644
View file @
e7193ddb
856 Bytes
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment