@@ -21,7 +21,8 @@
</view>
<view class="footer-fixed" style="margin: 0 50rpx 200rpx;z-index: 9;">
<view @click="confirm" class="bg-gradual-base cu-btn round" style="padding: 46rpx;width: calc(100% - 100rpx);">
- 添加银行
+ <text v-if="$isEmpty(id)">添加银行</text>
+ <text v-else>确定修改</text>