Pārlūkot izejas kodu

页面跳转作用域

kk.shi 3 gadi atpakaļ
vecāks
revīzija
25db0f9d90
1 mainītis faili ar 5 papildinājumiem un 3 dzēšanām
  1. 5 3
      pages/welfareMall/personal/personal.wxml

+ 5 - 3
pages/welfareMall/personal/personal.wxml

@@ -53,9 +53,11 @@
       <view class="coupon-bag content-style flex-row">
         <view class="grant flex-row">
           <button class="wx-isLogin" wx:if="{{!isLogin}}" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumberCoupon"></button>
-          <view class="content-img-text flex-row" catchtap="toCoupon">
-            <image class="content-img" src="/images/welfareMall/coupon-bag.png" />
-            <view class="content-text">我的券包</view>
+          <view class="grant flex-row" catchtap="toHistorical">
+            <view class="content-img-text flex-row" catchtap="toCoupon">
+              <image class="content-img" src="/images/welfareMall/coupon-bag.png" />
+              <view class="content-text">我的券包</view>
+            </view>
           </view>
           <image class="content-jump" src="/images/welfareMall/jump.png" />
         </view>