|
@@ -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">登录/注册</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>
|
|
@@ -21,29 +21,38 @@
|
|
<view class="content flex-column">
|
|
<view class="content flex-column">
|
|
<!-- 签到领券 -->
|
|
<!-- 签到领券 -->
|
|
<view class="sign-in content-style flex-row">
|
|
<view class="sign-in content-style flex-row">
|
|
- <view class="content-img-text flex-row">
|
|
|
|
- <image class="content-img" src="/images/welfareMall/sign-in.png" />
|
|
|
|
- <view class="content-text">签到领券</view>
|
|
|
|
|
|
+ <button class="wx-isLogin" wx:if="{{!isLogin}}" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber"></button>
|
|
|
|
+ <view class="grant flex-row">
|
|
|
|
+ <view class="content-img-text flex-row">
|
|
|
|
+ <image class="content-img" src="/images/welfareMall/sign-in.png" />
|
|
|
|
+ <view class="content-text">签到领券</view>
|
|
|
|
+ </view>
|
|
|
|
+ <image class="content-jump" src="/images/welfareMall/jump.png" />
|
|
</view>
|
|
</view>
|
|
- <image class="content-jump" src="/images/welfareMall/jump.png" />
|
|
|
|
</view>
|
|
</view>
|
|
<view class="content-lower"></view>
|
|
<view class="content-lower"></view>
|
|
<!-- 抽奖领券 -->
|
|
<!-- 抽奖领券 -->
|
|
<view class="luck-draw content-style flex-row">
|
|
<view class="luck-draw content-style flex-row">
|
|
- <view class="content-img-text flex-row">
|
|
|
|
- <image class="content-img" src="/images/welfareMall/luck-draw.png" />
|
|
|
|
- <view class="content-text">抽奖领券</view>
|
|
|
|
|
|
+ <button class="wx-isLogin" wx:if="{{!isLogin}}" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber"></button>
|
|
|
|
+ <view class="grant flex-row">
|
|
|
|
+ <view class="content-img-text flex-row">
|
|
|
|
+ <image class="content-img" src="/images/welfareMall/luck-draw.png" />
|
|
|
|
+ <view class="content-text">抽奖领券</view>
|
|
|
|
+ </view>
|
|
|
|
+ <image class="content-jump" src="/images/welfareMall/jump.png" />
|
|
</view>
|
|
</view>
|
|
- <image class="content-jump" src="/images/welfareMall/jump.png" />
|
|
|
|
</view>
|
|
</view>
|
|
<view class="content-lower"></view>
|
|
<view class="content-lower"></view>
|
|
<!-- 我的券包 -->
|
|
<!-- 我的券包 -->
|
|
<view class="coupon-bag content-style flex-row">
|
|
<view class="coupon-bag content-style flex-row">
|
|
- <view class="content-img-text flex-row">
|
|
|
|
- <image class="content-img" src="/images/welfareMall/coupon-bag.png" />
|
|
|
|
- <view class="content-text">我的券包</view>
|
|
|
|
|
|
+ <view class="grant flex-row">
|
|
|
|
+ <button class="wx-isLogin" wx:if="{{!isLogin}}" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber"></button>
|
|
|
|
+ <view class="content-img-text flex-row">
|
|
|
|
+ <image class="content-img" src="/images/welfareMall/coupon-bag.png" />
|
|
|
|
+ <view class="content-text">我的券包</view>
|
|
|
|
+ </view>
|
|
|
|
+ <image class="content-jump" src="/images/welfareMall/jump.png" />
|
|
</view>
|
|
</view>
|
|
- <image class="content-jump" src="/images/welfareMall/jump.png" />
|
|
|
|
</view>
|
|
</view>
|
|
<view class="content-lower"></view>
|
|
<view class="content-lower"></view>
|
|
<!-- 邀请好友 -->
|
|
<!-- 邀请好友 -->
|
|
@@ -56,21 +65,27 @@
|
|
</view> -->
|
|
</view> -->
|
|
<view class="content-lower"></view>
|
|
<view class="content-lower"></view>
|
|
<!-- 历史订单 -->
|
|
<!-- 历史订单 -->
|
|
- <view class="historical-order content-style flex-row" catchtap="toHistorical">
|
|
|
|
- <view class="content-img-text flex-row">
|
|
|
|
- <image class="content-img" src="/images/welfareMall/historical-order.png" />
|
|
|
|
- <view class="content-text">历史订单</view>
|
|
|
|
|
|
+ <view class="historical-order content-style flex-row">
|
|
|
|
+ <button class="wx-isLogin" wx:if="{{!isLogin}}" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber"></button>
|
|
|
|
+ <view class="grant flex-row" catchtap="toHistorical">
|
|
|
|
+ <view class="content-img-text flex-row">
|
|
|
|
+ <image class="content-img" src="/images/welfareMall/historical-order.png" />
|
|
|
|
+ <view class="content-text">历史订单</view>
|
|
|
|
+ </view>
|
|
|
|
+ <image class="content-jump" src="/images/welfareMall/jump.png" />
|
|
</view>
|
|
</view>
|
|
- <image class="content-jump" src="/images/welfareMall/jump.png" />
|
|
|
|
</view>
|
|
</view>
|
|
<view class="content-lower"></view>
|
|
<view class="content-lower"></view>
|
|
<!-- 意见反馈 -->
|
|
<!-- 意见反馈 -->
|
|
- <view class="feedback content-style flex-row" catchtap="toFeedback">
|
|
|
|
- <view class="content-img-text flex-row">
|
|
|
|
- <image class="content-img" src="/images/welfareMall/feedback.png" />
|
|
|
|
- <view class="content-text">意见反馈</view>
|
|
|
|
|
|
+ <view class="feedback content-style flex-row">
|
|
|
|
+ <button class="wx-isLogin" wx:if="{{!isLogin}}" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber"></button>
|
|
|
|
+ <view class="grant flex-row" catchtap="toFeedback">
|
|
|
|
+ <view class="content-img-text flex-row">
|
|
|
|
+ <image class="content-img" src="/images/welfareMall/feedback.png" />
|
|
|
|
+ <view class="content-text">意见反馈</view>
|
|
|
|
+ </view>
|
|
|
|
+ <image class="content-jump" src="/images/welfareMall/jump.png" />
|
|
</view>
|
|
</view>
|
|
- <image class="content-jump" src="/images/welfareMall/jump.png" />
|
|
|
|
</view>
|
|
</view>
|
|
<view class="content-lower"></view>
|
|
<view class="content-lower"></view>
|
|
<view></view>
|
|
<view></view>
|
|
@@ -80,9 +95,9 @@
|
|
|
|
|
|
<!-- 使用wxs 手机号码中间四位显示为*号 -->
|
|
<!-- 使用wxs 手机号码中间四位显示为*号 -->
|
|
<wxs module="phone">
|
|
<wxs module="phone">
|
|
-var toHide = function(array) {
|
|
|
|
- var mphone = array.substring(0, 3) + '****' + array.substring(7);
|
|
|
|
- return mphone;
|
|
|
|
-}
|
|
|
|
-module.exports.toHide = toHide;
|
|
|
|
-</wxs>
|
|
|
|
|
|
+ var toHide = function (array) {
|
|
|
|
+ var mphone = array.substring(0, 3) + '****' + array.substring(7);
|
|
|
|
+ return mphone;
|
|
|
|
+ }
|
|
|
|
+ module.exports.toHide = toHide;
|
|
|
|
+</wxs>
|