教培功能bug修复
parent
9d4435e6b5
commit
dec7e09622
|
@ -7,12 +7,13 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="sign-content">
|
<view class="sign-content">
|
||||||
<sp-sign-board ref="signRef" horizontal />
|
<sp-sign-board ref="signRef" horizontal bg-color="#fff"/>
|
||||||
</view>
|
</view>
|
||||||
<view class="cu-bar bg-white justify-center">
|
<view class="cu-bar bg-white justify-center">
|
||||||
<view class="action">
|
<view class="action">
|
||||||
<button class="cu-btn line-green text-green" @click="fnReset">重写</button>
|
<button class="cu-btn line-green text-green" @click="fnReset">重写</button>
|
||||||
<button class="cu-btn bg-green margin-left" @click="fnGenerate">完成</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>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
@ -147,6 +147,9 @@ export default {
|
||||||
var resData = res.data;
|
var resData = res.data;
|
||||||
if ("success" == resData.result) {
|
if ("success" == resData.result) {
|
||||||
this.list = [...this.list,...resData.varList];
|
this.list = [...this.list,...resData.varList];
|
||||||
|
this.info.PASSNUM = resData.PASSNUM;
|
||||||
|
this.info.NOPASSNUM = resData.NOPASSNUM;
|
||||||
|
this.info.JOINNUM = resData.JOINNUM;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue