群发居民群任务

This commit is contained in:
shijingjing
2022-09-15 09:34:29 +08:00
parent 7d697c6932
commit 735d041d92
3 changed files with 303 additions and 1 deletions

View File

@@ -115,7 +115,7 @@ export default {
},
toDetail() {
uni.navigateTo({ url: `./detail?id=${this.id}` });
uni.navigateTo({ url: `./detail?id=${this.id}&type=${this.type}` });
},
// 提醒发送
remindSend() {