手机中jsp页面转化为html页面

  1. 寻找页面html

    进入分销商入口-从新注册-用新注册的用户名密码登陆-订单管理-价格维护点修改-二维码推广-生成二维码java

    (initDistributorAlipayComfirm?distributorPriceId=201500000000012)session

  2. QrCodeService.java的createQrCode方法-找到urlmvc

    在地址栏里打入http://localhost:8080/agriculture-mvc/initDistributorAlipayComfirm?distributorPriceId=201500000000012找到画面。
    app

 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);

相关文章
相关标签/搜索