提交 b397c6a1 authored 作者: lihuihui's avatar lihuihui

update

上级 e4015d7b
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
? win.screen.width ? win.screen.width
: win.innerWidth : win.innerWidth
: win.innerWidth : win.innerWidth
console.log(IsPC(), 'is')
const wFsize = ((wWidth > 750 ? 750 : wWidth) / 750) * (IsPC() ? 50 : 100) const wFsize = ((wWidth > 750 ? 750 : wWidth) / 750) * (IsPC() ? 50 : 100)
doc.documentElement.style.fontSize = wFsize + 'px' doc.documentElement.style.fontSize = wFsize + 'px'
} }
......
...@@ -126,7 +126,6 @@ export default { ...@@ -126,7 +126,6 @@ export default {
}, },
// 点击分页 // 点击分页
handleChangePage(val) { handleChangePage(val) {
console.log(val)
this.currentPage = val this.currentPage = val
this.getActivityList() this.getActivityList()
...@@ -166,7 +165,6 @@ export default { ...@@ -166,7 +165,6 @@ export default {
this.detailList = res.data this.detailList = res.data
const isCanJump = this.detailList.activity.details.find(i => i.can_jump === 1) const isCanJump = this.detailList.activity.details.find(i => i.can_jump === 1)
this.handleSign(item, isCanJump) this.handleSign(item, isCanJump)
console.log(this.detailList.activity.details, 'datalist')
}) })
}, },
handleSign(item, canJump) { handleSign(item, canJump) {
...@@ -203,11 +201,9 @@ export default { ...@@ -203,11 +201,9 @@ export default {
if (canJump) { if (canJump) {
window.location.href = canJump.jump_url window.location.href = canJump.jump_url
} }
console.log(11)
}) })
// 没有需要填写的步骤 // 没有需要填写的步骤
} else if (!this.detailList.other_fill_in.need_fill_in_status) { } else if (!this.detailList.other_fill_in.need_fill_in_status) {
console.log('333')
if (this.detailList.self_fill_in.need_fill_in_status) { if (this.detailList.self_fill_in.need_fill_in_status) {
this.$router.push({ this.$router.push({
......
...@@ -195,7 +195,6 @@ export default { ...@@ -195,7 +195,6 @@ export default {
// 实付价样式 // 实付价样式
getPayPrice() { getPayPrice() {
const splitPrice = this.payPrice.toString().split('.') const splitPrice = this.payPrice.toString().split('.')
console.log(111, this.payPrice, this.data)
// //2.重新赋值 // //2.重新赋值
return `<span style="font-size:0.34rem;">${splitPrice[0]}</span>.<span style="font-size:0.2rem;">${splitPrice[1]}</span>` return `<span style="font-size:0.34rem;">${splitPrice[0]}</span>.<span style="font-size:0.2rem;">${splitPrice[1]}</span>`
}, },
......
...@@ -148,7 +148,6 @@ export default { ...@@ -148,7 +148,6 @@ export default {
}) })
} else { } else {
// 重新报名初始化数据 // 重新报名初始化数据
console.log(activityData, '1')
sliceData = activityData.details sliceData = activityData.details
sliceData.map(item => { sliceData.map(item => {
item.list = [] item.list = []
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论