2020-12-08 16:45:57 +08:00
|
|
|
<import src="../../common/head.wxml" />
|
|
|
|
<import src="../../common/foot.wxml" />
|
2020-12-08 16:17:24 +08:00
|
|
|
|
|
|
|
<view class="container">
|
|
|
|
<template is="head" data="{{title: 'pageScrollTo'}}"/>
|
|
|
|
|
|
|
|
<view class="page-body">
|
|
|
|
<view class="page-section">
|
|
|
|
<view class="btn-area">
|
|
|
|
<button type="primary" bindtap="scrollToBottom">滚动到页面底部</button>
|
|
|
|
</view>
|
|
|
|
<view class="filling-area"></view>
|
|
|
|
<view class="btn-area">
|
|
|
|
<button type="primary" bindtap="scrollToTop">返回顶部</button>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<template is="foot" />
|
|
|
|
</view>
|