|
@@ -427,7 +427,7 @@
|
|
console.log(res)
|
|
console.log(res)
|
|
if(res.error_code == 0) {
|
|
if(res.error_code == 0) {
|
|
if(res.data) {
|
|
if(res.data) {
|
|
- _this.$toast((params.D ? '取消' : '') + '认领成功')
|
|
|
|
|
|
+ _this.$toast(((params.D || params.B) ? '取消' : '') + (params.hasOwnProperty('D') ? '认领' : '关注') + '成功')
|
|
_this.getProjectList()
|
|
_this.getProjectList()
|
|
} else {
|
|
} else {
|
|
_this.$toast(res.error_msg)
|
|
_this.$toast(res.error_msg)
|