This commit is contained in:
2020-08-14 21:38:23 +08:00
parent d79b0c5da7
commit e784bbf596
2 changed files with 5 additions and 2 deletions

View File

@@ -165,6 +165,8 @@
},
// 拼团推荐
getPinTuanPush() {
// 初始化拼团
this.pinTuanPush = {};
this.$u.api.getPinTuanPush().then(res => {
if (res.errCode == 0) {
this.pinTuanPush = res.data;