fix: 修改弹窗样式

This commit is contained in:
zhangds 2024-05-31 14:51:08 +08:00
parent d6ee5a22b7
commit d82e1d7483
1 changed files with 5 additions and 2 deletions

View File

@ -87,7 +87,10 @@
<div class="pop-footer"> <div class="pop-footer">
<button type="button" class="close-btn" @click="popCloseBtn()">{{ state.popObj.btnClose <button type="button" class="close-btn" @click="popCloseBtn()">{{ state.popObj.btnClose
}}</button> }}</button>
<button type="button" class="ok-btn" @click="popOkBtn(state.popOkType)">{{ state.popObj.btnOk
<button type="button" class="ok-btn" v-show="!state.popOkType === 2"
@click="popOkBtn(state.popOkType)">{{ state.popObj.btnOk
}}</button> }}</button>
</div> </div>
</div> </div>
@ -149,7 +152,7 @@
id: 3, id: 3,
title: "兑换失败", title: "兑换失败",
img: "https://lsxd-customcard-h5.oss-cn-hangzhou.aliyuncs.com/department-of-finance/img/pop-3.png", img: "https://lsxd-customcard-h5.oss-cn-hangzhou.aliyuncs.com/department-of-finance/img/pop-3.png",
msg1: "因网络波动,暂未充值成功,请您再领取 一次哦。", msg1: "兑换失败,请稍后重试。",
btnClose: "关闭弹窗", btnClose: "关闭弹窗",
btnOk: "查看详情" btnOk: "查看详情"
} }