修改参团获取不到uniqueId
This commit is contained in:
@ -111,6 +111,7 @@ export default {
|
|||||||
pinkT: [], //团长信息
|
pinkT: [], //团长信息
|
||||||
storeCombination: [], //拼团产品
|
storeCombination: [], //拼团产品
|
||||||
pinkId: 0,
|
pinkId: 0,
|
||||||
|
uniqueId: "",
|
||||||
count: 0, //拼团剩余人数
|
count: 0, //拼团剩余人数
|
||||||
iShidden: false
|
iShidden: false
|
||||||
};
|
};
|
||||||
@ -208,6 +209,7 @@ export default {
|
|||||||
that.$set(that, "pinkBool", res.data.pinkBool);
|
that.$set(that, "pinkBool", res.data.pinkBool);
|
||||||
that.$set(that, "isOk", res.data.isOk);
|
that.$set(that, "isOk", res.data.isOk);
|
||||||
that.$set(that, "currentPinkOrder", res.data.currentPinkOrder);
|
that.$set(that, "currentPinkOrder", res.data.currentPinkOrder);
|
||||||
|
that.$set(that, "uniqueId", res.data.uniqueId);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
//拼团取消
|
//拼团取消
|
||||||
|
Reference in New Issue
Block a user