refactor(site-subscriptions): refine tool help copy for attach mode
This commit is contained in:
@@ -266,14 +266,15 @@
|
||||
@endif
|
||||
</div>
|
||||
<div class="muted muted-xs mt-6">
|
||||
@if($attachOrderId > 0)
|
||||
当前为“绑定订阅到订单”模式:请在列表行内直接点击「绑定到订单」。
|
||||
@else
|
||||
用于运营从订阅目录快速发起续费下单:会把当前 merchant_id/plan_id 作为默认值带到下单页。
|
||||
<span class="muted">续费单必须绑定订阅,建议从下方列表行内「续费下单」选择具体订阅。</span>
|
||||
@endif
|
||||
@if(($isExpiryView ?? false))
|
||||
<span class="muted">(已处于到期集合视图:请优先使用上方「创建续费订单(当前集合)」入口)</span>
|
||||
@endif
|
||||
@if($attachOrderId > 0)
|
||||
<span class="muted">(当前为“绑定订阅到订单”模式:请在列表行内直接点击「绑定到订单」)</span>
|
||||
@endif
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user