Explorar el Código

登录跳转

master
chenchaod hace 1 mes
padre
commit
808bf7fb70
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      pages/index/index.vue

+ 2
- 1
pages/index/index.vue Ver fichero

@@ -277,7 +277,7 @@
if (res.hasQd) {
confirm('有未完成的线下渠道订单,是否继续办理', (res) => {
uni.navigateTo({
url: '/subpackage/orders/transfer-page-sign'
url: '/pages/order/order'
})
}, '温馨提示', true, '确认');
}
@@ -289,6 +289,7 @@
getInfo();
// 订单查询
if (hasLogin()) {
console.log("订单长训=========")
query()
}
})

Cargando…
Cancelar
Guardar