shish 11 месяцев назад
Родитель
Сommit
17baf7e2f0
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      hdPad/src/pages/home/components/toPay.vue

+ 1 - 1
hdPad/src/pages/home/components/toPay.vue

@@ -31,7 +31,7 @@
                 <view style="margin-bottom:40upx;text-align: center;font-size:24upx;">{{ cancelText }}</view>
                 <view style="text-align:center;">
                     <button class="admin-button-com mini-btn default" @click="returnCancel">返回</button>
-                    <button class="admin-button-com mini-btn default" @click="confirmToCancel" style="margin-left:30upx;">确认取消</button>
+                    <button class="admin-button-com mini-btn default" @click="confirmToCancel" style="margin-left:30upx;">确认</button>
                 </view>
             </view>
         </uni-popup>