You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- @{
- ViewBag.Title = "社团管理";
- Layout = "~/Views/Shared/_Form.cshtml";
- }
- <style>
- #qrcode{
- width:200px;
- height:200px;
- margin:10px auto;
- }
- </style>
- <div class="lr-form-wrap">
- <div id="qrcode"></div>
- </div>
-
- <script src="~/Content/jquery/qrcode.min.js"></script>
- @Html.AppendJsFile("/Areas/PersonnelManagement/Views/CommunityInfo/QrcodeForm.js")
|