소스 검색

返回按钮修改

kk.shi 3 년 전
부모
커밋
82b38893f9
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. BIN
      images/back.png
  2. 1 1
      pages/luckDraw/profile.wxml

BIN
images/back.png


+ 1 - 1
pages/luckDraw/profile.wxml

@@ -1,7 +1,7 @@
 <!--pages/luckDraw/profile.wxml-->
 <!-- 首部信息 -->
 <view class="head flex-column">
-<topbar title="个人中心" topbar-title-class="profile-topbar"/>
+<topbar title="抽奖记录" topbar-title-class="profile-topbar"/>
   <image wx:if="{{!isLogin}}" class="head_portrait" src="/images/welfareMall/head-portrait.png" />
   <!-- 获取用户头像 -->
   <open-data wx:if="{{isLogin}}" class="head_portrait" type="userAvatarUrl"></open-data>