群组显示修改
This commit is contained in:
parent
fd44b960c9
commit
6f341d1917
@ -11,12 +11,15 @@
|
|||||||
<van-tag plain type="primary" style="margin-right: 4px;"
|
<van-tag plain type="primary" style="margin-right: 4px;"
|
||||||
@click="goPage(group_options?.find(i => i.value == citem)?.url)"
|
@click="goPage(group_options?.find(i => i.value == citem)?.url)"
|
||||||
v-for="(citem, index) in JSON.parse(item.group_ids)" :key="index">
|
v-for="(citem, index) in JSON.parse(item.group_ids)" :key="index">
|
||||||
{{group_options?.find(i => i.value == citem)?.label}}
|
{{
|
||||||
|
`${group_options?.find(i => i.value == citem)?.label}@${group_options?.find(i => i.value
|
||||||
|
== citem)?.url}`
|
||||||
|
}}
|
||||||
</van-tag>
|
</van-tag>
|
||||||
</div>
|
</div>
|
||||||
<div>频率:{{ item.times }}小时一次</div>
|
<div>频率:{{ item.times }}小时一次</div>
|
||||||
<div>周期:{{ item.cycle }}天</div>
|
<div>周期:{{ item.cycle }}天</div>
|
||||||
<div>utsd金额:{{ item.pay_usdt_amount }}</div>
|
<div>utsd金额:{{ item.price }}</div>
|
||||||
<div>创建时间:{{ item.created_at }}</div>
|
<div>创建时间:{{ item.created_at }}</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
@ -12,7 +12,8 @@
|
|||||||
<van-tag plain type="primary" style="margin-right: 4px;"
|
<van-tag plain type="primary" style="margin-right: 4px;"
|
||||||
@click="goPage(group_options?.find(i => i.value == citem)?.url)"
|
@click="goPage(group_options?.find(i => i.value == citem)?.url)"
|
||||||
v-for="(citem, index) in JSON.parse(item.temp_groups)" :key="index">
|
v-for="(citem, index) in JSON.parse(item.temp_groups)" :key="index">
|
||||||
{{group_options?.find(i => i.value == citem)?.label}}
|
{{`${group_options?.find(i => i.value == citem)?.label}@${group_options?.find(i => i.value
|
||||||
|
== citem)?.url}`}}
|
||||||
</van-tag>
|
</van-tag>
|
||||||
</div>
|
</div>
|
||||||
<div>频率:{{ item.times }}小时一次</div>
|
<div>频率:{{ item.times }}小时一次</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user