Commit bf154c4b authored by jsz315's avatar jsz315

修改日历图片

parent 4958ae9e
...@@ -120,7 +120,8 @@ export default { ...@@ -120,7 +120,8 @@ export default {
activitLyist: [], activitLyist: [],
weixinQrcode: '', weixinQrcode: '',
showInterceptModal: false, showInterceptModal: false,
sellerId: "" sellerId: "",
loading: false
}; };
}, },
props: { props: {
...@@ -317,6 +318,13 @@ export default { ...@@ -317,6 +318,13 @@ export default {
} }
}, },
async shareGame(item, jump){ async shareGame(item, jump){
if(this.loading){
return;
}
this.loading = true;
setTimeout(() => {
this.loading = false;
}, 300);
if(!jump){ if(!jump){
let res_ = await get(API.userInfo, {}); let res_ = await get(API.userInfo, {});
if (res_.success) { if (res_.success) {
......
...@@ -67,13 +67,13 @@ ...@@ -67,13 +67,13 @@
height: 294px; height: 294px;
margin: 0 auto 0 28px; margin: 0 auto 0 28px;
.img{ .img{
background: url("//yun.dui88.com/h5-mami/webgame/kejiji/webview/img/ren.png") no-repeat center; background: url("//yun.dui88.com/h5/miniprogram/kejiji/images/rilis.gif") no-repeat center;
background-size: contain; background-size: contain;
position: absolute; position: absolute;
width: 200px; width: 300px;
height: 150px; height: 240px;
left: 60px; left: 20px;
top: 60px; top: 20px;
} }
.day{ .day{
width: 100px; width: 100px;
......
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