Commit 830932de authored by wildfirecode13's avatar wildfirecode13

1

parent 820ff140
...@@ -140,8 +140,8 @@ Page({ ...@@ -140,8 +140,8 @@ Page({
} }
flag = true; flag = true;
const { item:{strategyCode,code} } = e.target.dataset; const { item:{strategyCode,code,channel} } = e.target.dataset;
this.cloudTBIssue({strategyCode,code}) this.cloudTBIssue({strategyCode,code,channel})
// const { activityId } = app; // const { activityId } = app;
// console.log(item, '领取权益') // console.log(item, '领取权益')
// const { success, data, message } = await API.receiveEnamePrize({ activityId, _id: item._id }).catch(res => { // const { success, data, message } = await API.receiveEnamePrize({ activityId, _id: item._id }).catch(res => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment