author.ttml
806 Bytes
<import src="./template/guangItem.ttml"/>
<import src="./template/authorEdit.ttml"/>
<import src="../loading/index.ttml"/>
<scroll-view scroll-y
scroll-with-animation
class="guang-author-page"
style="height: {{screenHeight}}px;"
bindscrolltolower="loadMore"
bindscroll="onScroll"
scroll-top="{{scrollTop}}"
enable-back-to-top="true">
<view class="guang-list-container">
<template is="authorEdit" data="{{authorInfo}}"/>
<template is="guangItem" tt:for="{{authorResult}}" tt:key="index1" data="{{data: item, yasParam}}"/>
<template is="loadMore" data="{{isLoading}}"/>
</view>
</scroll-view>
<quickNavigation id="quickNavigation" isShowIndicator="{{isShowIndicator}}"
isShowShopCart="{{false}}"
bind:backToTop="backToTop"></quickNavigation>