diff --git a/pages/fillIn/fillIn.vue b/pages/fillIn/fillIn.vue
index b84390082336e30279c7a6208913637a84123df6..8a099ec851dd4596b3ca3f8ffa9b0b3f7ebc383d 100644
--- a/pages/fillIn/fillIn.vue
+++ b/pages/fillIn/fillIn.vue
@@ -2011,7 +2011,6 @@
}
// 复选框展示和隐藏
if (type === 'pickerMore') {
- console.log(evt)
const nullList = ['无上述情况','以上均无']
const checkList = item.opts
let val = evt.detail.value;
@@ -2038,7 +2037,6 @@
},
isShowChild() {
- console.log(this.form['returnToWork'])
this.list[10].hidden = this.form['returnToWork'] == 'a'
},
@@ -2051,7 +2049,6 @@
},
// 更新下拉框绑定的表单内容
updatePickerVal(event, item) {
- console.log(event)
const opts = item.opts
const prop = item.value
const val = event.detail.value
@@ -2072,7 +2069,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 b1ec53e3d62392039ae136498eb17900d5828585..3d0405e6f24a203dbebb8a814c0c77e6def07d72 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -5,6 +5,7 @@
+ {{option.userId?option.userId:'无'}}
入园请向门卫出示健康码
@@ -18,9 +19,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() {