Browse Source

项目新增字段

autoSR1012
douzhuo 1 year ago
parent
commit
d07fe62923
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      App.vue

+ 1
- 1
App.vue View File

@@ -26,7 +26,7 @@
methods: {
addLookingCount() {
this.$u.post('/api/user/addLookingCount', { house: uni.getStorageSync('buildingID').id })
this.$u.post('/user/addLookingCount', { house: uni.getStorageSync('buildingID').id })
},
// 时分秒转换为秒


Loading…
Cancel
Save