|
@@ -62,7 +62,7 @@
|
|
|
<image class="icon_tab" src="https://dm.static.elab-plus.com/yezhu/icon_shouyi.png" mode=""></image>
|
|
|
<text class="txt_tab">收益排行榜</text>
|
|
|
</view>
|
|
|
- <view class="tab_item">
|
|
|
+ <view class="tab_item" @click="goReportPage">
|
|
|
<image class="icon_tab" src="https://dm.static.elab-plus.com/yezhu/icon_report.png" mode=""></image>
|
|
|
<text class="txt_tab">效果报表</text>
|
|
|
</view>
|
|
@@ -169,6 +169,12 @@
|
|
|
this.houseList = pageModel.resultSet||[];
|
|
|
|
|
|
}
|
|
|
+ },
|
|
|
+ // 跳转至效果报表
|
|
|
+ goReportPage() {
|
|
|
+ uni.navigateTo({
|
|
|
+ url: '../reportPage/reportPage'
|
|
|
+ })
|
|
|
}
|
|
|
},
|
|
|
components:{
|