尋找頁面html
進入分銷商入口-從新註冊-用新註冊的用戶名密碼登陸-訂單管理-價格維護點修改-二維碼推廣-生成二維碼java
(initDistributorAlipayComfirm?distributorPriceId=201500000000012)session
QrCodeService.java的createQrCode方法-找到urlmvc
3.jsp: ${message}<form:errors path="*"></form:errors>jsp
html: <span th:errors="${alipayForm.*}"></span>url
<span th:text="${message}"></span>spa
4.//用來顯示新註冊的用戶名orm
jsp:該頁面來自您朋友"${alipayForm.distributorName}"的推薦,請認真填寫如下每項內容以保證商品可以順利到達您的手中。htm
html:該頁面來自您朋友<span th:text="${alipayForm.distributorName}"></span>的推薦,請認真填寫如下每項內容以保證商品可以順利到達您的手中。
6.找到此方法的controller下加上"糧食"的問題
@RequestMapping(value = "initDistributorAlipayComfirm", method = RequestMethod.GET)
public String initDistributorAlipayComfirm(Model model,HttpSession session, AlipayForm alipayForm) {
關鍵代碼: GoodsForm goodsForm= new GoodsForm();
關鍵代碼: goodsForm.setType("糧食");
關鍵代碼: model.addAttribute("goodsForm", goodsForm);
7。< th:if="${#strings.isEmpty(session.UVO.guestName)}">shop/userBar的錯誤要添加UVO用戶值對象
UVO uvo=new UVO();
session.setAttribute("UVO",uvo);