Merge branch 'bd-dev' of gitee.com:cabbage_qd/web-base-h5 into bd-test
This commit is contained in:
commit
8710d4f4ce
|
@ -90,7 +90,7 @@
|
||||||
<view class="yes_t">拓展结余</view>
|
<view class="yes_t">拓展结余</view>
|
||||||
<view
|
<view
|
||||||
:class="
|
:class="
|
||||||
balanceProgress.leftValue != 0 &&
|
balanceProgress.leftValue != 0 ||
|
||||||
balanceProgress.rightValue != 0
|
balanceProgress.rightValue != 0
|
||||||
? 'ju_left_bottom1'
|
? 'ju_left_bottom1'
|
||||||
: 'ju_left_bottom'
|
: 'ju_left_bottom'
|
||||||
|
@ -115,7 +115,7 @@
|
||||||
<view class="yes_t">昨日业绩</view>
|
<view class="yes_t">昨日业绩</view>
|
||||||
<view
|
<view
|
||||||
:class="
|
:class="
|
||||||
awards.aNewPv != 0 && awards.bNewPv != 0
|
awards.aNewPv != 0 || awards.bNewPv != 0
|
||||||
? 'ju_left_bottom1'
|
? 'ju_left_bottom1'
|
||||||
: 'ju_left_bottom'
|
: 'ju_left_bottom'
|
||||||
"
|
"
|
||||||
|
@ -135,7 +135,7 @@
|
||||||
<view class="yes_t">当月业绩</view>
|
<view class="yes_t">当月业绩</view>
|
||||||
<view
|
<view
|
||||||
:class="
|
:class="
|
||||||
awards.aMonthPv != 0 && awards.bMonthPv != 0
|
awards.aMonthPv != 0 || awards.bMonthPv != 0
|
||||||
? 'ju_left_bottom1'
|
? 'ju_left_bottom1'
|
||||||
: 'ju_left_bottom'
|
: 'ju_left_bottom'
|
||||||
"
|
"
|
||||||
|
@ -156,7 +156,7 @@
|
||||||
<view class="yes_t">{{ '历史业绩' }}</view>
|
<view class="yes_t">{{ '历史业绩' }}</view>
|
||||||
<view
|
<view
|
||||||
:class="
|
:class="
|
||||||
awards.aSumPv != 0 && awards.bSumPv != 0
|
awards.aSumPv != 0 || awards.bSumPv != 0
|
||||||
? 'ju_left_bottom1'
|
? 'ju_left_bottom1'
|
||||||
: 'ju_left_bottom'
|
: 'ju_left_bottom'
|
||||||
"
|
"
|
||||||
|
|
Loading…
Reference in New Issue