优惠券选择页确认按钮层级调整

This commit is contained in:
2023-06-08 15:55:15 +08:00
parent 4fff04b095
commit bf89c360ff
5 changed files with 39 additions and 21 deletions

View File

@@ -39,7 +39,7 @@
</view>
</view>
</view>
<view class="btn-btm">
<view style="z-index: 999" class="btn-btm">
<view @tap="btnOk" :class="['button', { 'btn-act': !buttonBr }]"
>確認/{{ $t("确认") }}</view
>

View File

@@ -313,6 +313,12 @@ export default {
uni.redirectTo({
url,
});
} else {
uni.showToast({
title: res.data.msg,
duration: 1500,
icon: "none",
});
}
},
// 通用方法