Commit 9d8b726f authored by youjie's avatar youjie

no message

parent d0aea7da
......@@ -158,8 +158,12 @@
</div>
</div>
</div>
<div v-if="!couponList.length ">
<none-data></none-data>
<div v-if="!couponList.length " class="text-center q-my-xl">
<none-data
iconType="order"
title="沒有找到您的優惠券信息哦"
subtitle=""
></none-data>
</div>
</div>
<div v-show="pageCount" class="mt flex justify-end">
......@@ -176,7 +180,7 @@
</div>
</template>
<script>
import noneData from '../../components/noneData.vue'
import noneData from 'src/components/common/noneData.vue'
export default {
components: {
noneData
......
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