Commit 0af1057c authored by Xuguangxing's avatar Xuguangxing

fix

parent 49499a35
......@@ -30,7 +30,7 @@
:disabled="disabled"
type="primary"
block
@click="createOrJoin(0)"
@click="createOrJoin(3)"
>
立即参团
</cr-button>
......@@ -106,7 +106,7 @@ export default {
},
createOrJoin(mark) {
// 参团
// mark 1-> 开团 0-> 参团 2->自己做团长
// mark 1-> 开团 3-> 参团 2->自己做团长
this.$emit('buy', mark);
}
}
......
......@@ -333,7 +333,7 @@ export default {
return;
}
const buttonNameMap = {
0: '立即参团',
3: '立即参团',
1: '立即开团',
2: '自己做团长'
};
......
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