vip
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<template slot="tabs" slot-scope="slotProps"> </template>
|
||||
<template slot="labelSlot" slot-scope="slotProps">
|
||||
<u-icon
|
||||
v-if="slotProps.data.isBuy != 1 && (vip.type == 0 || vip.type == 3)"
|
||||
v-if="slotProps.data.isBuy != 1 && (vip.type == 0 || vip.type == 2)"
|
||||
class="editIcon"
|
||||
name="lock-fill"
|
||||
color="#aaa"
|
||||
@@ -252,7 +252,7 @@
|
||||
<text
|
||||
class="fdButtonBox aui-text-success"
|
||||
style="background: none"
|
||||
v-if="slotProps.row.isAudition == 1 && vip.type == '0'"
|
||||
v-if="slotProps.row.isAudition == 1 "
|
||||
>试听</text
|
||||
>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user