ui-process-h5 1.6.43 → 1.6.44
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/package.json +1 -1
- package/v2/ui-process-h5.js +15 -11
- package/v2/ui-process-h5.umd.cjs +2 -2
- package/v2.7/ui-process-h5.js +15 -11
- package/v2.7/ui-process-h5.umd.cjs +2 -2
- package/v3/ui-process-h5.js +15 -11
- package/v3/ui-process-h5.umd.cjs +2 -2
package/v2.7/ui-process-h5.js
CHANGED
|
@@ -3464,7 +3464,8 @@ const EA = {
|
|
|
3464
3464
|
visible: { default: !1, type: Boolean },
|
|
3465
3465
|
isIndex: { type: Number },
|
|
3466
3466
|
width: { type: String, default: "95vw" },
|
|
3467
|
-
className: { type: String, default: "" }
|
|
3467
|
+
className: { type: String, default: "" },
|
|
3468
|
+
appendClass: { type: String, default: "" }
|
|
3468
3469
|
},
|
|
3469
3470
|
data() {
|
|
3470
3471
|
return {
|
|
@@ -3739,13 +3740,16 @@ const BA = {
|
|
|
3739
3740
|
watch: {
|
|
3740
3741
|
file: {
|
|
3741
3742
|
handler(e, s) {
|
|
3742
|
-
if (
|
|
3743
|
-
|
|
3744
|
-
|
|
3745
|
-
|
|
3746
|
-
|
|
3747
|
-
|
|
3748
|
-
|
|
3743
|
+
if (e)
|
|
3744
|
+
if (this.video.includes(
|
|
3745
|
+
e.substring(e.lastIndexOf(".") + 1)
|
|
3746
|
+
))
|
|
3747
|
+
this.videoShow = !0, this.url = e;
|
|
3748
|
+
else {
|
|
3749
|
+
this.videoShow = !1;
|
|
3750
|
+
let i = e.indexOf("https://") == -1 ? 0 : 1;
|
|
3751
|
+
this.url = `https://wdyl.ddzg.cn:8089/?ssl=${i}&furl=${e}`;
|
|
3752
|
+
}
|
|
3749
3753
|
},
|
|
3750
3754
|
immediate: !0,
|
|
3751
3755
|
deep: !0
|
|
@@ -3762,7 +3766,7 @@ var DA = function() {
|
|
|
3762
3766
|
}, [e.videoShow ? i("video", {
|
|
3763
3767
|
staticStyle: {
|
|
3764
3768
|
height: "100%",
|
|
3765
|
-
width: "
|
|
3769
|
+
width: "100%"
|
|
3766
3770
|
},
|
|
3767
3771
|
attrs: {
|
|
3768
3772
|
controls: ""
|
|
@@ -3776,7 +3780,7 @@ var DA = function() {
|
|
|
3776
3780
|
staticStyle: {
|
|
3777
3781
|
height: "100%",
|
|
3778
3782
|
border: "unset",
|
|
3779
|
-
width: "
|
|
3783
|
+
width: "100%"
|
|
3780
3784
|
},
|
|
3781
3785
|
attrs: {
|
|
3782
3786
|
src: e.url
|
|
@@ -9226,7 +9230,7 @@ const vy = /* @__PURE__ */ function() {
|
|
|
9226
9230
|
handleClick() {
|
|
9227
9231
|
if (typeof nativeMethod < "u" && nativeMethod.vueSelectFile && nativeMethod.vueSelectFile(2, "*", this.limit || 1), this.haveCount <= 0) {
|
|
9228
9232
|
this.handleTips(
|
|
9229
|
-
`\u6700\u591A\u4E0A\u4F20${
|
|
9233
|
+
`\u6700\u591A\u4E0A\u4F20${this.limit}\u4E2A\u6587\u4EF6`,
|
|
9230
9234
|
!1,
|
|
9231
9235
|
"success"
|
|
9232
9236
|
);
|