eoss-mobiles 0.3.89 → 0.3.91
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/eoss-mobile.common.js +19 -10
- package/lib/flow.js +18 -9
- package/lib/index.js +1 -1
- package/lib/theme-chalk/flow.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/package.json +1 -1
- package/packages/flow/src/components/Opinion.vue +12 -5
- package/packages/theme-chalk/src/flow.scss +7 -1
- package/src/index.js +1 -1
|
@@ -13485,8 +13485,8 @@ StartFlowvue_type_template_id_68acd67c_render._withStripped = true
|
|
|
13485
13485
|
|
|
13486
13486
|
// CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=68acd67c
|
|
13487
13487
|
|
|
13488
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Opinion.vue?vue&type=template&id=
|
|
13489
|
-
var
|
|
13488
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Opinion.vue?vue&type=template&id=68fdb647
|
|
13489
|
+
var Opinionvue_type_template_id_68fdb647_render = function () {
|
|
13490
13490
|
var _vm = this
|
|
13491
13491
|
var _h = _vm.$createElement
|
|
13492
13492
|
var _c = _vm._self._c || _h
|
|
@@ -13789,8 +13789,9 @@ var Opinionvue_type_template_id_0b627ecd_render = function () {
|
|
|
13789
13789
|
staticStyle: { padding: "0px 10px" },
|
|
13790
13790
|
attrs: { name: "arrow-left" },
|
|
13791
13791
|
on: {
|
|
13792
|
-
click: function (
|
|
13792
|
+
click: function () {
|
|
13793
13793
|
_vm.addOpinion = false
|
|
13794
|
+
_vm.showOpinion = true
|
|
13794
13795
|
},
|
|
13795
13796
|
},
|
|
13796
13797
|
}),
|
|
@@ -13875,11 +13876,11 @@ var Opinionvue_type_template_id_0b627ecd_render = function () {
|
|
|
13875
13876
|
1
|
|
13876
13877
|
)
|
|
13877
13878
|
}
|
|
13878
|
-
var
|
|
13879
|
-
|
|
13879
|
+
var Opinionvue_type_template_id_68fdb647_staticRenderFns = []
|
|
13880
|
+
Opinionvue_type_template_id_68fdb647_render._withStripped = true
|
|
13880
13881
|
|
|
13881
13882
|
|
|
13882
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Opinion.vue?vue&type=template&id=
|
|
13883
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Opinion.vue?vue&type=template&id=68fdb647
|
|
13883
13884
|
|
|
13884
13885
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Opinion.vue?vue&type=script&lang=js
|
|
13885
13886
|
//
|
|
@@ -14056,6 +14057,10 @@ Opinionvue_type_template_id_0b627ecd_render._withStripped = true
|
|
|
14056
14057
|
//
|
|
14057
14058
|
//
|
|
14058
14059
|
//
|
|
14060
|
+
//
|
|
14061
|
+
//
|
|
14062
|
+
//
|
|
14063
|
+
//
|
|
14059
14064
|
|
|
14060
14065
|
|
|
14061
14066
|
|
|
@@ -14165,6 +14170,7 @@ Opinionvue_type_template_id_0b627ecd_render._withStripped = true
|
|
|
14165
14170
|
handler: function handler(val) {
|
|
14166
14171
|
if (this.addOpinion) {
|
|
14167
14172
|
this.addOpinion = false;
|
|
14173
|
+
this.showOpinion = true;
|
|
14168
14174
|
} else if (this.showOpinion) {
|
|
14169
14175
|
this.showOpinion = false;
|
|
14170
14176
|
this.$emit('click', false);
|
|
@@ -14259,10 +14265,12 @@ Opinionvue_type_template_id_0b627ecd_render._withStripped = true
|
|
|
14259
14265
|
},
|
|
14260
14266
|
handleClickAddOpinion: function handleClickAddOpinion() {
|
|
14261
14267
|
var _that = this;
|
|
14268
|
+
|
|
14262
14269
|
utils_http({
|
|
14263
14270
|
url: _that.baseUrl ? _that.baseUrl + addCommonOpion : addCommonOpion
|
|
14264
14271
|
}).then(function (res) {
|
|
14265
14272
|
if (res.status == 'success') {
|
|
14273
|
+
_that.showOpinion = false;
|
|
14266
14274
|
_that.bean = res.data.bean;
|
|
14267
14275
|
_that.addOpinion = true;
|
|
14268
14276
|
}
|
|
@@ -14302,7 +14310,8 @@ Opinionvue_type_template_id_0b627ecd_render._withStripped = true
|
|
|
14302
14310
|
_that.$toast('添加成功');
|
|
14303
14311
|
_that.addOpinionContent = '';
|
|
14304
14312
|
_that.getOpinionList();
|
|
14305
|
-
|
|
14313
|
+
_that.addOpinion = false;
|
|
14314
|
+
_that.showOpinion = true;
|
|
14306
14315
|
} else {
|
|
14307
14316
|
_that.$toast(res.message || '添加失败');
|
|
14308
14317
|
}
|
|
@@ -14416,8 +14425,8 @@ Opinionvue_type_template_id_0b627ecd_render._withStripped = true
|
|
|
14416
14425
|
|
|
14417
14426
|
var Opinion_component = normalizeComponent(
|
|
14418
14427
|
components_Opinionvue_type_script_lang_js,
|
|
14419
|
-
|
|
14420
|
-
|
|
14428
|
+
Opinionvue_type_template_id_68fdb647_render,
|
|
14429
|
+
Opinionvue_type_template_id_68fdb647_staticRenderFns,
|
|
14421
14430
|
false,
|
|
14422
14431
|
null,
|
|
14423
14432
|
null,
|
|
@@ -30763,7 +30772,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
30763
30772
|
}
|
|
30764
30773
|
|
|
30765
30774
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
30766
|
-
version: '0.3.
|
|
30775
|
+
version: '0.3.91',
|
|
30767
30776
|
install: install,
|
|
30768
30777
|
Button: packages_button,
|
|
30769
30778
|
ButtonGroup: button_group,
|
package/lib/flow.js
CHANGED
|
@@ -2700,8 +2700,8 @@ var api = __webpack_require__(2);
|
|
|
2700
2700
|
// EXTERNAL MODULE: ./src/utils/http.js + 1 modules
|
|
2701
2701
|
var http = __webpack_require__(3);
|
|
2702
2702
|
|
|
2703
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Opinion.vue?vue&type=template&id=
|
|
2704
|
-
var
|
|
2703
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Opinion.vue?vue&type=template&id=68fdb647
|
|
2704
|
+
var Opinionvue_type_template_id_68fdb647_render = function () {
|
|
2705
2705
|
var _vm = this
|
|
2706
2706
|
var _h = _vm.$createElement
|
|
2707
2707
|
var _c = _vm._self._c || _h
|
|
@@ -3004,8 +3004,9 @@ var Opinionvue_type_template_id_0b627ecd_render = function () {
|
|
|
3004
3004
|
staticStyle: { padding: "0px 10px" },
|
|
3005
3005
|
attrs: { name: "arrow-left" },
|
|
3006
3006
|
on: {
|
|
3007
|
-
click: function (
|
|
3007
|
+
click: function () {
|
|
3008
3008
|
_vm.addOpinion = false
|
|
3009
|
+
_vm.showOpinion = true
|
|
3009
3010
|
},
|
|
3010
3011
|
},
|
|
3011
3012
|
}),
|
|
@@ -3090,11 +3091,11 @@ var Opinionvue_type_template_id_0b627ecd_render = function () {
|
|
|
3090
3091
|
1
|
|
3091
3092
|
)
|
|
3092
3093
|
}
|
|
3093
|
-
var
|
|
3094
|
-
|
|
3094
|
+
var Opinionvue_type_template_id_68fdb647_staticRenderFns = []
|
|
3095
|
+
Opinionvue_type_template_id_68fdb647_render._withStripped = true
|
|
3095
3096
|
|
|
3096
3097
|
|
|
3097
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Opinion.vue?vue&type=template&id=
|
|
3098
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Opinion.vue?vue&type=template&id=68fdb647
|
|
3098
3099
|
|
|
3099
3100
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Opinion.vue?vue&type=script&lang=js
|
|
3100
3101
|
//
|
|
@@ -3271,6 +3272,10 @@ Opinionvue_type_template_id_0b627ecd_render._withStripped = true
|
|
|
3271
3272
|
//
|
|
3272
3273
|
//
|
|
3273
3274
|
//
|
|
3275
|
+
//
|
|
3276
|
+
//
|
|
3277
|
+
//
|
|
3278
|
+
//
|
|
3274
3279
|
|
|
3275
3280
|
|
|
3276
3281
|
|
|
@@ -3380,6 +3385,7 @@ Opinionvue_type_template_id_0b627ecd_render._withStripped = true
|
|
|
3380
3385
|
handler: function handler(val) {
|
|
3381
3386
|
if (this.addOpinion) {
|
|
3382
3387
|
this.addOpinion = false;
|
|
3388
|
+
this.showOpinion = true;
|
|
3383
3389
|
} else if (this.showOpinion) {
|
|
3384
3390
|
this.showOpinion = false;
|
|
3385
3391
|
this.$emit('click', false);
|
|
@@ -3474,10 +3480,12 @@ Opinionvue_type_template_id_0b627ecd_render._withStripped = true
|
|
|
3474
3480
|
},
|
|
3475
3481
|
handleClickAddOpinion: function handleClickAddOpinion() {
|
|
3476
3482
|
var _that = this;
|
|
3483
|
+
|
|
3477
3484
|
Object(http["a" /* default */])({
|
|
3478
3485
|
url: _that.baseUrl ? _that.baseUrl + api["a" /* addCommonOpion */] : api["a" /* addCommonOpion */]
|
|
3479
3486
|
}).then(function (res) {
|
|
3480
3487
|
if (res.status == 'success') {
|
|
3488
|
+
_that.showOpinion = false;
|
|
3481
3489
|
_that.bean = res.data.bean;
|
|
3482
3490
|
_that.addOpinion = true;
|
|
3483
3491
|
}
|
|
@@ -3517,7 +3525,8 @@ Opinionvue_type_template_id_0b627ecd_render._withStripped = true
|
|
|
3517
3525
|
_that.$toast('添加成功');
|
|
3518
3526
|
_that.addOpinionContent = '';
|
|
3519
3527
|
_that.getOpinionList();
|
|
3520
|
-
|
|
3528
|
+
_that.addOpinion = false;
|
|
3529
|
+
_that.showOpinion = true;
|
|
3521
3530
|
} else {
|
|
3522
3531
|
_that.$toast(res.message || '添加失败');
|
|
3523
3532
|
}
|
|
@@ -3634,8 +3643,8 @@ var componentNormalizer = __webpack_require__(1);
|
|
|
3634
3643
|
|
|
3635
3644
|
var component = Object(componentNormalizer["a" /* default */])(
|
|
3636
3645
|
components_Opinionvue_type_script_lang_js,
|
|
3637
|
-
|
|
3638
|
-
|
|
3646
|
+
Opinionvue_type_template_id_68fdb647_render,
|
|
3647
|
+
Opinionvue_type_template_id_68fdb647_staticRenderFns,
|
|
3639
3648
|
false,
|
|
3640
3649
|
null,
|
|
3641
3650
|
null,
|