|
@@ -79,9 +79,8 @@ export default {
|
|
},
|
|
},
|
|
async getAdInfoByAdPlace() {
|
|
async getAdInfoByAdPlace() {
|
|
const data = {
|
|
const data = {
|
|
- id: 1,
|
|
|
|
adPlace: 20,
|
|
adPlace: 20,
|
|
- os: 1
|
|
|
|
|
|
+ os: 0
|
|
}
|
|
}
|
|
const res = await this.$axios.$post('/public/v5/advertising/getAdInfoByAdPlace', data);
|
|
const res = await this.$axios.$post('/public/v5/advertising/getAdInfoByAdPlace', data);
|
|
this.topADList = res.data;
|
|
this.topADList = res.data;
|
|
@@ -106,7 +105,7 @@ export default {
|
|
if (item.actionType === '1' || item.actionType === '3' || item.actionType === '5' || item.actionType === '6') {
|
|
if (item.actionType === '1' || item.actionType === '3' || item.actionType === '5' || item.actionType === '6') {
|
|
window.open(item.clickUrl, '_blank')
|
|
window.open(item.clickUrl, '_blank')
|
|
} else if (item.actionType === '4') {
|
|
} else if (item.actionType === '4') {
|
|
- window.open(item.clickUrl, '_blank')
|
|
|
|
|
|
+ window.open(item.deeplink, '_blank')
|
|
}
|
|
}
|
|
},
|
|
},
|
|
submit(item, ele, flag) {
|
|
submit(item, ele, flag) {
|