|
@@ -1,10 +1,11 @@
|
|
<!--pages/welfareMall/personal/personal.wxml-->
|
|
<!--pages/welfareMall/personal/personal.wxml-->
|
|
<page-wrap id="Page" class="{{grayTheme?'page':''}}">
|
|
<page-wrap id="Page" class="{{grayTheme?'page':''}}">
|
|
- <custom-page head-bg-color="#FFE7E8">
|
|
|
|
|
|
+ <custom-page head-bg-image="/images/welfareMall/my.png" bind:sizes="handlePageSizes">
|
|
|
|
+ <view slot="body" class="sign-scroll-body">
|
|
<view slot="body" class="personal flex-column">
|
|
<view slot="body" class="personal flex-column">
|
|
<!-- 首部个人信息 -->
|
|
<!-- 首部个人信息 -->
|
|
|
|
|
|
- <view class="head flex-column">
|
|
|
|
|
|
+ <view class="head flex-column" style="height: {{bodyImageHeight}}px;">
|
|
<view class="head-personal flex-row" wx:if="{{hasUserInfo}}">
|
|
<view class="head-personal flex-row" wx:if="{{hasUserInfo}}">
|
|
|
|
|
|
<!-- 获取用户头像 -->
|
|
<!-- 获取用户头像 -->
|
|
@@ -37,7 +38,14 @@
|
|
</view>
|
|
</view>
|
|
<view>
|
|
<view>
|
|
|
|
|
|
- <view class="head-card flex-row" catchtap="{{couponPath?'getCouponPath':''}}">
|
|
|
|
|
|
+ <!-- <view class="head-card flex-row" catchtap="{{couponPath?'getCouponPath':''}}">
|
|
|
|
+ <view class="head-card-coupon">我的优惠券</view>
|
|
|
|
+ <view class="head-card-nt flex-row">
|
|
|
|
+ <view class="head-card-num">{{countNum}}</view>
|
|
|
|
+ <view class="head-card-text">张</view>
|
|
|
|
+ </view>
|
|
|
|
+ </view> -->
|
|
|
|
+ <view class="head-card-no flex-row" catchtap="{{couponPath?'getCouponPath':''}}">
|
|
<view class="head-card-coupon">我的优惠券</view>
|
|
<view class="head-card-coupon">我的优惠券</view>
|
|
<view class="head-card-nt flex-row">
|
|
<view class="head-card-nt flex-row">
|
|
<view class="head-card-num">{{countNum}}</view>
|
|
<view class="head-card-num">{{countNum}}</view>
|
|
@@ -67,7 +75,7 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
-
|
|
|
|
|
|
+ </view>
|
|
</custom-page>
|
|
</custom-page>
|
|
|
|
|
|
<view>
|
|
<view>
|