litian
2025-03-17 450f52d277aef0d7cb5a4993850bc49e1b751829
pages/personalCenter/index.wxml
@@ -1,6 +1,6 @@
<view class="container">
  <view class="bg">
    <image src="/static/images/personal/my-bg.png" mode="heightFix" class="image" />
    <image src="https://jsek.bnuic.com/home/image/my-bg.png" mode="heightFix" class="image" />
  </view>
  <t-pull-down-refresh value="{{baseRefresh.value}}" loadingProps="{{loadingProps}}" loadingTexts="{{['下拉刷新', '正在刷新', '刷新完成']}}" bind:refresh="onPullDownRefresh" bind:scroll="onScroll">
    <view style="width: 100%; height: {{barHeight}}px;"></view>