修改发票信息联调错误,修改充值记录按表计查询,我的新增发票抬头
This commit is contained in:
@@ -5,7 +5,10 @@ Component({
|
||||
* 组件的属性列表
|
||||
*/
|
||||
properties: {
|
||||
|
||||
text: {
|
||||
type: String,
|
||||
value: '暂无数据'
|
||||
},
|
||||
},
|
||||
|
||||
/**
|
||||
@@ -19,6 +22,8 @@ Component({
|
||||
* 组件的方法列表
|
||||
*/
|
||||
methods: {
|
||||
|
||||
refresh() {
|
||||
this.triggerEvent("refresh")
|
||||
}
|
||||
}
|
||||
})
|
@@ -1,4 +1,4 @@
|
||||
<!--components/empty/index.wxml-->
|
||||
<van-empty description="描述文字">
|
||||
<van-button round type="danger" class="bottom-button">按钮</van-button>
|
||||
<van-empty description="{{text}}">
|
||||
<van-button type="info" bind:click="refresh" custom-style="width: 300rpx; margin-top:60rpx;" > 刷 新 </van-button>
|
||||
</van-empty>
|
@@ -1 +1,5 @@
|
||||
/* components/empty/index.wxss */
|
||||
/* components/empty/index.wxss */
|
||||
.bottom-button {
|
||||
width: 320rpx;
|
||||
height: 80rpx;
|
||||
}
|
Reference in New Issue
Block a user