|
|
@@ -380,7 +380,9 @@ export default {
|
|
|
},
|
|
|
// 加入计划内
|
|
|
storeJoinVisit(val) {
|
|
|
+ this.toastLoading(0, '加载中...', true);
|
|
|
joinInPlan({ storeId: val.storeId }).then((res) => {
|
|
|
+ this.toastLoading().clear();
|
|
|
if (res.code == 200) {
|
|
|
this.$set(val, 'joinInPlan', false);
|
|
|
} else {
|