|
@@ -1,6 +1,8 @@
|
|
<!--pages/luckDraw/profile.wxml-->
|
|
<!--pages/luckDraw/profile.wxml-->
|
|
<!-- 首部信息 -->
|
|
<!-- 首部信息 -->
|
|
<view class="head flex-column">
|
|
<view class="head flex-column">
|
|
|
|
+<topbar />
|
|
|
|
+ <view class="head_profile">个人中心</view>
|
|
<image wx:if="{{!isLogin}}" class="head_portrait" src="/images/welfareMall/head-portrait.png" />
|
|
<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>
|
|
<open-data wx:if="{{isLogin}}" class="head_portrait" type="userAvatarUrl"></open-data>
|