Merge branch 'feature/comment-0620-ch' into msb_test

fix/0701-ch
ch 2 years ago
commit c010790f96

@ -2,7 +2,7 @@
* @Author: ch
* @Date: 2022-06-20 14:55:54
* @LastEditors: ch
* @LastEditTime: 2022-06-30 23:23:38
* @LastEditTime: 2022-06-30 23:43:00
* @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('/account/comment/success');
this.$Router.replace('/commentSuccess');
}
},
editChange(isEdit, idx){

Loading…
Cancel
Save