|
|
@@ -156,7 +156,7 @@
|
|
|
</template>
|
|
|
</modal-module>
|
|
|
|
|
|
- <modal-module :show="czShow" @click="confirmRecharge" :maskClosable="true" title="充值" padding="30rpx 30rpx" >
|
|
|
+ <modal-module :show="czShow" @click="confirmRecharge" :maskClosable="true" title="充值清账" padding="30rpx 30rpx" >
|
|
|
<template v-slot:content>
|
|
|
<div class="app-modal-input-wrap">
|
|
|
|
|
|
@@ -224,7 +224,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- name: "充值",
|
|
|
+ name: "充值清账",
|
|
|
img: `${this.$constant.imgUrl}/retail/member/tab-icon-1.png`,
|
|
|
funtion: () => {
|
|
|
this.czShow = true
|