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.

QrcodeForm.cshtml 394 B

4 years ago
1234567891011121314151617
  1. @{
  2. ViewBag.Title = "社团管理";
  3. Layout = "~/Views/Shared/_Form.cshtml";
  4. }
  5. <style>
  6. #qrcode{
  7. width:200px;
  8. height:200px;
  9. margin:10px auto;
  10. }
  11. </style>
  12. <div class="lr-form-wrap">
  13. <div id="qrcode"></div>
  14. </div>
  15. <script src="~/Content/jquery/qrcode.min.js"></script>
  16. @Html.AppendJsFile("/Areas/PersonnelManagement/Views/CommunityInfo/QrcodeForm.js")