mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-15 05:46:46 +08:00
隐藏
This commit is contained in:
@@ -16,10 +16,10 @@
|
||||
<image class="img" src="../../static/images/learnpath/otherpath.png" mode=""></image>
|
||||
<text class="text">其他路径</text>
|
||||
</view>
|
||||
<view class="item">
|
||||
<!-- <view class="item">
|
||||
<image class="img" src="../../static/images/learnpath/notpath.png" mode=""></image>
|
||||
<text class="text">其他路径(无权限)</text>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
<view class="table">
|
||||
<view class="table-container">
|
||||
@@ -45,11 +45,11 @@
|
||||
src="@/static/images/learnpath/otherpath.png"
|
||||
mode="aspectFit"
|
||||
/>
|
||||
<image
|
||||
<!-- <image
|
||||
v-else-if="!(t && t.permission)"
|
||||
src="@/static/images/learnpath/notpath.png"
|
||||
mode="aspectFit"
|
||||
/>
|
||||
/> -->
|
||||
<text v-else></text>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user