修改BUG
This commit is contained in:
@@ -94,9 +94,7 @@
|
||||
<template>
|
||||
<view class="edit-password">
|
||||
<nav-bar isTopBg isPlaceholder title="交易密码">
|
||||
<template #right>
|
||||
<text class="top-right-name" @click="onEdit">确认</text>
|
||||
</template>
|
||||
|
||||
</nav-bar>
|
||||
|
||||
<view v-if="formData.state === '1'" class="input-box">
|
||||
@@ -123,6 +121,13 @@
|
||||
type="password"
|
||||
></CardInput>
|
||||
</view>
|
||||
|
||||
<!-- 底部按钮 -->
|
||||
<bottom-view>
|
||||
<cb-button @click="onEdit">
|
||||
确认
|
||||
</cb-button>
|
||||
</bottom-view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user