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

校园报告

parent 172f03e9
<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>
......
...@@ -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>
......
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