|
@@ -27,9 +27,9 @@
|
|
<!-- 内容 -->
|
|
<!-- 内容 -->
|
|
<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">
|
|
<button class="wx-isLogin" wx:if="{{!isLogin}}" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber"></button>
|
|
<button class="wx-isLogin" wx:if="{{!isLogin}}" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber"></button>
|
|
- <view class="grant flex-row">
|
|
|
|
|
|
+ <view class="grant flex-row" catchtap="toSigIn">
|
|
<view class="content-img-text flex-row">
|
|
<view class="content-img-text flex-row">
|
|
<image class="content-img" src="/images/welfareMall/sign-in.png" />
|
|
<image class="content-img" src="/images/welfareMall/sign-in.png" />
|
|
<view class="content-text">签到领券</view>
|
|
<view class="content-text">签到领券</view>
|
|
@@ -37,11 +37,11 @@
|
|
<image class="content-jump" src="/images/welfareMall/jump.png" />
|
|
<image class="content-jump" src="/images/welfareMall/jump.png" />
|
|
</view>
|
|
</view>
|
|
</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">
|
|
<button class="wx-isLogin" wx:if="{{!isLogin}}" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber"></button>
|
|
<button class="wx-isLogin" wx:if="{{!isLogin}}" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber"></button>
|
|
- <view class="grant flex-row">
|
|
|
|
|
|
+ <view class="grant flex-row" catchtap="toLuck">
|
|
<view class="content-img-text flex-row">
|
|
<view class="content-img-text flex-row">
|
|
<image class="content-img" src="/images/welfareMall/luck-draw.png" />
|
|
<image class="content-img" src="/images/welfareMall/luck-draw.png" />
|
|
<view class="content-text">抽奖领券</view>
|
|
<view class="content-text">抽奖领券</view>
|
|
@@ -49,7 +49,7 @@
|
|
<image class="content-jump" src="/images/welfareMall/jump.png" />
|
|
<image class="content-jump" src="/images/welfareMall/jump.png" />
|
|
</view>
|
|
</view>
|
|
</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="grant flex-row">
|
|
<view class="grant flex-row">
|
|
@@ -73,7 +73,7 @@
|
|
<view class="content-lower"></view>
|
|
<view class="content-lower"></view>
|
|
<!-- 历史订单 -->
|
|
<!-- 历史订单 -->
|
|
<view class="historical-order content-style flex-row">
|
|
<view class="historical-order content-style flex-row">
|
|
- <button class="wx-isLogin" wx:if="{{!isLogin}}" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber"></button>
|
|
|
|
|
|
+ <button class="wx-isLogin" wx:if="{{!isLogin}}" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumberHis"></button>
|
|
<view class="grant flex-row" catchtap="toHistorical">
|
|
<view class="grant flex-row" catchtap="toHistorical">
|
|
<view class="content-img-text flex-row">
|
|
<view class="content-img-text flex-row">
|
|
<image class="content-img" src="/images/welfareMall/historical-order.png" />
|
|
<image class="content-img" src="/images/welfareMall/historical-order.png" />
|
|
@@ -85,7 +85,7 @@
|
|
<view class="content-lower"></view>
|
|
<view class="content-lower"></view>
|
|
<!-- 意见反馈 -->
|
|
<!-- 意见反馈 -->
|
|
<view class="feedback content-style flex-row">
|
|
<view class="feedback content-style flex-row">
|
|
- <button class="wx-isLogin" wx:if="{{!isLogin}}" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber"></button>
|
|
|
|
|
|
+ <button class="wx-isLogin" wx:if="{{!isLogin}}" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumberFee"></button>
|
|
<view class="grant flex-row" catchtap="toFeedback">
|
|
<view class="grant flex-row" catchtap="toFeedback">
|
|
<view class="content-img-text flex-row">
|
|
<view class="content-img-text flex-row">
|
|
<image class="content-img" src="/images/welfareMall/feedback.png" />
|
|
<image class="content-img" src="/images/welfareMall/feedback.png" />
|