Sfoglia il codice sorgente

项目新增字段

autoSR1012
douzhuo 2 anni fa
parent
commit
d07fe62923
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      App.vue

+ 1
- 1
App.vue Vedi 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 })
},
// 时分秒转换为秒


Caricamento…
Annulla
Salva