使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
liumin
/
NewZkgj
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
项目新增字段
autoSR1012
douzhuo
2 年前
父节点
5997387ddd
当前提交
6848dc2ab6
共有
5 个文件被更改
,包括
10 次插入
和
1 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+5
-0
App.vue
+1
-0
pages/center/Piabodata/Customerportrait/Receivedetailabout.vue
+2
-1
pages/center/prohibited/details.vue
+1
-0
pages/mine/details.vue
+1
-0
pages/mine/details2.vue
+ 5
- 0
App.vue
查看文件
@@ -24,6 +24,11 @@
},
methods: {
addLookingCount() {
this.$u.post('/api/user/addLookingCount', { house: uni.getStorageSync('buildingID').id })
},
// 时分秒转换为秒
TIMEEVENT(e) {
var time = e;
+ 1
- 0
pages/center/Piabodata/Customerportrait/Receivedetailabout.vue
查看文件
@@ -469,6 +469,7 @@
},
onLoad(options) {
this.addLookingCount()
uni.$on('Receivedetailabouts', info => {
console.log('我监听收到了', info)
this.init(info, 'seek')
+ 2
- 1
pages/center/prohibited/details.vue
查看文件
@@ -280,6 +280,7 @@
}
},
onLoad(option) {
this.addLookingCount()
this.status = option.status;
this.customerId = option.customerId;
this.stateisshow = option.stateisshow;
@@ -518,7 +519,7 @@
});
})
},
// 展示确认无效原因输入框
showTagValid() {
this.tagValidShow = true
+ 1
- 0
pages/mine/details.vue
查看文件
@@ -275,6 +275,7 @@
},
onLoad(options) {
this.addLookingCount()
let menu = uni.getStorageSync('weapp_session_Menu_data');
this.eqLog = menu.findIndex(item=>item.name=='设备日志');
+ 1
- 0
pages/mine/details2.vue
查看文件
@@ -782,6 +782,7 @@
}
},
onLoad(options) {
this.addLookingCount()
this.LOADING = true
let menu = uni.getStorageSync('weapp_session_Menu_data');
this.eqLog = menu.findIndex(item => item.name == '设备日志');
撰写
预览
正在加载...
取消
保存