hmp 4 years ago
parent
commit
3fe86bc172
1 changed files with 2 additions and 1 deletions
  1. 2 1
      pages/userBank/add.vue

+ 2 - 1
pages/userBank/add.vue

@@ -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>
 			</view>
 		</view>