Commit 9d8b726f authored by youjie's avatar youjie

no message

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