Commit e2f79582 authored by youjie's avatar youjie

no message

parent a6ceffae
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
<span <span
class="col product-price text-subtitle1 text-weight-bold" class="col product-price text-subtitle1 text-weight-bold"
style="text-align: left" style="text-align: left"
v-if="dataList.priceList.length>0"
> >
<span <span
>CNY >CNY
...@@ -345,7 +346,7 @@ ...@@ -345,7 +346,7 @@
<div class="" v-if="$q.platform.is.desktop"> <div class="" v-if="$q.platform.is.desktop">
<div class="row items-center"> <div class="row items-center">
<span class="product-price text-h6 q-mr-md" <span class="product-price text-h6 q-mr-md"
>CNY v-if="dataList.priceList.length>0">CNY
{{ {{
moneyFormat(dataList.priceList[0].originalB2CPrice, 0) moneyFormat(dataList.priceList[0].originalB2CPrice, 0)
}}</span }}</span
...@@ -839,7 +840,7 @@ export default { ...@@ -839,7 +840,7 @@ export default {
let that = this let that = this
this.$nextTick(()=>{ this.$nextTick(()=>{
try{ try{
this.days.forEach((x,i)=>{ that.days.forEach((x,i)=>{
var object=document.getElementById(`days_${i}`); var object=document.getElementById(`days_${i}`);
x.top = object.getBoundingClientRect().top+60 x.top = object.getBoundingClientRect().top+60
}) })
...@@ -847,10 +848,9 @@ export default { ...@@ -847,10 +848,9 @@ export default {
console.log('----异常') console.log('----异常')
} }
setTimeout(()=>{ setTimeout(()=>{
this.getTopNum(JSON.stringify(this.daysClass)) that.getTopNum(JSON.stringify(that.days))
},1000) },1000)
}) })
this.$forceUpdate()
}, },
immediate: true, immediate: true,
deep: true, deep: true,
......
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