|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <view class="ezy-course-page">
|
|
|
+ <view class="ezy-course-page" :style="{backgroundImage: 'url(' + productTip + ')'}">
|
|
|
<view class="icon-title-navBar-box">
|
|
|
<view @click="goUpPage" class="nav-bar-icon"></view>
|
|
|
<text class="nav-bar-title">{{shipinTitle}}</text>
|
|
@@ -76,6 +76,7 @@
|
|
|
credit: '',
|
|
|
nianji: '',
|
|
|
zhangId: '',
|
|
|
+ productTip:cacheManager.get('auth').cardId ==1?'static/images/study/shuxue/study-wrap-bj.png':'static/images/study/yingyu/test-item-active.png'
|
|
|
seekTime: '',
|
|
|
jieId: '',
|
|
|
courseClass: '',
|