shish 11 miesięcy temu
rodzic
commit
17baf7e2f0
1 zmienionych plików z 1 dodań i 1 usunięć
  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>