|
|
@ -259,7 +259,7 @@ |
|
|
|
<image class="icon" src="{{imageUrl}}case-detail-footer-icon2.png?t={{Timestamp}}"></image> |
|
|
|
<image class="icon" src="{{imageUrl}}case-detail-footer-icon2.png?t={{Timestamp}}"></image> |
|
|
|
<view class="name">创建学习窗</view> |
|
|
|
<view class="name">创建学习窗</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="m-item" wx:if="{{auth.canEnterChatRoom && foldAuth.canCreateChatRoom}}" bind:tap="handleRoom"> |
|
|
|
<view class="m-item" wx:if="{{auth.canEnterChatRoom && foldAuth.canEnterChatRoom}}" bind:tap="handleRoom"> |
|
|
|
<image class="icon" src="{{imageUrl}}case-detail-footer-icon2.png?t={{Timestamp}}"></image> |
|
|
|
<image class="icon" src="{{imageUrl}}case-detail-footer-icon2.png?t={{Timestamp}}"></image> |
|
|
|
<view class="name">进入学习窗</view> |
|
|
|
<view class="name">进入学习窗</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
@ -324,7 +324,7 @@ |
|
|
|
<image class="icon" src="{{imageUrl}}case-detail-footer-icon2.png?t={{Timestamp}}"></image> |
|
|
|
<image class="icon" src="{{imageUrl}}case-detail-footer-icon2.png?t={{Timestamp}}"></image> |
|
|
|
<view class="name">创建学习窗</view> |
|
|
|
<view class="name">创建学习窗</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="w-item" wx:if="{{auth.canEnterChatRoom && !foldAuth.canCreateChatRoom}}" bind:tap="handleRoom"> |
|
|
|
<view class="w-item" wx:if="{{auth.canEnterChatRoom && !foldAuth.canEnterChatRoom}}" bind:tap="handleRoom"> |
|
|
|
<image class="icon" src="{{imageUrl}}case-detail-footer-icon2.png?t={{Timestamp}}"></image> |
|
|
|
<image class="icon" src="{{imageUrl}}case-detail-footer-icon2.png?t={{Timestamp}}"></image> |
|
|
|
<view class="name">进入学习窗</view> |
|
|
|
<view class="name">进入学习窗</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|