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

update

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