|
@@ -7,7 +7,6 @@
|
|
|
</el-tabs>
|
|
|
<div style="margin-bottom: 15px;" class="flex-box-ce flex-d-center">
|
|
|
<el-button type="primary" @click="dialogVisible = true">申请积分</el-button>
|
|
|
- <el-button type="primary" @click="showIntegralApply = true">申请积分B</el-button>
|
|
|
<el-input style="width: 250px;" v-model="formData.keyword" placeholder="输入申请内容" maxlength="10" clearable></el-input>
|
|
|
</div>
|
|
|
|
|
@@ -143,7 +142,6 @@
|
|
|
</el-drawer>
|
|
|
|
|
|
<applicationIntegrationPopup title="申请积分" :visible.sync="dialogVisible"></applicationIntegrationPopup>
|
|
|
- <IntegralApplyPopup :visible.sync="showIntegralApply"/>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
@@ -173,7 +171,6 @@ export default {
|
|
|
},
|
|
|
cx_loading:false,
|
|
|
dialogVisible: false,
|
|
|
- showIntegralApply: false,
|
|
|
itemIndex: 0,
|
|
|
selectId:0,
|
|
|
};
|