浏览代码

Merge remote-tracking branch 'origin/jeffrey/feat/coupon-center' into jeffrey/feat/coupon-center

kk.shi 3 年之前
父节点
当前提交
0be67635fd

二进制
images/luck-draw/0.png


二进制
images/luck-draw/1.png


二进制
images/luck-draw/2.png


二进制
images/luck-draw/3.png


二进制
images/luck-draw/4.png


二进制
images/luck-draw/5.png


二进制
images/luck-draw/6.png


二进制
images/luck-draw/7.png


二进制
images/luck-draw/8.png


二进制
images/luck-draw/9.png


二进制
images/luck-draw/ci.png


二进制
images/luck-draw/cjjh.png


二进制
images/luck-draw/gift-booth-active.png


二进制
images/luck-draw/gift-booth-center-disable.png


二进制
images/luck-draw/gift-booth-center.png


二进制
images/luck-draw/gift-box.png


二进制
images/luck-draw/head-bg.png


二进制
images/luck-draw/home-active.png


二进制
images/luck-draw/home.png


二进制
images/luck-draw/niyou.png


二进制
images/luck-draw/user-active.png


二进制
images/luck-draw/user.png


+ 2 - 2
pages/luckDraw/detail.wxml

@@ -1,7 +1,7 @@
 <!--pages/luckDraw/detail.wxml-->
 <view class="page" wx:if="{{showPage}}">
     <view class="head-bg">
-       <image src="/images/luck-draw/head-bg.png" />
+       <image src="https://dy.shpr.top/welfareGo/head-bg-draw.png" mode="widthFix"/>
     </view>
     <!-- 抽奖视图 -->
     <view class="luck-draw-box">
@@ -49,7 +49,7 @@
 
         <!-- 背景 -->
         <view class="luck-draw-bg">
-            <image src="/images/luck-draw/gift-box.png" />
+            <image src="https://dy.shpr.top/welfareGo/gift-box.png" />
         </view>
 
     </view>

+ 1 - 1
pages/luckDraw/detail.wxss

@@ -12,7 +12,7 @@ page {
 }
 .head-bg image {
     width: 750rpx;
-    height: 576rpx
+    /* height: 576rpx */
 }
 
 .luck-draw-box {

+ 2 - 2
utils/request.js

@@ -4,9 +4,9 @@ class request {
     //本地的
 //    static BASE_URL = 'http://localhost:8014/'
 //   pre环境的
-//   static BASE_URL = 'https://oapi.shpr.top/'
+  static BASE_URL = 'https://oapi.shpr.top/'
 //   正式的
-  static BASE_URL = 'https://vapi.hsayi.com/'
+//   static BASE_URL = 'https://vapi.hsayi.com/'
 //   @todo需要修改正式的域名
 
   static HEAD = {