迁移求婚弹窗组件脚本
This commit is contained in:
@@ -114,6 +114,8 @@
|
||||
'statusUrl' => route('marriage.status'),
|
||||
'targteStatusUrl' => '/marriage/target',
|
||||
'myRingsUrl' => route('marriage.rings'),
|
||||
'weddingTiers' => \App\Models\WeddingTier::query()->where('is_active', true)->orderBy('amount')->get(),
|
||||
'defaultWeddingTierId' => \App\Models\WeddingTier::query()->where('is_active', true)->orderBy('amount')->value('id') ?? '',
|
||||
'acceptUrlTemplate' => '/marriage/__ID__/accept',
|
||||
'rejectUrlTemplate' => '/marriage/__ID__/reject',
|
||||
'divorceUrlTemplate' => '/marriage/__ID__/divorce',
|
||||
|
||||
Reference in New Issue
Block a user