<develop>:(Web 端)<无> Study_MicroService 初始化

parent 5fa3b38f
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
OXjE79yDyaoCPBk1XCdlssxbCrUC0agPNSXIjm+V7rI=
\ No newline at end of file
D:\Code\Shop.ERP\CoreCms.Net.Web.Admin\wwwroot\views\content\stock\products\details.html
D:\Code\Shop.ERP\CoreCms.Net.Web.Admin\wwwroot\views\content\stock\products\index.html
D:\Code\Shop.ERP\CoreCms.Net.Web.Admin\wwwroot\views\content\stock\stocklog\index.html
D:\Code\Shop.ERP\CoreCms.Net.Web.Admin\wwwroot\views\content\stock\stocks\create.html
D:\Code\Shop.ERP\CoreCms.Net.Web.Admin\wwwroot\views\content\stock\stocks\details.html
D:\Code\Shop.ERP\CoreCms.Net.Web.Admin\wwwroot\views\content\stock\stocks\index.html
......@@ -55,7 +55,7 @@
<button type="button" class="btn btn-info w-100" lay-submit lay-filter="LAY-user-login-submit" id="loginSubmit">登录</button>
</div>
<div class="col-sm-12 mb-2">
<button type="button" class="btn btn-info w-100" lay-submit lay-filter="LAY-user-login-register" id="loginRegister">注册</button>
<button type="button" class="btn btn-info w-100" id="loginRegister">注册</button>
</div>
</div>
</div>
......@@ -152,5 +152,14 @@
}
});
});
//用户注册事件
$('#loginRegister').click(function () {
layer.msg('这个是注册按钮... ');
});
});
</script>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment