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
65f8492a
Commit
65f8492a
authored
Sep 13, 2024
by
袁玲利
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
校园报告
parent
172f03e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
src/pages/ConsumptionSystem/AbnormalConsumption/AbnormalConsumption.vue
...umptionSystem/AbnormalConsumption/AbnormalConsumption.vue
+6
-6
src/pages/SchoolReport/SchoolReport.vue
src/pages/SchoolReport/SchoolReport.vue
+3
-3
No files found.
src/pages/ConsumptionSystem/AbnormalConsumption/AbnormalConsumption.vue
View file @
65f8492a
<
template
>
<
template
>
<view
class=
"AbnormalConsumption"
>
<view
class=
"AbnormalConsumption"
>
<view
class=
""
v-if=
"auth == 'false'"
>
<view
class=
""
v-if=
"auth == 'false'"
>
<div
class=
"orderHeadWrapper"
>
<div
class=
"orderHeadWrapper"
style=
"margin-top: -40px;"
>
<img
:src=
"ImgUrl+'wechatXZF/orderHead.png'"
class=
"orderHead"
alt=
""
>
<img
:src=
"ImgUrl+'wechatXZF/orderHead.png'"
class=
"orderHead"
alt=
""
>
</div>
</div>
<div
class=
"fixedBottomBtn"
@
click=
"openAzMenber_"
>
<div
class=
"fixedBottomBtn"
@
click=
"openAzMenber_"
>
...
@@ -246,11 +246,11 @@
...
@@ -246,11 +246,11 @@
</view>
</view>
<view
class=
"tip"
>
近30天内无异常
</view>
<view
class=
"tip"
>
近30天内无异常
</view>
</view>
</view>
<!--
<view
class=
"more"
>
<view
class=
"more"
>
<view>
更多消费明细,请前往
</view>
<view>
更多消费明细,请前往
</view>
<view
class=
"green"
@
click=
"toDoOtherPage"
>
消费明细
</view>
<view
class=
"green"
@
click=
"toDoOtherPage"
>
消费明细
</view>
<view
class=
"ml15 green"
>
》
</view>
<view
class=
"ml15 green"
>
》
</view>
</view>
--
>
</view
>
</view>
</view>
</view>
</view>
</
template
>
</
template
>
...
...
src/pages/SchoolReport/SchoolReport.vue
View file @
65f8492a
...
@@ -1492,13 +1492,14 @@
...
@@ -1492,13 +1492,14 @@
</view>
</view>
</template>
</template>
<template v-else>
<template v-else>
<view
class=
"costReport"
>
<view class="costReport"
style="margin-top: -40px;"
>
<image :src="ImgUrl+'SchoolReport/costReport1.png'" class="costReportIMG1"></image>
<image :src="ImgUrl+'SchoolReport/costReport1.png'" class="costReportIMG1"></image>
<image :src="ImgUrl+'SchoolReport/costReportIMG2.png'" class="costReportIMG2"></image>
<image :src="ImgUrl+'SchoolReport/costReportIMG2.png'" class="costReportIMG2"></image>
<image :src="ImgUrl+'SchoolReport/costReportIMG3.png'" class="costReportIMG3"></image>
<image :src="ImgUrl+'SchoolReport/costReportIMG3.png'" class="costReportIMG3"></image>
<image :src="ImgUrl+'SchoolReport/costReportIMG4.png'" class="costReportIMG4"></image>
<image :src="ImgUrl+'SchoolReport/costReportIMG4.png'" class="costReportIMG4"></image>
<image :src="ImgUrl+'SchoolReport/costReportIMG5.png'" class="costReportIMG5"></image>
<image :src="ImgUrl+'SchoolReport/costReportIMG5.png'" class="costReportIMG5"></image>
<image
:src=
"ImgUrl+'SchoolReport/costReportIMG6.png'"
class=
"costReportIMG6"
></image>
<image :src="ImgUrl+'SchoolReport/costReportIMG6.png'" class="costReportIMG6" @tap="openAzMenber" v-if="from == 'wechat'"></image>
<image :src="ImgUrl+'SchoolReport/costReportIMG6.png'" class="costReportIMG6" @tap="openAzMenber_" v-else-if="from == 'alipay'"></image>
</view>
</view>
</template>
</template>
<van-dialog v-model="dialogShow" :showConfirmButton="false" close-on-click-overlay
<van-dialog v-model="dialogShow" :showConfirmButton="false" close-on-click-overlay
...
@@ -1517,7 +1518,6 @@
...
@@ -1517,7 +1518,6 @@
</view>
</view>
</van-dialog>
</van-dialog>
</view>
</view>
</view>
</template>
</template>
<script>
<script>
...
...
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