Explorar el Código

房源信息跳转房源验真页面的房源码赋值

sunjuan hace 2 años
padre
commit
11e0476ed4
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      src/main/resources/static/main/CheckTrue.html

+ 6 - 0
src/main/resources/static/main/CheckTrue.html

@@ -445,6 +445,12 @@
         mounted() {
             this.jumpOver();
         },
+        created: function () {
+            //给房源核验码输入框
+            var data = sessionStorage.getItem("CheckTrue");
+            var houseInfo = JSON.parse(data);
+            this.param.FYHYM = houseInfo.FYHYM;
+        },
         methods: {
             pushCx() {
                 // this.showMsg = !this.showMsg