Browse Source

fix(修改移动积分页面显示) 和图片修改

xing.li 3 years ago
parent
commit
d2360206cd

+ 1 - 1
pages/integral/integral.js

@@ -93,7 +93,7 @@ Page({
     this.getCouponList()
     if(getMobileCache() != ''){
         this.findIntegral()
-    }
+    }  
   },
 
   /** 积分查询 */

+ 1 - 1
pages/integral/integral.wxml

@@ -176,7 +176,7 @@
       </view>
       <view class="payment-code-input" wx:if="{{activeNum === 0}}">
         <text class="payment-iconfont payment-iconyanzhengma payment-code-input-text"></text>
-        <input type="payment-number" model:value="{{active1code}}" maxlength="6" placeholder="输入6位数验证码" />
+        <input type="payment-number" focus="{{paymentStatus}}" model:value="{{active1code}}" maxlength="6" placeholder="输入6位数验证码" />
       </view>
       <view class="payment-code-input" wx:elif="{{activeNum === 1}}">
         <text class="payment-iconfont payment-iconyanzhengma payment-code-input-text"></text>

+ 1 - 1
pages/luckDraw/profile.wxss

@@ -70,7 +70,7 @@ page{
 .coupon,.prize-content{
   width: 707rpx;
   height: 203rpx;
-  background-image: url(https://dy.shpr.top/welfareGo/luck-draw.png);
+  background-image: url(https://dy.shpr.top/welfareGo/luck-draw1.png);
   background-size: 100% 100%;
   justify-content: space-between;
   margin-bottom: 19rpx;

+ 1 - 1
pages/welfareMall/activityInfo/activityInfo.wxss

@@ -31,7 +31,7 @@ Page {
 .info_right{
   width: 204rpx;
   height: 236rpx;
-  background-image: url(https://dy.shpr.top/welfareGo/price_bg.png);
+  background-image: url(https://dy.shpr.top/welfareGo/price_bg1.png);
   background-repeat: no-repeat;
   background-size: 100% 100%;  
 }

+ 1 - 1
pages/welfareMall/personal/personal.wxss

@@ -237,7 +237,7 @@ page{
 .broadcast{
   width: 678rpx;
   height: 130rpx;
-  background-image: url(https://dy.shpr.top/welfareGo/broadcast.png);
+  background-image: url(https://dy.shpr.top/welfareGo/broadcast1.png);
   background-size: 100% 100%;
   margin-top: 50rpx;
 }