Commit 0af1057c authored by Xuguangxing's avatar Xuguangxing

fix

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