Explorar el Código

提交代码~

release/210823_需求对对碰
王饶冀 hace 3 años
padre
commit
1e9ae240cd
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      pages/login/login.js

+ 1
- 0
pages/login/login.js Ver fichero

@@ -113,6 +113,7 @@ Page({
console.log(res, '返回的res')
app.globalData.customerId = res.data.customer.customerId;
app.globalData.customer = res.data.customer;
app.globalData.businessCommunicationCustomer = res.data.businessCommunicationCustomer;
let pages = getCurrentPages();
let Page = pages[pages.length - 1];//当前页
let prevPage = pages[pages.length - 2]; //上一个页面

Cargando…
Cancelar
Guardar