教培功能bug修复

dev
zhangyanli 2024-03-27 15:54:26 +08:00
parent 9d4435e6b5
commit dec7e09622
2 changed files with 5 additions and 1 deletions

View File

@ -7,12 +7,13 @@
</view>
</view>
<view class="sign-content">
<sp-sign-board ref="signRef" horizontal />
<sp-sign-board ref="signRef" horizontal bg-color="#fff"/>
</view>
<view class="cu-bar bg-white justify-center">
<view class="action">
<button class="cu-btn line-green text-green" @click="fnReset"></button>
<button class="cu-btn bg-green margin-left" @click="fnGenerate"></button>
<span class="text-red text-lg margin-left">*请横屏签名</span>
</view>
</view>
</view>

View File

@ -147,6 +147,9 @@ export default {
var resData = res.data;
if ("success" == resData.result) {
this.list = [...this.list,...resData.varList];
this.info.PASSNUM = resData.PASSNUM;
this.info.NOPASSNUM = resData.NOPASSNUM;
this.info.JOINNUM = resData.JOINNUM;
}
}
});