Commit b6dd800b authored by 罗林杰's avatar 罗林杰

修改黑名单

parent 11870677
<template> <template>
<view> <view>
<z-paging ref="paging" :data="blackList" @query="getBlackList"> <z-paging ref="paging" empty-view-text="迈出第一步才有更多故事发生哦"
:empty-view-title-style="{
'font-size': '32rpx',
'color': '#C9C9D0',
'position': 'absolute',
'width': '100vw',
}" :empty-view-img="baseUrl+'/common/empty.png'" :empty-view-img-style="{
'position': 'absolute',
'top': '210rpx',
'width': '447rpx',
'height': '375rpx'
}" v-model="blackList" @query="getBlackList" :fixed="true" :auto-show-back-to-top="true" :back-to-top-with-animate="false">
<u-swipe-action> <u-swipe-action>
<u-swipe-action-item <u-swipe-action-item
:options="options" :options="options"
...@@ -65,6 +76,8 @@ export default { ...@@ -65,6 +76,8 @@ export default {
}, },
], ],
blackList: [], blackList: [],
//图片路径
baseUrl: this.$IMG_URL,
}; };
}, },
onshow() { onshow() {
......
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