Bladeren bron

消息订阅模板配置

刘琳琳 7 maanden geleden
bovenliggende
commit
4a25c00e9e

+ 1 - 1
app.json

@@ -36,4 +36,4 @@
     "add-car-number":"./components/addCarNumber"
   },
   "sitemapLocation": "sitemap.json"
-}
+}

+ 10 - 11
pages/wx_airport/rlxf_index/rlxf_index.js

@@ -143,7 +143,6 @@ Page({
             mask: true
         });
         var result = await getPhone(e);
-        console.log(result);
         wx.hideLoading()
         this.setData({
             phoneNumber: result
@@ -199,7 +198,7 @@ Page({
             // 是否需要照片
             if (needPhoto) {
                 wx.navigateTo({
-                    url: '/pages/faceCheck/faceCheck?orgId=' + orgId + '&&inputName=' + inputName + '&&inputIdcard=' + inputIdcard + '&&phoneNumber=' + phoneNumber + '&&isShowApplet=' + isShowApplet + '&&org=' + org 
+                    url: '/pages/faceCheck/faceCheck?orgId=' + orgId + '&&inputName=' + inputName + '&&inputIdcard=' + inputIdcard + '&&phoneNumber=' + phoneNumber + '&&isShowApplet=' + isShowApplet + '&&org=' + org
                     // + '&&cardIdEx=' + cardIdEx
                 })
             } else {
@@ -216,7 +215,7 @@ Page({
     //验证人脸
     async doFaceCheck() {
         let taskId = wx.getStorageSync('wx_dateCode');
-        taskId = '00-2024052714115242855';
+        // taskId = '00-2024052714115242855';
         if (!taskId) return;
         let res = await face.getFace_wxrlxf('/api/next/doQueryFaceSuccess', 'get', {
             taskId: taskId
@@ -460,14 +459,14 @@ Page({
         } else {
             json = options
         }
-        json = {
-            orgId: 106,
-            org: '公司测试',
-            // orgId: 104,
-            // org: '天波测试',
-            type: 0, //0通用1常客
-            //   disinfectAreaId: 5
-        };
+        // json = {
+        //     orgId: 106,
+        //     org: '公司测试',
+        //     // orgId: 104,
+        //     // org: '天波测试',
+        //     type: 0, //0通用1常客
+        //     //   disinfectAreaId: 5
+        // };
         // json = {
         //     orgId: 120,
         //     org: 'Lynn测试',

+ 2 - 2
pages/wx_airport/rlxf_pass/rlxf_pass.js

@@ -59,7 +59,7 @@ Page({
         let item = e.currentTarget.dataset.item
         if (item.url === '/pages/wx_airport/Xiaosha_registration/scan_code/index') {
             wx.requestSubscribeMessage({
-                tmplIds: ['dsI63TG3MNY5EdOcCjqMyeHXRDf-ZoG9Cx5PNkOkfY8'],
+                tmplIds: ['3fRN-XG2-dTYH0AwCUQK3x8xL_IrXTf5H1u_u0k1tFs'],
                 success: (res) => {
                     if (app.data.disinfectAreaId) {
                         wx.navigateTo({
@@ -319,4 +319,4 @@ Page({
     onShareAppMessage: function () {
 
     }
-})
+})

+ 2 - 3
pages/wx_airport/rlxf_userMsg/index.js

@@ -30,7 +30,6 @@ Page({
                 if (data) {
                     this.setData({
                         list: suc.data,
-                        list: suc.data,
                     })
                 } else {
                     this.submit()
@@ -157,7 +156,7 @@ Page({
                     })
                 },0)
                 wx.navigateBack(1)
-                
+
             }
         }).catch(err => {
             console.log(err)
@@ -238,4 +237,4 @@ Page({
     onShareAppMessage: function () {
 
     },
-})
+})