Files
lcb/pages/signup/code.js
T
2024-05-26 18:12:41 +08:00

57 lines
854 B
JavaScript

// pages/signup/code.js
import _ from '../../commons/js/commons'
const timer = require('../../commons/js/lib/wxTimer');
var wxTimer = null
Page({
/**
* 页面的初始数据
*/
data: {
navBar: {
title: '客户签到',
txtColor: '#fff',
bgColor: '#1a1c26',
isShowBg: true,
showHomeIcon: true
},
qrcode_img: 'http://qnimg.banping.com/20240511/171539407575215900.png',
qrcode_count_time: 30
},
/**
* 生命周期函数--监听页面加载
*/
onLoad(options) {
},
/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady() {
},
/**
* 生命周期函数--监听页面显示
*/
onShow() {
},
/**
* 生命周期函数--监听页面隐藏
*/
onHide() {
},
/**
* 生命周期函数--监听页面卸载
*/
onUnload() {
}
})