이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
liumin
/
NewZkgj
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
项目新增字段
autoSR1012
douzhuo
2 년 전
부모
5997387ddd
커밋
6848dc2ab6
5개의 변경된 파일
과
10개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 == '设备日志');
쓰기
미리보기
불러오는 중...
취소
저장