Commit 65f8492a authored by 袁玲利's avatar 袁玲利

校园报告

parent 172f03e9
<template>
<view class="AbnormalConsumption">
<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="">
</div>
<div class="fixedBottomBtn" @click="openAzMenber_">
......@@ -246,11 +246,11 @@
</view>
<view class="tip">近30天内无异常</view>
</view>
<!-- <view class="more">
<view class="more">
<view>更多消费明细,请前往</view>
<view class="green" @click="toDoOtherPage">消费明细</view>
<view class="ml15 green"></view>
</view> -->
</view>
</view>
</view>
</template>
......
......@@ -1492,13 +1492,14 @@
</view>
</template>
<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/costReportIMG2.png'" class="costReportIMG2"></image>
<image :src="ImgUrl+'SchoolReport/costReportIMG3.png'" class="costReportIMG3"></image>
<image :src="ImgUrl+'SchoolReport/costReportIMG4.png'" class="costReportIMG4"></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>
</template>
<van-dialog v-model="dialogShow" :showConfirmButton="false" close-on-click-overlay
......@@ -1517,7 +1518,6 @@
</view>
</van-dialog>
</view>
</view>
</template>
<script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment