@indfnd/common-mobile 1.0.41 → 1.0.42
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/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [1.0.42](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v1.0.41...v1.0.42) (2026-02-06)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* 调整背景图片 ([5dc90b9](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/commit/5dc90b9fb72ef86d7d7730d36982b587a49f8af3))
|
|
11
|
+
|
|
5
12
|
### [1.0.41](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v1.0.40...v1.0.41) (2026-02-05)
|
|
6
13
|
|
|
7
14
|
|
|
@@ -3,7 +3,7 @@ import { getQuarterNum, getHalfYearNum, formatDate, useConfig, getLocalStorage,
|
|
|
3
3
|
import Vue$1 from "vue";
|
|
4
4
|
import { DropdownMenu as DropdownMenu$1, DropdownItem as DropdownItem$1, Message, LoadingBar, Spin } from "view-design";
|
|
5
5
|
const name = "@indfnd/common-mobile";
|
|
6
|
-
const version$1 = "1.0.
|
|
6
|
+
const version$1 = "1.0.41";
|
|
7
7
|
const author = "huxuetong";
|
|
8
8
|
const publishConfig = {
|
|
9
9
|
registry: "https://registry.npmjs.org/"
|
|
@@ -23824,7 +23824,7 @@ var render$k = function() {
|
|
|
23824
23824
|
var _vm = this;
|
|
23825
23825
|
var _h = _vm.$createElement;
|
|
23826
23826
|
var _c = _vm._self._c || _h;
|
|
23827
|
-
return _c("div", { staticClass: "ind-m-user-wrapper", staticStyle: { "position": "relative" } }, [_c("van-sticky", { directives: [{ name: "show", rawName: "v-show", value: !_vm.isHb, expression: "!isHb" }] }, [_c("van-nav-bar", { attrs: { "placeholder": true, "safe-area-inset-top": true, "title": "\u6211\u7684" } })], 1), _c("div", { staticStyle: { "position": "absolute", "left": "0", "width": "100%", "height": "40vh", "z-index": "0" }, style: { top: !_vm.isHb ? "48px" : "0px" } }, [_c("IndMImgLoad", { attrs: { "pick": "home-bg", "type": "TableData" } })], 1), _c("div", { staticClass: "ind-m-user-avatar-con" }, [_c("div", { staticClass: "ind-m-user-avatar-con-avatar" }, [_c("div", { staticClass: "ind-m-user-avatar-con-avatar-img" }, [_c("van-image", { attrs: { "round": "", "width": "5rem", "height": "5rem", "fit": "cover", "position": "center", "src": _vm.user.avatar } })], 1)]), _c("div", { staticClass: "ind-m-user-avatar-con-name" }, [_vm._v(_vm._s(_vm.user.userName))])]), _c("IndMCard", { attrs: { "
|
|
23827
|
+
return _c("div", { staticClass: "ind-m-user-wrapper", staticStyle: { "position": "relative" } }, [_c("van-sticky", { directives: [{ name: "show", rawName: "v-show", value: !_vm.isHb, expression: "!isHb" }] }, [_c("van-nav-bar", { attrs: { "placeholder": true, "safe-area-inset-top": true, "title": "\u6211\u7684" } })], 1), _c("div", { staticStyle: { "position": "absolute", "left": "0", "width": "100%", "height": "40vh", "z-index": "0" }, style: { top: !_vm.isHb ? "48px" : "0px" } }, [_c("IndMImgLoad", { attrs: { "pick": "home-bg", "position": "center top", "type": "TableData" } })], 1), _c("div", { staticClass: "ind-m-user-avatar-con" }, [_c("div", { staticClass: "ind-m-user-avatar-con-avatar" }, [_c("div", { staticClass: "ind-m-user-avatar-con-avatar-img" }, [_c("van-image", { attrs: { "round": "", "width": "5rem", "height": "5rem", "fit": "cover", "position": "center", "src": _vm.user.avatar } })], 1)]), _c("div", { staticClass: "ind-m-user-avatar-con-name" }, [_vm._v(_vm._s(_vm.user.userName))])]), _c("IndMCard", { attrs: { "title": "\u5E94\u7528\u4FE1\u606F" } }, [_c("van-cell", { staticClass: "ind-van-cell-bg-color", attrs: { "icon": "apps-o", "title": "\u5E94\u7528\u540D\u79F0", "value": _vm.app.name } }), _c("van-cell", { staticClass: "ind-van-cell-bg-color", attrs: { "icon": "qr", "title": "\u5E94\u7528\u7F16\u7801", "value": _vm.app.appId } }), _c("van-cell", { staticClass: "ind-van-cell-bg-color", attrs: { "icon": "list-switch", "title": "\u5E94\u7528\u7248\u672C", "value": _vm.app.extendProps.extendProps && JSON.parse(_vm.app.extendProps.extendProps).appVersion } }), _c("van-cell", { staticClass: "ind-van-cell-bg-color", attrs: { "icon": "list-switching", "title": "\u914D\u7F6E\u7248\u672C", "value": _vm.app.extendProps.extendProps && JSON.parse(_vm.app.extendProps.extendProps).profileVersion } }), _c("van-cell", { directives: [{ name: "permission", rawName: "v-permission", value: ["12210071"], expression: "['12210071']" }], staticClass: "ind-van-cell-bg-color", attrs: { "title": "v-permission=['12210071']", "value": _vm.app.version } }), _c("van-cell", { directives: [{ name: "permission", rawName: "v-permission", value: ["1221001111"], expression: "['1221001111']" }], staticClass: "ind-van-cell-bg-color", attrs: { "title": "v-permission=['1221001111']", "value": _vm.app.version } })], 1), _c("IndMCard", { attrs: { "title": "\u901A\u7528" } }, [_c("van-cell", { staticClass: "ind-van-cell-bg-color", attrs: { "icon": "setting-o", "title": "\u8BBE\u7F6E", "is-link": "", "to": "/setting" } })], 1), _c("IndMtabbar")], 1);
|
|
23828
23828
|
};
|
|
23829
23829
|
var staticRenderFns$k = [];
|
|
23830
23830
|
const __vue2_script$k = {
|
|
@@ -30078,7 +30078,14 @@ var render$8 = function() {
|
|
|
30078
30078
|
var _vm = this;
|
|
30079
30079
|
var _h = _vm.$createElement;
|
|
30080
30080
|
var _c = _vm._self._c || _h;
|
|
30081
|
-
return _c("div", { staticClass: "ind-m-new-app-center"
|
|
30081
|
+
return _c("div", { staticClass: "ind-m-new-app-center" }, [!_vm.isHb ? _c("van-sticky", [_c("van-nav-bar", { attrs: { "placeholder": true, "safe-area-inset-top": true, "title": _vm.title } })], 1) : _vm._e(), _c("div", { staticClass: "ind-m-new-app-page", staticStyle: { "position": "relative" }, style: { minHeight: !_vm.isHb ? "calc(100vh - 48px)" : "100vh" } }, [_c("div", { style: {
|
|
30082
|
+
top: "0px",
|
|
30083
|
+
position: "absolute",
|
|
30084
|
+
left: "0px",
|
|
30085
|
+
width: "100%",
|
|
30086
|
+
height: "22vh",
|
|
30087
|
+
zIndex: 0
|
|
30088
|
+
} }, [_c("IndMImgLoad", { attrs: { "position": "center top", "pick": "ind:appNew:bg", "type": "TableData" } })], 1), _c("div", { staticClass: "ind-m-new-placeholder" }, [_c("van-search", { staticClass: "ind-m-new-placeholder-search", attrs: { "placeholder": "\u641C\u7D22\u5E94\u7528" }, on: { "search": _vm.onSearch, "clear": _vm.onClear }, scopedSlots: _vm._u([{ key: "left-icon", fn: function() {
|
|
30082
30089
|
return [_c("div", { staticClass: "ind-m-new-placeholder-search-left" }, [_c("Icon", { attrs: { "type": "md-search" } })], 1)];
|
|
30083
30090
|
}, proxy: true }, { key: "right-icon", fn: function() {
|
|
30084
30091
|
return [_c("div", { staticClass: "ind-m-new-placeholder-search-right", on: { "click": _vm.onSearch } }, [_vm._v("\u641C\u7D22")])];
|