src/main/webapp/views/index.html
@@ -168,6 +168,11 @@ if (res.code == 200) { let days = res.data if (days <= 30) { // 弹出一个简单的提示框 layer.alert('许可证有效期为:'+days, function(){ // 点击确认后执行的回调函数 layer.msg('请联系立库公司商务续约'); }); $("#licenseShow").show() $("#licenseDays").html(days) }