|
@@ -5,7 +5,7 @@
|
|
<view class="head-personal flex-row">
|
|
<view class="head-personal flex-row">
|
|
<image class="head-personal-logo" src="/images/welfareMall/head-portrait.png" />
|
|
<image class="head-personal-logo" src="/images/welfareMall/head-portrait.png" />
|
|
<view class="head-personal-login" wx:if="{{isLogin}}">{{phone.toHide(mobileTop)}}</view>
|
|
<view class="head-personal-login" wx:if="{{isLogin}}">{{phone.toHide(mobileTop)}}</view>
|
|
- <button class="personal-isLogin" wx:if="{{!isLogin}}" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber" style="margin-left: -50rpx;">登录/注册</button>
|
|
|
|
|
|
+ <button class="personal-isLogin" wx:if="{{!isLogin}}" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber">登录/注册</button>
|
|
</view>
|
|
</view>
|
|
<view class="head-card flex-row">
|
|
<view class="head-card flex-row">
|
|
<view class="head-card-coupon">我的优惠券</view>
|
|
<view class="head-card-coupon">我的优惠券</view>
|
|
@@ -47,13 +47,13 @@
|
|
</view>
|
|
</view>
|
|
<view class="content-lower"></view>
|
|
<view class="content-lower"></view>
|
|
<!-- 邀请好友 -->
|
|
<!-- 邀请好友 -->
|
|
- <view class="invite-friends content-style flex-row">
|
|
|
|
|
|
+ <!-- <view class="invite-friends content-style flex-row">
|
|
<view class="content-img-text flex-row">
|
|
<view class="content-img-text flex-row">
|
|
<image class="content-img" src="/images/welfareMall/invite-friends.png" />
|
|
<image class="content-img" src="/images/welfareMall/invite-friends.png" />
|
|
<view class="content-text">邀请好友</view>
|
|
<view class="content-text">邀请好友</view>
|
|
</view>
|
|
</view>
|
|
<image class="content-jump" src="/images/welfareMall/jump.png" />
|
|
<image class="content-jump" src="/images/welfareMall/jump.png" />
|
|
- </view>
|
|
|
|
|
|
+ </view> -->
|
|
<view class="content-lower"></view>
|
|
<view class="content-lower"></view>
|
|
<!-- 历史订单 -->
|
|
<!-- 历史订单 -->
|
|
<view class="historical-order content-style flex-row" catchtap="toHistorical">
|
|
<view class="historical-order content-style flex-row" catchtap="toHistorical">
|