会员支付密码修改

This commit is contained in:
GaoHao
2024-08-03 09:19:37 +08:00
parent 8dd53c530a
commit e1e501e150
6 changed files with 781 additions and 503 deletions

View File

@@ -1,5 +1,5 @@
<template>
<view class='keyboard' @click.stop='_handleKeyPress'>
<view class='keyboard' :style="{position: pos}" @click.stop='_handleKeyPress'>
<view class='key-row'>
<view class='key-cell cell_b' data-num='1'>1</view>
<view class='key-cell cell_b' data-num='2'>2</view>
@@ -46,7 +46,11 @@
},
btnColor: {
default: 'green',
}
},
pos: {
default: 'fixed',
type: String
},
},
data() {
return {