feat(抽奖活动页): 有转账对象时,默认展开转账抽屉
This commit is contained in:
parent
82345d4589
commit
ffae919972
@ -940,6 +940,8 @@ const initializePayee = () => {
|
|||||||
const savedPayee = getSelectedPayee()
|
const savedPayee = getSelectedPayee()
|
||||||
if (savedPayee) {
|
if (savedPayee) {
|
||||||
Object.assign(selectedPayee.value, savedPayee)
|
Object.assign(selectedPayee.value, savedPayee)
|
||||||
|
handleBt('Income')
|
||||||
|
drawerShowBt('transfer')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user