Kaynağa Gözat

面试登记

wangxin 3 yıl önce
ebeveyn
işleme
b777f8fef0

+ 1 - 0
app.json

@@ -58,6 +58,7 @@
     "pages/choose-city/index",
     "pages/jinali-info/index",
     "pages/interview-registration/index",
+    "pages/interview-reg/index",
     "pages/payment-details/payment-details",
     "pages/integral/integral/integral",
     "pages/clock/clock",

+ 70 - 0
pages/interview-reg/index.js

@@ -0,0 +1,70 @@
+// pages/interview-reg/index.js
+Page({
+
+  /**
+   * 页面的初始数据
+   */
+  data: {
+		show: false,
+		options: {}
+  },
+
+  /**
+   * 生命周期函数--监听页面加载
+   */
+  onLoad(options) {
+    this.setData({
+      url:options.url,
+      options
+    })
+  },
+
+  /**
+   * 生命周期函数--监听页面初次渲染完成
+   */
+  onReady() {
+
+  },
+
+  /**
+   * 生命周期函数--监听页面显示
+   */
+  onShow() {
+
+  },
+
+  /**
+   * 生命周期函数--监听页面隐藏
+   */
+  onHide() {
+
+  },
+
+  /**
+   * 生命周期函数--监听页面卸载
+   */
+  onUnload() {
+
+  },
+
+  /**
+   * 页面相关事件处理函数--监听用户下拉动作
+   */
+  onPullDownRefresh() {
+
+  },
+
+  /**
+   * 页面上拉触底事件的处理函数
+   */
+  onReachBottom() {
+
+  },
+
+  /**
+   * 用户点击右上角分享
+   */
+  onShareAppMessage() {
+
+  }
+})

+ 3 - 0
pages/interview-reg/index.json

@@ -0,0 +1,3 @@
+{
+  "usingComponents": {}
+}

+ 2 - 0
pages/interview-reg/index.wxml

@@ -0,0 +1,2 @@
+<!--pages/interview-reg/index.wxml-->
+<web-view wx:if='{{show}}' src="{{url}}"></web-view>

+ 1 - 0
pages/interview-reg/index.wxss

@@ -0,0 +1 @@
+/* pages/interview-reg/index.wxss */

+ 15 - 12
project.config.json

@@ -1,16 +1,17 @@
 {
-  "description": "项目配置文件",
+  "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
   "packOptions": {
     "ignore": [
       {
-        "type": "suffix",
-        "value": ".less"
+        "value": ".less",
+        "type": "suffix"
       },
       {
-        "type": "suffix",
-        "value": ".css"
+        "value": ".css",
+        "type": "suffix"
       }
-    ]
+    ],
+    "include": []
   },
   "setting": {
     "urlCheck": true,
@@ -47,16 +48,14 @@
     "disableUseStrict": false,
     "showES6CompileOption": false,
     "useCompilerPlugins": false,
-    "minifyWXML": true
+    "minifyWXML": true,
+    "lazyloadPlaceholderEnable": false,
+    "useStaticServer": true
   },
   "compileType": "miniprogram",
   "libVersion": "2.11.2",
-  "appid": "wx1e8ed93850777ffb",
+  "appid": "wx5ae6908ae55edcb7",
   "projectname": "kaixin",
-  "debugOptions": {
-    "hidedInDevtools": []
-  },
-  "isGameTourist": false,
   "simulatorType": "wechat",
   "simulatorPluginLibVersion": {},
   "condition": {
@@ -426,5 +425,9 @@
         }
       ]
     }
+  },
+  "editorSetting": {
+    "tabIndent": "auto",
+    "tabSize": 2
   }
 }

+ 7 - 56
project.private.config.json

