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

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

@@ -22,7 +22,7 @@
         </view>
 
         <uni-popup ref="cancelPayRef" type="dialog">
-            <uni-popup-dialog type="info" cancelText="取消" confirmText="确认" title="提示" content="确认取消?" @confirm="confirmToCancel"></uni-popup-dialog>
+            <uni-popup-dialog type="info" cancelText="取消" confirmText="确认" title="提示" content="确认客户没在付款?" @confirm="confirmToCancel"></uni-popup-dialog>
         </uni-popup>
 
     </view>