Authored by yyq

change scroll

<template>
<LayoutApp :show-back="true" :hideHeader="hideHeader">
<div class="scroll-list-wrap">
<LayoutScroll
<Scroll
ref="scroll"
:options="options"
:loading="loadingOptions"
@pulling-up="onPullingUp"
:data="newsList.list">
<div class="news-content">
... ... @@ -12,7 +11,7 @@
<List v-if="newsList.list && newsList.list.length > 0" isTitle :list="newsList.list || []"></List>
<UfoNoItem v-else :tip="`暂无数据`" style="margin-top: 60px"></UfoNoItem>
</div>
</LayoutScroll>
</Scroll>
</div>
</LayoutApp>
</template>
... ... @@ -69,12 +68,6 @@ export default {
return {
pullUpLoad: this.newsList.list.length > 0 ? true : false,
}
},
loadingOptions() {
return {
hide: !this.newsList.list || this.newsList.list.length === 0,
noMore: !this.newsList.isMoreData
}
}
},
created() {
... ...
... ... @@ -102,6 +102,8 @@ export default {
if (this.yoho.direction === 'forword') {
this.$refs.filtrate.hide();
Object.assign(this.$data, this.$options.data());
} else {
this.scrollY && this.$refs.scroll.scrollTo(this.scrollY);
}
this.changeArrow();
let params = {...this.$route.query};
... ...
... ... @@ -50,7 +50,7 @@
></i>
<span>我已阅读并同意</span>
<LayoutLink
href="//activity.yoho.cn/feature/4049.html?share_id=6729&title=UFO卖家商品质检标准"
href="//activity.yoho.cn/feature/4049.html?share_id=6729&title=卖家商品质检标准"
>《卖家商品质检标准》</LayoutLink
>
</div>
... ... @@ -173,7 +173,7 @@ export default {
"dg-notice-content-title": true
}
},
isChanged ? "UFO仓库调整公告" : title
isChanged ? "仓库调整公告" : title
),
...info.map(val => {
return createElement(
... ...
<template>
<LayoutApp class="yohoufo-real-auth-page" title="实名认证">
<div class="auth-content">
<p class="auth-sub-title">UFO平台将严格保密您的认证信息,请按照种类分别填写以下信息,保证上传的图片文字清晰可见。</p>
<p class="auth-sub-title">平台将严格保密您的认证信息,请按照种类分别填写以下信息,保证上传的图片文字清晰可见。</p>
<div class="auth-form">
<p class="form-title">姓名</p>
<div class="form-input-block">
... ...