|
@@ -63,8 +63,10 @@
|
|
|
</view>
|
|
|
</template>
|
|
|
|
|
|
- <view v-if="checkTest()" class="exercises" @click.stop="toDoSectionExam()">习题</view>
|
|
|
-
|
|
|
+ <view v-if="checkTest()" class="exercises" @click.stop="toDoSectionExam()">
|
|
|
+ <text class="exe_w">习题</text>
|
|
|
+ <u-icon name="arrow-right" color="#498AFE" size="28"></u-icon>
|
|
|
+ </view>
|
|
|
|
|
|
</view>
|
|
|
<view v-if="menuItem.tryListen&&!isBuy" class="tryBox">
|
|
@@ -75,9 +77,7 @@
|
|
|
|
|
|
<script>
|
|
|
import { mapGetters } from 'vuex';
|
|
|
-import eventHub from '@/common/eventHub.js'
|
|
|
import {WEBVIEW_URL} from '@/common/request.js'
|
|
|
-import { some } from '../../pages3/static/polyv-sdk/common/chat/emotionList';
|
|
|
export default {
|
|
|
name: 'courseSection',
|
|
|
props: {
|
|
@@ -278,7 +278,7 @@ export default {
|
|
|
sectionId +
|
|
|
"&orderGoodsId=" +
|
|
|
this.orderGoodsId +
|
|
|
- "&types=2"
|
|
|
+ "&type=2"
|
|
|
,
|
|
|
});
|
|
|
},
|
|
@@ -308,7 +308,7 @@ export default {
|
|
|
sectionId +
|
|
|
"&orderGoodsId=" +
|
|
|
this.orderGoodsId +
|
|
|
- "&types=2"
|
|
|
+ "&type=2"
|
|
|
,
|
|
|
});
|
|
|
},
|
|
@@ -770,16 +770,14 @@ export default {
|
|
|
.tag{
|
|
|
border-radius: 8rpx;
|
|
|
font-size: 20rpx;
|
|
|
- padding: 5rpx;
|
|
|
+ padding: 4rpx 10rpx;
|
|
|
}
|
|
|
.exercises {
|
|
|
- width: 56rpx;
|
|
|
- height: 38rpx;
|
|
|
- text-align: center;
|
|
|
- line-height: 38rpx;
|
|
|
- font-size: 20rpx;
|
|
|
- background: #007aff;
|
|
|
- border-radius: 8rpx;
|
|
|
- color: #ffffff;
|
|
|
+ margin-left: 10rpx;
|
|
|
+ font-size: 26rpx;
|
|
|
+ color: #498AFE;
|
|
|
+ >text {
|
|
|
+ margin-right: 6rpx;
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|