|
|
@@ -65,7 +65,7 @@
|
|
|
<view class="items">
|
|
|
<view class="item_title">
|
|
|
<text class="star_red">*</text>
|
|
|
- <text class="number">05</text>
|
|
|
+ <text class="number">04</text>
|
|
|
<text class="category">手机号码</text>
|
|
|
</view>
|
|
|
<u-form-item label=" " label-width="74" prop="userPhone" :border-bottom='false'>
|
|
|
@@ -78,7 +78,7 @@
|
|
|
<view class="items">
|
|
|
<view class="item_title">
|
|
|
<text class="star_red">*</text>
|
|
|
- <text class="number">06</text>
|
|
|
+ <text class="number">05</text>
|
|
|
<text class="category">报考科目</text>
|
|
|
</view>
|
|
|
<u-form-item label=" " label-width="74" prop="userMajors" :border-bottom='false'>
|
|
|
@@ -212,7 +212,7 @@ export default {
|
|
|
let data = res.data.data
|
|
|
uni.navigateTo({
|
|
|
url: '/pages5/mockExam/registrationSuccess?endTime=' + data.endTime + '&startTime=' + data.startTime
|
|
|
- + '&activityId' + this.activityId
|
|
|
+ + '&activityId=' + this.activityId
|
|
|
})
|
|
|
}
|
|
|
}).catch((err) => {
|