|
@@ -29,7 +29,7 @@
|
|
|
<Button v-show="isEdit" type="primary" @click="finish">完成</Button>
|
|
|
<Button v-show="!isEdit && activeName === 'info'" type="primary" @click="isEdit = true">编辑</Button>
|
|
|
<Button type="success" @click="changeMenu('2')">积分余额</Button>
|
|
|
- <Button @click="changeMenu('3')">赠送会员</Button>
|
|
|
+ <!-- <Button @click="changeMenu('3')">赠送会员</Button> -->
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="acea-row info-row">
|