|
@@ -98,6 +98,29 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return recyclableRender; });
|
|
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "components", function() { return components; });
|
|
|
var components
|
|
|
+try {
|
|
|
+ components = {
|
|
|
+ uniDataCheckbox: function () {
|
|
|
+ return Promise.all(/*! import() | uni_modules/uni-data-checkbox/components/uni-data-checkbox/uni-data-checkbox */[__webpack_require__.e("common/vendor"), __webpack_require__.e("uni_modules/uni-data-checkbox/components/uni-data-checkbox/uni-data-checkbox")]).then(__webpack_require__.bind(null, /*! @/uni_modules/uni-data-checkbox/components/uni-data-checkbox/uni-data-checkbox.vue */ 355))
|
|
|
+ },
|
|
|
+ }
|
|
|
+} catch (e) {
|
|
|
+ if (
|
|
|
+ e.message.indexOf("Cannot find module") !== -1 &&
|
|
|
+ e.message.indexOf(".vue") !== -1
|
|
|
+ ) {
|
|
|
+ console.error(e.message)
|
|
|
+ console.error("1. 排查组件名称拼写是否正确")
|
|
|
+ console.error(
|
|
|
+ "2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom"
|
|
|
+ )
|
|
|
+ console.error(
|
|
|
+ "3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件"
|
|
|
+ )
|
|
|
+ } else {
|
|
|
+ throw e
|
|
|
+ }
|
|
|
+}
|
|
|
var render = function () {
|
|
|
var _vm = this
|
|
|
var _h = _vm.$createElement
|
|
@@ -212,9 +235,6 @@ var _asyncToGenerator2 = _interopRequireDefault(__webpack_require__(/*! @babel/r
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
-//
|
|
|
-//
|
|
|
-//
|
|
|
var _default = {
|
|
|
components: {},
|
|
|
data: function data() {
|
|
@@ -433,14 +453,6 @@ var _default = {
|
|
|
that.$set(that, "gender_name", data.label);
|
|
|
}
|
|
|
},
|
|
|
- // 产业选择
|
|
|
- industryChange: function industryChange(e) {
|
|
|
- var that = this;
|
|
|
- var data = that.industryList[e.detail.value];
|
|
|
- if (data) {
|
|
|
- that.$set(that.form, "industry", data.title);
|
|
|
- }
|
|
|
- },
|
|
|
// 自定义的验证函数
|
|
|
validateObject: function validateObject(obj) {
|
|
|
var errors = {};
|