权限判断
parent
ce6453c610
commit
3866223374
|
|
@ -35,6 +35,7 @@
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
</view>
|
</view>
|
||||||
|
<template v-if="checkPermission(['admin','store'])">
|
||||||
<view
|
<view
|
||||||
class="text-center leading-60rpx w-200rpx flex-none"
|
class="text-center leading-60rpx w-200rpx flex-none"
|
||||||
v-for="(ty, j) in item.lottery_types"
|
v-for="(ty, j) in item.lottery_types"
|
||||||
|
|
@ -46,6 +47,8 @@
|
||||||
<view class="td">兑奖</view>
|
<view class="td">兑奖</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
</view>
|
</view>
|
||||||
|
|
@ -99,7 +102,7 @@
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- 种类 -->
|
<!-- 种类 -->
|
||||||
|
<template v-if="checkPermission(['admin','store'])">
|
||||||
<template v-for="(ty, j) in item.lottery_types" :key="j">
|
<template v-for="(ty, j) in item.lottery_types" :key="j">
|
||||||
<view class="w-200rpx flex flex-none">
|
<view class="w-200rpx flex flex-none">
|
||||||
<view class="flex-1 td h-60rpx flex-center">{{
|
<view class="flex-1 td h-60rpx flex-center">{{
|
||||||
|
|
@ -110,6 +113,7 @@
|
||||||
}}</view>
|
}}</view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
</template>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue