添加预约时间
This commit is contained in:
@ -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', {
|
||||
|
||||
@ -81,12 +81,12 @@
|
||||
name: '兑换'
|
||||
}
|
||||
],
|
||||
current: 1,
|
||||
current: 0,
|
||||
upOption:{
|
||||
noMoreSize: 4,
|
||||
empty:{
|
||||
tip: '~ 空空如也 ~', // 提示
|
||||
btnText: ''
|
||||
btnText: '',
|
||||
},
|
||||
textNoMore: '没有更多了'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user