mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-15 05:56:47 +08:00
去掉打印信息
This commit is contained in:
@@ -105,13 +105,13 @@ permission()
|
|||||||
FastClick.attach(document.body)
|
FastClick.attach(document.body)
|
||||||
// 监听input弹窗滚动到可视区域
|
// 监听input弹窗滚动到可视区域
|
||||||
window.addEventListener('resize', function () {
|
window.addEventListener('resize', function () {
|
||||||
if (document.activeElement.tagName === 'INPUT' || document.activeElement.tagName === 'TEXTAREA') {
|
if (document.activeElement.tagName === 'INPUT' || document.activeElement.tagName === 'TEXTAREA') {
|
||||||
console.log('asdasdaaaaaaaaaaaa======================')
|
|
||||||
window.setTimeout(function () {
|
window.setTimeout(function () {
|
||||||
document.activeElement.scrollIntoViewIfNeeded()
|
document.activeElement.scrollIntoViewIfNeeded()
|
||||||
}, 0)
|
}, 0)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
Vue.config.productionTip = false
|
Vue.config.productionTip = false
|
||||||
new Vue({
|
new Vue({
|
||||||
router,
|
router,
|
||||||
|
|||||||
Reference in New Issue
Block a user