chenrong 1 ano atrás
pai
commit
5473ee880e

+ 2 - 2
api/message.js

@@ -1,11 +1,11 @@
 import { request } from "@/api/config.js"
 
 
-// 登录方法
+// 获取站内信
 export function messageListApi(data) {
   return request({
     url: '/wx/bkm/message/user/list',
-    method: 'post',
+    method: 'get',
     data: data
   })
 }

+ 3 - 3
pages/drawCard_first/drawCard_first.vue

@@ -259,8 +259,8 @@
 		
 		.refresh {
 			position: fixed;
-			right: 8px;
-			top: 50%;
+			right: 4px;
+			top: 55%;
 			width: 45px;
 		}
 		
@@ -394,7 +394,7 @@
 
 				.active {
 					.kaBk {
-						box-shadow: 0px 1px 4px 2px #0417ff;
+						box-shadow: 0px 1px 6px 2px #0038FF;
 					}
 
 				}

+ 13 - 5
pages/drawCard_last/drawCard_last.vue

@@ -33,6 +33,7 @@
 			<view class="list">
 				<view :class="['item', item.check ? 'active' : '']" v-for="(item,index) in cardList"
 					@click="clickCard(item)">
+					<image v-if="item.check" class="kaBkActive" :src="'https://mall.rongtongh.cn/storage/img/ka/kabk' + cardType(2, item) + 'Active.png'" mode="heightFix"></image>
 					<image class="kaBk" :src="'https://mall.rongtongh.cn/storage/img/ka/kabk' + cardType(2, item) + '.png'" mode="widthFix">
 					</image>
 					<numImg class="num" :value="item" :type="2" />
@@ -259,8 +260,8 @@
 		
 		.refresh {
 			position: fixed;
-			right: 8px;
-			top: 50%;
+			right: 4px;
+			top: 55%;
 			width: 45px;
 		}
 		
@@ -379,11 +380,18 @@
 					align-items: center;
 					position: relative;
 					
+					.kaBkActive {
+						height: 132%;
+						width: 100%;
+						position: absolute;
+						z-index: 1;
+					}
 					.kaBk {
-						width: 75%;
+						width: 70%;
 						border-radius: 4px;
+						z-index: 2;
 					}
-
+					
 					.num {
 						position: absolute;
 						width: 100%;
@@ -394,7 +402,7 @@
 
 				.active {
 					.kaBk {
-						box-shadow: 0px 1px 4px 2px #0417ff;
+						// box-shadow: 0px 1px 6px 3px rgba(255,77,0,0.65);
 					}
 
 				}

+ 1 - 1
pages/excellentValue/excellentValue.vue

@@ -3,7 +3,7 @@
 		<view class="list">
 			<view class="ka" v-for="(item, index) in kaList" @click="toDrawCard(item)">
 				<view class="top">
-					<image mode="aspectFit" :src="item.prizeIcon"></image>
+					<image mode="aspectFit" :src="item.prizeIconList[0]"></image>
 				</view>
 				<view class="ka-info">
 					<view class="ka-name">

+ 1 - 1
pages/raffle/raffle.vue

@@ -34,7 +34,7 @@
 		<view class="list2" v-if="tabActive != 1">
 			<view class="ka" v-for="(item, index) in list" @click="$navigateTo('/pages/drawCard_last/drawCard_last', {id: item.id})">
 				<view class="top">
-					<image mode="aspectFit" :src="item.prizeIcon"></image>
+					<image mode="aspectFit" :src="item.prizeIconList[0]"></image>
 				</view>
 				<view class="ka-info">
 					<view class="ka-name">