取消 忽略确认
This commit is contained in:
parent
50a7a56aab
commit
f0c39a8a72
@ -34,12 +34,12 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button type="submit" class="btn btn-primary mt-3">转账</button>
|
<button type="submit" class="btn btn-primary mt-3">转账</button>
|
||||||
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
function beforeContinue() {
|
function beforeContinue() {
|
||||||
return true;
|
// return true;
|
||||||
if (confirm('您确定要转账吗?')) {
|
if (confirm('您确定要转账吗?')) {
|
||||||
if (confirm('当您确定后,您将无法取消。')) {
|
if (confirm('当您确定后,您将无法取消。')) {
|
||||||
if (confirm('钱款会直接汇入到对方账户,您将无法退回。')) {
|
if (confirm('钱款会直接汇入到对方账户,您将无法退回。')) {
|
||||||
|
Loading…
Reference in New Issue
Block a user