diff --git a/pages/fillIn/fillIn.vue b/pages/fillIn/fillIn.vue
index d439ff7d8381d3820e62b4e0ec6ec004c7c867e5..eefac39718fdf3c851e777be983919ecc9485ac0 100644
--- a/pages/fillIn/fillIn.vue
+++ b/pages/fillIn/fillIn.vue
@@ -2011,7 +2011,6 @@
}
// 复选框展示和隐藏
if (type === 'pickerMore') {
- console.log(evt)
let val = evt.detail.value;
const showList = item.showList
if (showList && showList.length > 0) {
@@ -2032,7 +2031,6 @@
},
isShowChild() {
- console.log(this.form['returnToWork'])
this.list[10].hidden = this.form['returnToWork'] == 'a'
},
@@ -2045,7 +2043,6 @@
},
// 更新下拉框绑定的表单内容
updatePickerVal(event, item) {
- console.log(event)
const opts = item.opts
const prop = item.value
const val = event.detail.value
@@ -2066,7 +2063,6 @@
},
// 提交信息
formSubmit() {
- console.log(this.form)
let flag = true
let msg = ''
for (let i = 0; i < this.list.length; i++) {
diff --git a/pages/index/index.vue b/pages/index/index.vue
index dd5a4f8d5fbc7c18cf44498bdf478b7d95b6267f..2e20b5c6379e847114c8f8638237321d2d9f1e32 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -6,6 +6,7 @@
+ {{option.userId?option.userId:'无'}}
入园请向门卫出示健康码
@@ -19,9 +20,15 @@
components: {},
name: "home",
data() {
- return {};
+ return {
+ option:{
+ userId:''
+ }
+ };
},
onLoad: function(option) {
+ console.log(option)
+ this.option = option
let that = this
// #ifdef MP-WEIXIN
wx.login({
diff --git a/pages/security/security.vue b/pages/security/security.vue
index 2e702a78b596c16fa40fbcd3c78b4bb26e83e37c..83d4a9481fc8afcba5ef97c96c49ca2aab1f7c44 100644
--- a/pages/security/security.vue
+++ b/pages/security/security.vue
@@ -34,7 +34,7 @@
};
},
onLoad: function(option) {
-
+ console.log(option)
},
onShow() {},
methods: {
@@ -51,7 +51,6 @@
}).catch(err => {
console.log(err)
})
-
},
// 体温异常
abnormal() {