浏览代码

fix[litemall-wx]: 分类页面的简介字段显示

Junling Bu 6 年之前
父节点
当前提交
31d047290b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      litemall-wx/pages/category/category.wxml

+ 1 - 1
litemall-wx/pages/category/category.wxml

@@ -11,7 +11,7 @@
     <view class="cate-item">
     <view class="cate-item">
       <view class="h">
       <view class="h">
         <text class="name">{{currentCategory.name}}</text>
         <text class="name">{{currentCategory.name}}</text>
-        <text class="desc">{{currentCategory.frontName}}</text>
+        <text class="desc">{{currentCategory.desc}}</text>
       </view>
       </view>
       <view class="b">
       <view class="b">
         <navigator class="item {{(iindex + 1) % 2 == 0 ? 'item-b' : ''}}" url="/pages/goods/goods?id={{iitem.id}}" wx:for="{{goodsList}}" wx:key="id" wx:for-item="iitem" wx:for-index="iindex">
         <navigator class="item {{(iindex + 1) % 2 == 0 ? 'item-b' : ''}}" url="/pages/goods/goods?id={{iitem.id}}" wx:for="{{goodsList}}" wx:key="id" wx:for-item="iitem" wx:for-index="iindex">