yee 8 years ago
parent
commit
6d28ecf65e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/webapp/WEB-INF/views/portal/membership.html

+ 1 - 1
src/main/webapp/WEB-INF/views/portal/membership.html

@@ -37,7 +37,7 @@
 					</div>
 					<div class="modal-footer">
 						<button type="button" class="btn btn-default" data-dismiss="modal">取消</button>
-						<button type="button" class="btn btn-primary" onclick="submitOrder()">提交订单</button>
+						<button type="button" class="btn btn-primary" id="submitOrder">提交订单</button>
 					</div>
 				</div>
 			</div>