Merge branch 'master' of http://git.luyuan.tk/luyuan/beelink into zj

This commit is contained in:
asd
2020-10-26 12:01:08 +08:00
5 changed files with 35 additions and 3 deletions

View File

@@ -270,6 +270,10 @@ export default defineComponent({
*/
async function next(e: number) {
if(!ifagree.value){
message.error("请同意用户协议");
return ;
}
if (stepnow.value > e) {
stepnow.value = e;
return;