feat(mine): pkAwwardsValue < 40 非皇冠奖衔展示历史业绩
This commit is contained in:
parent
df3779c2db
commit
499f07942a
|
@ -19,7 +19,7 @@ module.exports = vm => {
|
||||||
|
|
||||||
//#ifdef DEV_SERVER
|
//#ifdef DEV_SERVER
|
||||||
console.log('DEV_SERVER')
|
console.log('DEV_SERVER')
|
||||||
config.baseURL = 'http://t-app.beida413.com/prod-api'
|
config.baseURL = 'http://192.168.0.86:8080'
|
||||||
//#endif
|
//#endif
|
||||||
|
|
||||||
//#ifdef QA_SERVER
|
//#ifdef QA_SERVER
|
||||||
|
|
|
@ -179,7 +179,7 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="yestDay">
|
<view v-show="userInfo.pkAwardsValue < 40" class="yestDay">
|
||||||
<view class="yes_t">{{ '历史业绩' }}</view>
|
<view class="yes_t">{{ '历史业绩' }}</view>
|
||||||
<view
|
<view
|
||||||
:class="
|
:class="
|
||||||
|
|
Loading…
Reference in New Issue