hmp 4 سال پیش
والد
کامیت
3fe86bc172
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  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>