|
@@ -36,6 +36,7 @@ Page({
|
|
|
workerLogin({code: res.code}).then(res => {
|
|
|
// 登录成功 进入首页 如果绑定过设备 直接进入到用户档案扫码
|
|
|
wx.hideLoading()
|
|
|
+ wx.vibrateShort()
|
|
|
that.setAppGlobalData(res.data)
|
|
|
const device = res.data.device
|
|
|
if (device !== null) {
|
|
@@ -138,6 +139,7 @@ Page({
|
|
|
}
|
|
|
})
|
|
|
} else { // 已经绑定过微信
|
|
|
+ wx.vibrateShort()
|
|
|
if (device !== null) {
|
|
|
wx.redirectTo({
|
|
|
url: '/pages/workbench/workbench?form=login&deviceName=' + device.deviceName
|
|
@@ -169,6 +171,7 @@ Page({
|
|
|
})
|
|
|
bindWecaht({code: res.code}).then(res => {
|
|
|
wx.hideLoading()
|
|
|
+ wx.vibrateShort()
|
|
|
wx.showToast({
|
|
|
title: '绑定成功',
|
|
|
icon: 'success'
|