diff --git a/pages/assets/bmt-exchange.vue b/pages/assets/bmt-exchange.vue
index 4384eac..2c5b483 100644
--- a/pages/assets/bmt-exchange.vue
+++ b/pages/assets/bmt-exchange.vue
@@ -121,7 +121,11 @@
- 确认兑换
兑换记录
@@ -307,6 +311,13 @@ export default {
});
}
},
+ openConfirm() {
+ if (this.submitting || this.confirmVisible) {
+ return;
+ }
+
+ this.confirmVisible = true;
+ },
async submit() {
if (this.submitting) {
return;
@@ -396,7 +407,7 @@ export default {
}
.bmt-scroll {
- padding: 8rpx 20rpx;
+ padding: 8rpx 20rpx calc(env(safe-area-inset-bottom) + 36rpx);
}
.panel-card,
@@ -666,10 +677,14 @@ export default {
}
.action-wrap {
+ position: relative;
+ z-index: 30;
padding: 36rpx 22rpx 0;
}
.action-button {
+ position: relative;
+ z-index: 1;
display: flex;
align-items: center;
justify-content: center;
@@ -681,6 +696,8 @@ export default {
font-size: 30rpx;
font-weight: 700;
color: #ffffff;
+ cursor: pointer;
+ touch-action: manipulation;
}
.action-link {
diff --git a/pages/assets/power-exchange.vue b/pages/assets/power-exchange.vue
index 620199a..43a02d3 100644
--- a/pages/assets/power-exchange.vue
+++ b/pages/assets/power-exchange.vue
@@ -136,8 +136,8 @@
- 确认兑换
- 兑换记录
+ 确认兑换
+ 兑换记录
diff --git a/unpackage/dist/build/web/index.html b/unpackage/dist/build/web/index.html
index 75c99ba..e274238 100644
--- a/unpackage/dist/build/web/index.html
+++ b/unpackage/dist/build/web/index.html
@@ -1,2 +1,2 @@
白马交易所
\ No newline at end of file
+ document.write('')