Commit c8f24452 authored by qipeng's avatar qipeng

按钮显示

parent 8924cbcb
......@@ -10,6 +10,9 @@
<text>{{item.merchantName}}</text>
</view>
</view>
<navigator url="../vlogface/vlogface" class="btnn">
<view>点击获取我的Vlog</view>
</navigator>
</view>
<view v-else-if="vlogList.length===0 && show===false" class="empty">
<view class="row">
......@@ -120,6 +123,16 @@ export default {
}
}
}
.btnn {
display: inline-block;
font-size: 28rpx;
border-radius: 40rpx;
background-color: #fff;
padding: 20rpx 40rpx;
margin: 30rpx 0;
font-weight: bold;
color: #333;
}
}
.empty {
......
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