Commit 9c2c65ff authored by 罗林杰's avatar 罗林杰

修改点赞

parent 1150f2d1
...@@ -451,6 +451,11 @@ import {getDict} from "../api/system/dict/data"; ...@@ -451,6 +451,11 @@ import {getDict} from "../api/system/dict/data";
wxOpenid: uni.getStorageSync('userInfo').wxOpenid, wxOpenid: uni.getStorageSync('userInfo').wxOpenid,
isPay:'1',//1花费 0不花费 isPay:'1',//1花费 0不花费
} }
this.animUrl = url;
this.showAnima = true;
setTimeout(() => {
this.showAnima = false;
}, 500)
likeUser(form).then(res=>{ likeUser(form).then(res=>{
if (res.data.code != 200) { if (res.data.code != 200) {
uni.showToast({ uni.showToast({
...@@ -506,7 +511,7 @@ import {getDict} from "../api/system/dict/data"; ...@@ -506,7 +511,7 @@ import {getDict} from "../api/system/dict/data";
height: 0; height: 0;
// transition: all 0.5s linear; // transition: all 0.5s linear;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
animation: topHide 1s linear; animation: topHide 1.5s linear;
} }
@keyframes topHide { @keyframes topHide {
...@@ -517,26 +522,26 @@ import {getDict} from "../api/system/dict/data"; ...@@ -517,26 +522,26 @@ import {getDict} from "../api/system/dict/data";
} }
70% { 70% {
top: 18%; top: 20%;
width: 100rpx; width: 200rpx;
height: 100rpx; height: 200rpx;
} }
80% { 80% {
top: 18%; top: 20%;
width: 100rpx; width: 200rpx;
height: 100rpx; height: 200rpx;
} }
90% { 90% {
top: 20%; top: 15%;
width: 80rpx; width: 150rpx;
height: 80rpx; height: 150rpx;
} }
100% { 100% {
top: 20%; top: 10%;
wixdth: 0; width: 0;
height: 0; height: 0;
} }
} }
......
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
</u-tabbar> </u-tabbar>
</view> </view>
<view class="recommendation" :style="{'top':navHeight+'px'}"> <view class="recommendation" :style="{'top':navHeight+'px'}">
<view>{{this.queryParam.beginTime}}+' '+{{this.queryParam.endTime}}</view>
<view class="card"> <view class="card">
<view class="recommendation-card" v-for="item in record"> <view class="recommendation-card" v-for="item in record">
<view class="card-image"style="justify-content: left;display: flex"> <view class="card-image"style="justify-content: left;display: flex">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment