瀏覽代碼

Merge branch 'master' of http://192.168.40.220/dmc/jz_applet into master

yxb
wq 1 年之前
父節點
當前提交
ff7ef8dc8c
共有 2 個檔案被更改,包括 4 行新增1 行删除
  1. 1
    1
      pages/recharge/recharge.vue
  2. 3
    0
      utils/network/request.js

+ 1
- 1
pages/recharge/recharge.vue 查看文件

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

+ 3
- 0
utils/network/request.js 查看文件

@@ -117,6 +117,9 @@ export function request(code, options = {}, start = false) {
showCancel: false,
success: function(res) {
if (res.confirm) {
uni.navigateBack({
delta: 1
})
uni.navigateTo({
url: '/login/login',
})

Loading…
取消
儲存