Commit b3659011 by chenxin

fix:

所有游戏的游戏门槛的对应默认图片,
dzp/ggk时间不可以选择之前的,
dzp/ggk用户上传图片不显示
klfl文案错误
parent 73fec2eb
<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><link rel="shortcut icon" href=./static/img/favicon.ico><title>GIC后台</title><link rel=stylesheet type=text/css href=static/css/iconfont.css><link rel=stylesheet type=text/css href=static/css/common.css><link href=/marketing/static/css/main.36686d3c2268afe92087501024384654.css rel=stylesheet></head><body><div id=app></div><script src=//web-1251519181.file.myqcloud.com/lib/vue/2.5.2/vue.min.js></script><script src=//web-1251519181.file.myqcloud.com/lib/vue-router/3.0.2/vue-router.min.js></script><script src=//web-1251519181.file.myqcloud.com/lib/vuex/3.1.0/vuex.min.js></script><script src=//web-1251519181.file.myqcloud.com/lib/elementUI/index.2.5.4.js></script><script src=//web-1251519181.file.myqcloud.com/components/header.2.0.18.js></script><script src=//web-1251519181.file.myqcloud.com/components/footer.2.0.02.js></script><script src=//web-1251519181.file.myqcloud.com/components/card.2.0.02.js></script><script src=//web-1251519181.file.myqcloud.com/components/store.2.0.01.js></script><script src=//web-1251519181.file.myqcloud.com/components/img-preview.2.0.00.js></script><script src=//web-1251519181.file.myqcloud.com/components/member-group.2.0.01.js></script><script src=//web-1251519181.file.myqcloud.com/components/store-card.2.0.00.js></script><script src=//web-1251519181.file.myqcloud.com/components/confirm-people.2.0.01.js></script><script src=//web-1251519181.file.myqcloud.com/components/people.2.0.15.js></script><script src=//web-1251519181.file.myqcloud.com/components/export-excel.2.0.02.js></script><script src=//web-1251519181.file.myqcloud.com/components/input.2.0.00.js></script><script src=//web-1251519181.file.myqcloud.com/components/delete.2.0.00.js></script><script type=text/javascript src=/marketing/static/js/manifest.0a85049e489e85ac5f0a.js></script><script type=text/javascript src=/marketing/static/js/vendor.41e915fffb6fa2b1b49e.js></script><script type=text/javascript src=/marketing/static/js/main.214aad57364b6954dc8e.js></script></body></html>
\ No newline at end of file
<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><link rel="shortcut icon" href=./static/img/favicon.ico><title>GIC后台</title><link rel=stylesheet type=text/css href=static/css/iconfont.css><link rel=stylesheet type=text/css href=static/css/common.css><link href=/marketing/static/css/main.adf865c0ec2c1e4290f3a6120072a8b5.css rel=stylesheet></head><body><div id=app></div><script src=//web-1251519181.file.myqcloud.com/lib/vue/2.5.2/vue.min.js></script><script src=//web-1251519181.file.myqcloud.com/lib/vue-router/3.0.2/vue-router.min.js></script><script src=//web-1251519181.file.myqcloud.com/lib/vuex/3.1.0/vuex.min.js></script><script src=//web-1251519181.file.myqcloud.com/lib/elementUI/index.2.5.4.js></script><script src=//web-1251519181.file.myqcloud.com/components/header.2.0.18.js></script><script src=//web-1251519181.file.myqcloud.com/components/footer.2.0.02.js></script><script src=//web-1251519181.file.myqcloud.com/components/card.2.0.02.js></script><script src=//web-1251519181.file.myqcloud.com/components/store.2.0.01.js></script><script src=//web-1251519181.file.myqcloud.com/components/img-preview.2.0.00.js></script><script src=//web-1251519181.file.myqcloud.com/components/member-group.2.0.01.js></script><script src=//web-1251519181.file.myqcloud.com/components/store-card.2.0.00.js></script><script src=//web-1251519181.file.myqcloud.com/components/confirm-people.2.0.01.js></script><script src=//web-1251519181.file.myqcloud.com/components/people.2.0.15.js></script><script src=//web-1251519181.file.myqcloud.com/components/export-excel.2.0.02.js></script><script src=//web-1251519181.file.myqcloud.com/components/input.2.0.00.js></script><script src=//web-1251519181.file.myqcloud.com/components/delete.2.0.00.js></script><script type=text/javascript src=/marketing/static/js/manifest.0a85049e489e85ac5f0a.js></script><script type=text/javascript src=/marketing/static/js/vendor.41e915fffb6fa2b1b49e.js></script><script type=text/javascript src=/marketing/static/js/main.2aec9cfa37a93f3a1a2a.js></script></body></html>
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -129,7 +129,7 @@ import dmThreshold from '../common/threshold.vue';
export default {
mixins: [editAlertMixin],
data() {
// const that = this;
const that = this;
return {
loading: false,
// 参与门槛组件传递的数据
......@@ -170,7 +170,7 @@ export default {
gameActivityAttendConditionId: '',
tipTitle: '尚未满足游戏参与条件,请多多努力。',
tipsImg: {
imgUrl: require('../common/img/default-attention.png'), // eslint-disable-line
imgUrl: require('../common/img/attend/dzp.png'), // eslint-disable-line
code: ''
}
},
......@@ -221,9 +221,9 @@ export default {
isEdit: this.$route.meta.type === 'edit',
isAdd: this.$route.meta.type === 'add',
pickerOptions: {
// disabledDate(now) {
// return now.getTime() < Date.now() - 24 * 60 * 60 * 1000 && that.isAdd;
// }
disabledDate(now) {
return now.getTime() < Date.now() - 24 * 60 * 60 * 1000 && that.isAdd;
}
}
};
},
......@@ -312,7 +312,7 @@ export default {
// banner - 默认选中的图片url code
this.banner[gameDetail.skinType].code = gameDetail.gameImageFieldCode;
if (gameDetail.gameImageUrl) {
this.gameDetail = gameDetail.gameImageUrl;
this.banner[gameDetail.skinType].imgUrl = gameDetail.gameImageUrl;
}
// 分享
if (gameDetail.shareFlag === 1) {
......
......@@ -115,7 +115,7 @@ import dmThreshold from '../common/threshold.vue';
export default {
mixins: [editAlertMixin],
data() {
// const that = this;
const that = this;
return {
loading: false,
// 参与门槛组件传递的数据
......@@ -155,7 +155,7 @@ export default {
gameActivityAttendConditionId: '',
tipTitle: '尚未满足游戏参与条件,请多多努力。',
tipsImg: {
imgUrl: require('../common/img/default-attention.png'), // eslint-disable-line
imgUrl: require('../common/img/attend/ggk.png'), // eslint-disable-line
code: ''
}
},
......@@ -189,9 +189,9 @@ export default {
isEdit: this.$route.meta.type === 'edit',
isAdd: this.$route.meta.type === 'add',
pickerOptions: {
// disabledDate(now) {
// return now.getTime() < Date.now() - 24 * 60 * 60 * 1000 && that.isAdd;
// }
disabledDate(now) {
return now.getTime() < Date.now() - 24 * 60 * 60 * 1000 && that.isAdd;
}
}
};
},
......@@ -282,7 +282,7 @@ export default {
// banner - 默认选中的图片url code
this.banner[gameDetail.skinType].code = gameDetail.gameImageFieldCode;
if (gameDetail.gameImageUrl) {
this.gameDetail = gameDetail.gameImageUrl;
this.banner[gameDetail.skinType].imgUrl = gameDetail.gameImageUrl;
}
// 分享
......
......@@ -200,7 +200,7 @@ let result = {};
export default {
mixins: [editAlertMixin],
data() {
// const that = this;
const that = this;
return {
loading: false,
tableLoading: false,
......@@ -239,7 +239,7 @@ export default {
shareFlag: 1,
gameShareSettingId: '',
shareTitle: '输口令,赢大奖',
shareTextInfo: '玩游戏,赢大奖~',
shareTextInfo: 'Hi朋友,送你一个口令福利,手慢无!',
shareImg: {
code: '',
imgUrl: require("../common/img/share/klfl.png"), // eslint-disable-line
......@@ -250,7 +250,7 @@ export default {
gameActivityAttendConditionId: '',
tipTitle: '尚未满足游戏参与条件,请多多努力。',
tipsImg: {
imgUrl: require('../common/img/default-attention.png'), // eslint-disable-line
imgUrl: require('../common/img/attend/klfl.png'), // eslint-disable-line
code: ''
}
},
......@@ -290,9 +290,9 @@ export default {
isEdit: this.$route.meta.type === 'edit',
isAdd: this.$route.meta.type === 'add',
pickerOptions: {
// disabledDate(now) {
// return now.getTime() < Date.now() - 24 * 60 * 60 * 1000 && that.isAdd;
// }
disabledDate(now) {
return now.getTime() < Date.now() - 24 * 60 * 60 * 1000 && that.isAdd;
}
}
};
},
......
......@@ -160,7 +160,7 @@ export default {
name: 'ptyx-form',
mixins: [editAlertMixin],
data() {
// const that = this;
const that = this;
return {
// eslint-disable-next-line
defaultImg: require('../../../assets/img/loaderror.png'),
......@@ -206,7 +206,7 @@ export default {
gameActivityAttendConditionId: '',
tipTitle: '尚未满足游戏参与条件,请多多努力。',
tipsImg: {
imgUrl: require('../common/img/default-attention.png'), // eslint-disable-line
imgUrl: require('../common/img/attend/ptyx.png'), // eslint-disable-line
code: ''
}
},
......@@ -242,9 +242,9 @@ export default {
startGame: {},
shareGame: {},
pickerOptions: {
// disabledDate(now) {
// return now.getTime() < Date.now() - 24 * 60 * 60 * 1000 && that.isAdd;
// }
disabledDate(now) {
return now.getTime() < Date.now() - 24 * 60 * 60 * 1000 && that.isAdd;
}
}
};
},
......
......@@ -83,7 +83,7 @@ let cardType = 'firstStrategy';
export default {
mixins: [editAlertMixin],
data() {
// const that = this;
const that = this;
return {
loading: false,
tableLoading: false,
......@@ -121,7 +121,7 @@ export default {
gameActivityAttendConditionId: '',
tipTitle: '尚未满足游戏参与条件,请多多努力。',
tipsImg: {
imgUrl: require('../common/img/default-attention.png'), // eslint-disable-line
imgUrl: require('../common/img/attend/znm.png'), // eslint-disable-line
code: ''
}
},
......@@ -144,9 +144,9 @@ export default {
isAdd: this.$route.meta.type === 'add',
isInfo: this.$route.meta.type === 'info',
pickerOptions: {
// disabledDate(now) {
// return now.getTime() < Date.now() - 24 * 60 * 60 * 1000 && that.isAdd;
// }
disabledDate(now) {
return now.getTime() < Date.now() - 24 * 60 * 60 * 1000 && that.isAdd;
}
}
};
},
......
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