bug 8.14
This commit is contained in:
@@ -165,6 +165,8 @@
|
||||
},
|
||||
// 拼团推荐
|
||||
getPinTuanPush() {
|
||||
// 初始化拼团
|
||||
this.pinTuanPush = {};
|
||||
this.$u.api.getPinTuanPush().then(res => {
|
||||
if (res.errCode == 0) {
|
||||
this.pinTuanPush = res.data;
|
||||
|
||||
Reference in New Issue
Block a user