Browse Source

未充值订单改为待消费订单

yxb
DESKTOP-2IO5MST\huting 1 year ago
parent
commit
41bbac7893
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      pages/recharge/recharge.vue

+ 1
- 1
pages/recharge/recharge.vue View File

@@ -233,7 +233,7 @@
function go() {
uni.showModal({
title: '提示',
content: '检测到你有一笔未充值的订单,请先进行充值!',
content: '待消费订单',
success: () => {
//走蓝牙进行修复
uni.redirectTo({

Loading…
Cancel
Save