updata
This commit is contained in:
parent
6918f6ca90
commit
ccea45224f
|
|
@ -121,7 +121,11 @@
|
|||
</view>
|
||||
|
||||
<view class="action-wrap">
|
||||
<view class="action-button" @click="confirmVisible = true"
|
||||
<view
|
||||
class="action-button"
|
||||
@touchend.stop.prevent="openConfirm"
|
||||
@tap.stop="openConfirm"
|
||||
@click.stop="openConfirm"
|
||||
>确认兑换</view
|
||||
>
|
||||
<view class="action-link" @click="openLedger">兑换记录</view>
|
||||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -136,8 +136,8 @@
|
|||
</view>
|
||||
|
||||
<view class="action-wrap">
|
||||
<view class="action-button" @click="openConfirmDialog">确认兑换</view>
|
||||
<view class="action-link" @click="openLedger">兑换记录</view>
|
||||
<view class="action-button" @tap="openConfirmDialog">确认兑换</view>
|
||||
<view class="action-link" @tap="openLedger">兑换记录</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
<!DOCTYPE html><html lang=zh-CN><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><title>白马交易所</title><script>var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)'))
|
||||
document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel=stylesheet href=/bmt/static/index.883130ca.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/bmt/static/js/chunk-vendors.a58c62f3.js></script><script src=/bmt/static/js/index.ba479755.js></script></body></html>
|
||||
document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel=stylesheet href=/bmt/static/index.883130ca.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/bmt/static/js/chunk-vendors.a58c62f3.js></script><script src=/bmt/static/js/index.75c16dcc.js></script></body></html>
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue