|
|
@@ -30,6 +30,14 @@
|
|
|
<u-button type="warning" size="mini" @click.stop="studyIn">进入学习</u-button>
|
|
|
</view>
|
|
|
</view>
|
|
|
+ <view class="box_progress">
|
|
|
+ <view style="width: 60%;">
|
|
|
+ <text style="color: #333333;white-space: nowrap;text-overflow: ellipsis;">这是一个考试标题</text>
|
|
|
+ </view>
|
|
|
+ <view>
|
|
|
+ <u-button :plain="true" type="primary" size="mini" @click.stop="appointment">预约考试</u-button>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
<view class="box_progress">
|
|
|
<view style="width: 60%;">
|
|
|
<text style="color: #2979ff;white-space: nowrap;text-overflow: ellipsis;">【机电全科】2021年一建黄金A</text>
|
|
|
@@ -63,6 +71,9 @@
|
|
|
methods: {
|
|
|
studyIn(){
|
|
|
this.$navTo.togo('/pages2/verify/input');
|
|
|
+ },
|
|
|
+ appointment(){
|
|
|
+ this.$navTo.togo('/pages2/appointment/index');
|
|
|
}
|
|
|
},
|
|
|
|