Commit bdb37342f040547cbe8677a0514385a00a3eee83
1 parent
b6693688
commit1
Showing
4 changed files
with
7 additions
and
6 deletions
app.wxss
pages/goods/categoryList/categoryList.wxml
... | ... | @@ -460,10 +460,11 @@ |
460 | 460 | </navigator> |
461 | 461 | </view> |
462 | 462 | <view class="no-data" wx:if="{{msgStatus == true}}"> |
463 | - <image class="cart-image" src="{{iurl}}/miniapp/images/cart-null.png"></image> | |
463 | + <!-- <image class="cart-image" src="{{iurl}}/miniapp/images/cart-null.png"></image> --> | |
464 | 464 | |
465 | - <view wx:if="{{msgStatus == true && lastMsg == false}}" class="no-data-title">该类别暂无推荐商品 {{countDownNum}} 秒后自动跳到下一个类别</view> | |
466 | - <view wx:elif="{{lastMsg == true && msgStatus == true}}" class="no-data-title">该类别暂无推荐商品</view> | |
465 | + <view wx:if="{{msgStatus == true && lastMsg == false}}" class="no-data-title" style="text-align:center;margin-top:100px"> | |
466 | + <view style="color:#444;line-height:30px;">该类别暂无推荐商品</view><view style="color:#444;line-height:30px;"> {{countDownNum}} 秒后自动跳到下一个类别</view> </view> | |
467 | + <view wx:elif="{{lastMsg == true && msgStatus == true}}" class="no-data-title" style="text-align:center;margin-top:100px">该类别暂无推荐商品</view> | |
467 | 468 | <!-- <navigator class="lookat" openType="switchTab" url="/pages/index/index/index"> 去逛逛 </navigator> --> |
468 | 469 | </view> |
469 | 470 | ... | ... |
pages/goods/categoryList/categoryList.wxss