取消提示

This commit is contained in:
shijingjing
2022-02-23 11:21:55 +08:00
parent 9eaf78aae2
commit 1125f3a6f9
2 changed files with 2 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ export default {
var villagerCircleInfo = { var villagerCircleInfo = {
topic: this.topic, topic: this.topic,
} }
this.$http.post('/app/appvillagercirclecomment/list?current=1&size=10',null,{ this.$http.post('/app/appvillagercirclecomment/list',null,{
params: { params: {
current: 1, current: 1,
size: 10, size: 10,

View File

@@ -115,7 +115,7 @@ export default {
pass: 1, pass: 1,
} }
}).then(() => { }).then(() => {
this.$u.toast('发布成功') // this.$u.toast('发布成功')
uni.$emit('update') uni.$emit('update')
setTimeout(()=>{ setTimeout(()=>{
uni.navigateBack() uni.navigateBack()