Browse Source

www/webapp/housekeeping/

seam 7 năm trước cách đây
mục cha
commit
0a5722abaa

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
www/webapp/housekeeping/home/static/css/app.css


Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
www/webapp/housekeeping/home/static/js/app.js


Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
www/webapp/housekeeping/home/static/js/app.js.map


Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
www/webapp/housekeeping/home/static/js/manifest.js.map


+ 4 - 10
www/webapp/housekeeping/src/components/houseKeeping/isreg.vue

@@ -16,21 +16,15 @@
       let storeId = '';
       let href = location.href;
       if (href.indexOf('storeId') > -1) {
-        storeId = href.split('=')[1];
-       /* console.log(storeId)
-        return*/
-
+        storeId = href.split('=')[2];
         _.$http('/j/JGEmpolyer/Register', {
           userId: _.user_id,
           storeId: storeId,
           isReg: true
         }, res => {
-          alert(href)
-          setTimeout(() => {
-            if (res.data.message === '未注册') {
-              that.$router.push({path: '/houseKeeping/login/', query: {storeId: storeId}});
-            }
-          }, 1000)
+          if (res.data.message === '未注册') {
+            that.$router.push({path: '/houseKeeping/login/', query: {storeId: storeId}});
+          }
         })
       } else {
         weui.alert('请重新扫二维码,进入本页面', function () {

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác