分页最后一页判断修改

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

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

Loading…
Cancel
Save