|
|
|
@ -14,13 +14,15 @@
|
|
|
|
<text>{{userInfo.username?userInfo.username:'-'}}</text>
|
|
|
|
<text>{{userInfo.username?userInfo.username:'-'}}</text>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="usersigns" v-if="course_signs.length>0">
|
|
|
|
<view class="usersigns" v-if="course_signs.length>0">
|
|
|
|
|
|
|
|
<block v-if="course_signs[0]['course']">
|
|
|
|
<text>学籍:</text>
|
|
|
|
<text>学籍:</text>
|
|
|
|
<text>{{course_signs[0]['course'].year?course_signs[0]['course'].year+'年':''}}{{course_signs[0]['course'].type_detail?course_signs[0]['course']['type_detail'].name+"|":''}}{{course_signs[0]['course'].name}}</text>
|
|
|
|
<text>{{course_signs[0]['course'].year?course_signs[0]['course'].year+'年':''}}{{course_signs[0]['course'].type_detail?course_signs[0]['course']['type_detail'].name+"|":''}}{{course_signs[0]['course'].name}}</text>
|
|
|
|
|
|
|
|
</block>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="usercode" @click="showBigCode=true">
|
|
|
|
<view class="usercode" @click="showBigCode=true">
|
|
|
|
<uqrcode v-if="myQrcode" ref="uqrcode" canvas-id="qrcode" :value="myQrcode" :sizeUnit="'rpx'"
|
|
|
|
<uqrcode v-if="myQrcode" ref="uqrcode" canvas-id="qrcode" :value="myQrcode"
|
|
|
|
:size="160" :options="{
|
|
|
|
:sizeUnit="'rpx'" :size="160" :options="{
|
|
|
|
margin: 10,
|
|
|
|
margin: 10,
|
|
|
|
foregroundImageSrc: '/static/index_icon1.png',
|
|
|
|
foregroundImageSrc: '/static/index_icon1.png',
|
|
|
|
}"></uqrcode>
|
|
|
|
}"></uqrcode>
|
|
|
|
@ -97,8 +99,8 @@
|
|
|
|
<view class="modal-xyk-between">
|
|
|
|
<view class="modal-xyk-between">
|
|
|
|
<view class="modal-xyk-item">
|
|
|
|
<view class="modal-xyk-item">
|
|
|
|
<view style="display: flex;justify-content: center;" @click="bigCode">
|
|
|
|
<view style="display: flex;justify-content: center;" @click="bigCode">
|
|
|
|
<uqrcode v-if="myQrcode" ref="uqrcode" canvas-id="qrcode" :value="myQrcode" :sizeUnit="'rpx'"
|
|
|
|
<uqrcode v-if="myQrcode" ref="uqrcode" canvas-id="qrcode" :value="myQrcode"
|
|
|
|
:size="160" :options="{
|
|
|
|
:sizeUnit="'rpx'" :size="160" :options="{
|
|
|
|
margin: 10,
|
|
|
|
margin: 10,
|
|
|
|
foregroundImageSrc: '/static/index_icon1.png',
|
|
|
|
foregroundImageSrc: '/static/index_icon1.png',
|
|
|
|
}"></uqrcode>
|
|
|
|
}"></uqrcode>
|
|
|
|
@ -110,9 +112,10 @@
|
|
|
|
<text>{{userInfo.username}}</text>
|
|
|
|
<text>{{userInfo.username}}</text>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="modal-xyk-name-course" v-if="course_signs.length>0">
|
|
|
|
<view class="modal-xyk-name-course" v-if="course_signs.length>0">
|
|
|
|
|
|
|
|
<block v-if="course_signs[0]['course']">
|
|
|
|
<text>学籍:</text>
|
|
|
|
<text>学籍:</text>
|
|
|
|
<text>{{course_signs[0]['course'].year?course_signs[0]['course'].year+'年':''}}{{course_signs[0]['course'].type_detail?course_signs[0]['course']['type_detail'].name+"|":''}}{{course_signs[0]['course'].name}}</text>
|
|
|
|
<text>{{course_signs[0]['course'].year?course_signs[0]['course'].year+'年':''}}{{course_signs[0]['course'].type_detail?course_signs[0]['course']['type_detail'].name+"|":''}}{{course_signs[0]['course'].name}}</text>
|
|
|
|
|
|
|
|
</block>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
@ -155,7 +158,8 @@
|
|
|
|
<view v-if="showBigCode" class="big">
|
|
|
|
<view v-if="showBigCode" class="big">
|
|
|
|
<view class="big-wrap">
|
|
|
|
<view class="big-wrap">
|
|
|
|
<view class="big-close" @click='showBigCode=false'>X</view>
|
|
|
|
<view class="big-close" @click='showBigCode=false'>X</view>
|
|
|
|
<uqrcode v-if="myQrcode" ref="uqrcode" canvas-id="qrcode" :value="myQrcode" :sizeUnit="'rpx'" :size="500" :options="{
|
|
|
|
<uqrcode v-if="myQrcode" ref="uqrcode" canvas-id="qrcode" :value="myQrcode" :sizeUnit="'rpx'"
|
|
|
|
|
|
|
|
:size="500" :options="{
|
|
|
|
margin: 10,
|
|
|
|
margin: 10,
|
|
|
|
foregroundImageSrc: '/static/index_icon1.png',
|
|
|
|
foregroundImageSrc: '/static/index_icon1.png',
|
|
|
|
}"></uqrcode>
|
|
|
|
}"></uqrcode>
|
|
|
|
@ -575,6 +579,7 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.big {
|
|
|
|
.big {
|
|
|
|
position: fixed;
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
top: 0;
|
|
|
|
|