Blame view

dist/components/index$550d5e16.wxml 1 KB
ce4c83ff   wxy   初始提交
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  <import src="NoData$313b0900" /><template name="index$550d5e16">
    <view class="_div data-v-bd308c28 question">
      <view class="_div data-v-bd308c28 questionbox" wx:if="{{loaded}}">
        <navigator wx:key="i" key="{{i}}" url="{{'../questiondetail/main?cwxid='+item.cwxid}}" hover-class="hover" wx:for="{{lists}}" wx:for-index="i" wx:for-item="item" class="_navigator data-v-bd308c28">
          <view class="_div data-v-bd308c28 title">{{item.consultant_Title}}</view>
          <view class="_div data-v-bd308c28 text">{{item.consultant_Content}}</view>
          <view class="_div data-v-bd308c28 foot">
            <view wx:key="j" key="{{j}}" class="_div data-v-bd308c28 tags" wx:for="{{item.cate_Name}}" wx:for-index="j" wx:for-item="tag">{{tag}}</view>
            <view class="_div data-v-bd308c28 time">{{item.consultant_Date}}</view>
          </view>
        </navigator> <template wx:if="{{lists.length==0}}" paddingTop="0" data="{{...$root[$kk+'0'], $root}}" is="NoData$313b0900"></template>
      </view>
    </view>
  </template>