@@ -1,215 +1,180 @@
 {
-  "setting": {},
+  "setting": {
+    "compileHotReLoad": true,
+    "urlCheck": false
+  },
   "condition": {
-    "plugin": {
-      "list": []
-    },
-    "game": {
-      "list": []
-    },
-    "gamePlugin": {
-      "list": []
-    },
     "miniprogram": {
       "list": [
         {
-          "id": 0,
           "name": "拼团详情",
           "pathName": "pages/pt-detail/index",
           "query": "scene=gd%3D21%26pc%3D4%26pd%3D47",
           "scene": 1012
         },
         {
-          "id": 1,
           "name": "我的",
           "pathName": "pages/mine/index",
           "query": "",
           "scene": null
         },
         {
-          "id": -1,
           "name": "收支明细",
           "pathName": "pages/payment-details/payment-details",
           "query": "",
           "scene": null
         },
         {
-          "id": -1,
           "name": "我的积分",
           "pathName": "pages/integral/integral",
           "query": "",
           "scene": null
         },
         {
-          "id": 5,
           "name": "兑换",
           "pathName": "pages/gift/gift",
           "query": "type=gift&integral=46",
           "scene": null
         },
         {
-          "id": 6,
           "name": "兑换详情",
           "pathName": "pages/gift-detail/gift-detail",
           "query": "id=1&type=activity",
           "scene": null
         },
         {
-          "id": -1,
           "name": "任务列表",
           "pathName": "pages/task/task",
           "query": "",
           "scene": null
         },
         {
-          "id": 8,
           "name": "兑换记录",
           "pathName": "pages/exchange-record/exchange-record",
           "query": "type=activity",
           "scene": null
         },
         {
-          "id": 9,
           "name": "兑换详情",
           "pathName": "pages/exchange-detail/exchange-detail",
           "query": "id=36&type=gift",
           "scene": null
         },
         {
-          "id": 10,
           "name": "支付",
           "pathName": "pages/integral-pay/integral-pay",
           "query": "type=gift&money=0.01",
           "scene": null
         },
         {
-          "id": 10,
           "name": "提现",
           "pathName": "pages/wallet/pages/withdrawal/withdrawal",
           "query": "",
           "scene": null
         },
         {
-          "id": 11,
           "name": "实名认证",
           "pathName": "pages/identification/index",
           "query": "",
           "scene": null
         },
         {
-          "id": 12,
           "name": "首页",
           "pathName": "pages/index/index",
           "query": "",
           "scene": null
         },
         {
-          "id": -1,
           "name": "我的",
           "pathName": "pages/mine/index",
           "query": "",
           "scene": null
         },
         {
-          "id": -1,
           "name": "验证码",
           "pathName": "pages/check-iphone/index",
           "query": "",
           "scene": null
         },
         {
-          "id": 21,
           "name": "全职详情",
           "pathName": "pages/detail/index",
           "query": "hpPositionId=10&cate=3",
           "scene": null
         },
         {
-          "id": -1,
           "name": "搜索",
           "pathName": "pages/search/index",
           "query": "hpPositionId=216&cate=8",
           "scene": null
         },
         {
-          "id": -1,
           "name": "选择城市",
           "pathName": "pages/city/index",
           "query": "hpPositionId=216&cate=8",
           "scene": null
         },
         {
-          "id": 24,
           "name": "全职工作",
           "pathName": "pages/fulltime/index",
           "query": "",
           "scene": null
         },
         {
-          "id": -1,
           "name": "兼职工作",
           "pathName": "pages/parttime/index",
           "query": "",
           "scene": null
         },
         {
-          "id": -1,
           "name": "登陆",
           "pathName": "pages/login/login",
           "query": "",
           "scene": null
         },
         {
-          "id": -1,
           "name": "搜索结果",
           "pathName": "pages/search-result/search-result",
           "query": "searchVal=CRM",
           "scene": null
         },
         {
-          "id": 23,
           "name": "选择用户",
           "pathName": "pages/select-info/index",
           "query": "id=185",
           "scene": null
         },
         {
-          "id": 24,
           "name": "绑定手机号",
           "pathName": "pages/bind-phone/index",
           "query": "hpPositionId=10&cate=3",
           "scene": null
         },
         {
-          "id": 24,
           "name": "获取验证码",
           "pathName": "pages/check-iphone/index",
           "query": "phone=18861826922&title=薪资查询&url=/pages/expense/pages/wages/index",
           "scene": null
         },
         {
-          "id": -1,
           "name": "绑定手机号",
           "pathName": "pages/bind-phone/index",
           "query": "",
           "scene": null
         },
         {
-          "id": -1,
           "name": "入职奖励",
           "pathName": "pages/reward/index",
           "query": "",
           "scene": null
         },
         {
-          "id": -1,
           "name": "高薪急聘",
           "pathName": "pages/jipin/index",
           "query": "",
           "scene": null
         },
         {
-          "id": -1,
           "name": "选择信息",
           "pathName": "pages/select-info/index",
           "query": "",
@@ -222,70 +187,60 @@
           "scene": null
         },
         {
-          "id": -1,
           "name": "提现结果",
           "pathName": "pages/wallet/pages/withdrawal-result/withdrawal-result",
           "query": "",
           "scene": null
         },
         {
-          "id": 31,
           "name": "简历",
           "pathName": "pages/jianli/index",
           "query": "hpUserResumeId=30969",
           "scene": null
         },
         {
-          "id": -1,
           "name": "个人资料",
           "pathName": "pages/user-info/user-info",
           "query": "hpUserResumeId=30969",
           "scene": null
         },
         {
-          "id": -1,
           "name": "求职意向",
           "pathName": "pages/user-job/index",
           "query": "hpUserResumeId=30969",
           "scene": null
         },
         {
-          "id": -1,
           "name": "选择城市",
           "pathName": "pages/choose-city/index",
           "query": "",
           "scene": null
         },
         {
-          "id": 35,
           "name": "工作经验",
           "pathName": "pages/user-works/index",
           "query": "hpUserResumeId=56629&index=0",
           "scene": null
         },
         {
-          "id": -1,
           "name": "薪资查询",
           "pathName": "pages/expense/pages/wages/index",
           "query": "hpUserResumeId=56629&index=0",
           "scene": null
         },
         {
-          "id": -1,
           "name": "入职奖励",
           "pathName": "pages/expense/pages/return-fee/index",
           "query": "hpUserResumeId=56629&index=0",
           "scene": null
         },
         {
-          "id": -1,
           "name": "返费详情",
           "pathName": "pages/expense/pages/return-fee/detail",
           "query": "hpUserResumeId=56629&index=0",
           "scene": null
         },
         {
-          "id": 39,
           "name": "人才交流签到",
           "pathName": "pages/web-view/web-view",
           "query": "url=http://192.168.1.96:8082/talent_exchange/index",
@@ -304,42 +259,36 @@
           "scene": null
         },
         {
-          "id": -1,
           "name": "打卡",
           "pathName": "pages/clock/clock",
           "query": "",
           "scene": null
         },
         {
-          "id": -1,
           "name": "打卡规则",
           "pathName": "pages/clock/clock-rule/clock-rule",
           "query": "",
           "scene": null
         },
         {
-          "id": 44,
           "name": "打卡成功",
           "pathName": "pages/clock/clock-success/clock-success",
           "query": "clockType=1&&time=2020-09-24  09:44:32",
           "scene": null
         },
         {
-          "id": 45,
           "name": "提交成功",
           "pathName": "pages/result/index",
           "query": "type=auth&status=2&from=clock",
           "scene": null
         },
         {
-          "id": -1,
           "name": "统计列表",
           "pathName": "pages/clock/clock-tongji/list",
           "query": "",
           "scene": null
         },
         {
-          "id": -1,
           "name": "统计首页",
           "pathName": "pages/clock/clock-tongji/index",
           "query": "",
@@ -371,5 +320,7 @@
         }
       ]
     }
-  }
+  },
+  "projectname": "Mina",
+  "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html"
 }