添加预约时间

This commit is contained in:
2025-05-17 15:15:11 +08:00
parent 7ae003c61f
commit cdf7e721c5
7 changed files with 101 additions and 39 deletions

View File

@ -76,7 +76,8 @@ export default {
addressList: [],
hasAddress: true,
deleteSure: false,
currentId: 0
currentId: 0,
type: 0
}
},
@ -98,6 +99,7 @@ export default {
methods: {
onSelect(e) {
console.log("e>>>", e);
if (this.type) {
let { id } = e.currentTarget.dataset
uni.$emit('selectaddress', {

View File

@ -81,12 +81,12 @@
name: '兑换'
}
],
current: 1,
current: 0,
upOption:{
noMoreSize: 4,
empty:{
tip: '~ 空空如也 ~', // 提示
btnText: ''
btnText: '',
},
textNoMore: '没有更多了'
},