Browse Source

no message

feature/v1.6
xpz2018 4 years ago
parent
commit
27ad225741
1 changed files with 2 additions and 3 deletions
  1. 5
      pages/login/index.js

5
pages/login/index.js

@ -1,4 +1,3 @@
//获取应用实例
import Dialog from '../../components/dialog/dialog' import Dialog from '../../components/dialog/dialog'
import { config, headerFactoryId, wechatApplet, loginWechat, postCaptcha, loginCaptcha, loginPwd, verifyCode, bindAccount, applyEmplyee } from "../../api/user" import { config, headerFactoryId, wechatApplet, loginWechat, postCaptcha, loginCaptcha, loginPwd, verifyCode, bindAccount, applyEmplyee } from "../../api/user"
import { sconfig, loginToken, getUserInfo, bindingFactory, bindCustomer } from "../../api/saas" import { sconfig, loginToken, getUserInfo, bindingFactory, bindCustomer } from "../../api/saas"
@ -26,8 +25,8 @@ Page({
loging: false, loging: false,
regist: false, regist: false,
metaData: null, metaData: null,
// code: null
code: '?mark=ztb_saas&QrCodeRecordId=596073429854195712'
code: null
// code: '?mark=ztb_saas&QrCodeRecordId=596073429854195712'
}, },
/************************************** 初始化登录流程 ********************************************/ /************************************** 初始化登录流程 ********************************************/
onLoad: function (options) { onLoad: function (options) {

Loading…
Cancel
Save