flat: 暂存

This commit is contained in:
Apcallover
2024-04-30 11:20:41 +08:00
parent 9f16b866e0
commit f14ea44af2
58 changed files with 6711 additions and 1439 deletions

View File

@@ -78,7 +78,8 @@
near: {
type: Boolean,
default: false
}
},
befor: Function,
},
data() {
return {
@@ -100,6 +101,7 @@
})
},
goInfo: function(item) {
this.$emit('befor', item)
// const isCan = this.noApply === false ? '0' : '1'
// if(item.type == 0) {
// uni.navigateTo({

View File

@@ -78,7 +78,8 @@
near: {
type: Boolean,
default: false
}
},
befor: Function,
},
data() {
return {
@@ -100,6 +101,7 @@
})
},
goInfo: function(item) {
this.$emit('befor', item)
// const isCan = this.noApply === false ? '0' : '1'
// if(item.type == 0) {
uni.navigateTo({