diff --git a/src/pages/index/trueTest.vue b/src/pages/index/trueTest.vue index 79680ec..9dd1b0f 100644 --- a/src/pages/index/trueTest.vue +++ b/src/pages/index/trueTest.vue @@ -133,7 +133,7 @@ onLoad(option) { this.subject = option.subject || 1 if(option.questionIdList){ - const idList=JSON.parse(op.questionIdList) + const idList=JSON.parse(option.questionIdList) let arr = this[`orderQuestion_subject${this.subject}`].filter(qItem=>idList.includes(qItem.questionId)) this.list = arr.map(it => ({ ...it, diff --git a/src/pages/me/info.vue b/src/pages/me/info.vue index e220123..4aecdae 100644 --- a/src/pages/me/info.vue +++ b/src/pages/me/info.vue @@ -15,7 +15,7 @@ <u-icon name="arrow-right" color="#999" /> </view> </view> - <!-- <view class="flex jc-sb ai-c bb1" style="height: 110rpx;"> + <view class="flex jc-sb ai-c bb1" style="height: 110rpx;"> <view class="title">身份证号</view> <view class="m30lr fs14 cor-333">{{sfzNum}}</view> </view> @@ -23,7 +23,7 @@ <view class="title">证件照</view> <view class="m30lr fs14 cor-333 fl1"></view> <u-icon name="arrow-right" color="#999" /> - </view> --> + </view> </view> </view> </template>