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

修改点赞

parent 1150f2d1
......@@ -451,6 +451,11 @@ import {getDict} from "../api/system/dict/data";
wxOpenid: uni.getStorageSync('userInfo').wxOpenid,
isPay:'1',//1花费 0不花费
}
this.animUrl = url;
this.showAnima = true;
setTimeout(() => {
this.showAnima = false;
}, 500)
likeUser(form).then(res=>{
if (res.data.code != 200) {
uni.showToast({
......@@ -506,7 +511,7 @@ import {getDict} from "../api/system/dict/data";
height: 0;
// transition: all 0.5s linear;
transform: translate(-50%, -50%);
animation: topHide 1s linear;
animation: topHide 1.5s linear;
}
@keyframes topHide {
......@@ -517,26 +522,26 @@ import {getDict} from "../api/system/dict/data";
}
70% {
top: 18%;
width: 100rpx;
height: 100rpx;
top: 20%;
width: 200rpx;
height: 200rpx;
}
80% {
top: 18%;
width: 100rpx;
height: 100rpx;
top: 20%;
width: 200rpx;
height: 200rpx;
}
90% {
top: 20%;
width: 80rpx;
height: 80rpx;
top: 15%;
width: 150rpx;
height: 150rpx;
}
100% {
top: 20%;
wixdth: 0;
top: 10%;
width: 0;
height: 0;
}
}
......
......@@ -16,6 +16,7 @@
</u-tabbar>
</view>
<view class="recommendation" :style="{'top':navHeight+'px'}">
<view>{{this.queryParam.beginTime}}+' '+{{this.queryParam.endTime}}</view>
<view class="card">
<view class="recommendation-card" v-for="item in record">
<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