分页最后一页判断修改

feature/comment-0620-ch
ch 2 years ago
parent 7e7ab987b1
commit 314f79f2ae

@ -2,7 +2,7 @@
* @Author: ch
* @Date: 2022-06-20 14:55:54
* @LastEditors: ch
* @LastEditTime: 2022-06-30 23:13:33
* @LastEditTime: 2022-06-30 23:23:38
* @Description: file content
-->
<template>
@ -124,7 +124,7 @@ export default {
if(this.list.findIndex(i => !i.id) > -1){
uni.$u.toast('评论成功~');
}else{
this.$router.replace('/commentSuccess');
this.$router.replace('/account/comment/success');
}
},
editChange(isEdit, idx){

Loading…
Cancel
Save