main
xy 3 years ago
parent 17ab102927
commit 9ab9b39e6f

@ -13,10 +13,10 @@
<div class="container__text">
<div class="container__text--title">
<u-image :show-loading="false" :width="100" :src="signInfo.upload ? signInfo.upload.url : ''" mode="heightFix" :height="56"></u-image>同学,
<u-image :show-loading="false" :width="100" :src="signInfo.upload ? signInfo.upload.url : vuex_sign_base64" mode="heightFix" :height="56"></u-image>同学,
</div>
<div class="container__text--total">
你已完成2023年“我是党史记录人——红色少年行”未成年人研学线上打卡。
你已完成2023年“我是党史记录人——红色少年行”未成年人研学线上学习。
</div>
<div class="container__text--total">
学党史悟精神聚力量,你是第<span>{{ vuex_user.address || 0 }}</span>位完成者,快邀请你的同学一起完成线上打卡吧!

@ -136,7 +136,7 @@ export default {
// 生成图片的临时路径
// app | H5 | 微信小程序 生成的是base64
if (res.tempFilePath) {
//this.$u.vuex('vuex_sign_base64', res.tempFilePath)
this.$u.vuex('vuex_sign_base64', res.tempFilePath)
this.rotateBase64Img(res.tempFilePath, -90).then(res => {
this.$u.vuex('vuex_sign_base64', res)
let form = new FormData()

Loading…
Cancel
Save