浏览代码

feat(卡券) 修改详情

xing.li 3 年之前
父节点
当前提交
00f69862a0
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      pages/luckDraw/profile.json
  2. 1 1
      pages/luckDraw/profile.wxml

+ 1 - 1
pages/luckDraw/profile.json

@@ -1,5 +1,5 @@
 {
-  "navigationBarTitleText": "个人中心",
+  "navigationBarTitleText": "",
   "usingComponents": {
     "tab-bar": "./components/tabbar",
     "topbar": "../../components/topbar",

+ 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>