Showing
1 changed file
with
2 additions
and
2 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2022-09-19 14:11:06 | 2 | * @Date: 2022-09-19 14:11:06 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2022-10-20 11:51:22 | 4 | + * @LastEditTime: 2022-10-21 17:23:18 |
| 5 | * @FilePath: /swx/src/pages/index/index.vue | 5 | * @FilePath: /swx/src/pages/index/index.vue |
| 6 | * @Description: 首页 | 6 | * @Description: 首页 |
| 7 | --> | 7 | --> |
| ... | @@ -154,7 +154,7 @@ export default { | ... | @@ -154,7 +154,7 @@ export default { |
| 154 | this.page = this.page + 1; | 154 | this.page = this.page + 1; |
| 155 | this.flag = true; | 155 | this.flag = true; |
| 156 | } else { | 156 | } else { |
| 157 | - Toast('到底了') | 157 | + Toast('没有数据') |
| 158 | } | 158 | } |
| 159 | } | 159 | } |
| 160 | } | 160 | } | ... | ... |
-
Please register or login to post a comment