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/package.json
CHANGED
package/v2/ui-process-h5.js
CHANGED
|
@@ -4087,7 +4087,8 @@ const NC = {
|
|
|
4087
4087
|
visible: { default: !1, type: Boolean },
|
|
4088
4088
|
isIndex: { type: Number },
|
|
4089
4089
|
width: { type: String, default: "95vw" },
|
|
4090
|
-
className: { type: String, default: "" }
|
|
4090
|
+
className: { type: String, default: "" },
|
|
4091
|
+
appendClass: { type: String, default: "" }
|
|
4091
4092
|
},
|
|
4092
4093
|
data() {
|
|
4093
4094
|
return {
|
|
@@ -4362,13 +4363,16 @@ const DC = {
|
|
|
4362
4363
|
watch: {
|
|
4363
4364
|
file: {
|
|
4364
4365
|
handler(e, s) {
|
|
4365
|
-
if (
|
|
4366
|
-
|
|
4367
|
-
|
|
4368
|
-
|
|
4369
|
-
|
|
4370
|
-
|
|
4371
|
-
|
|
4366
|
+
if (e)
|
|
4367
|
+
if (this.video.includes(
|
|
4368
|
+
e.substring(e.lastIndexOf(".") + 1)
|
|
4369
|
+
))
|
|
4370
|
+
this.videoShow = !0, this.url = e;
|
|
4371
|
+
else {
|
|
4372
|
+
this.videoShow = !1;
|
|
4373
|
+
let i = e.indexOf("https://") == -1 ? 0 : 1;
|
|
4374
|
+
this.url = `https://wdyl.ddzg.cn:8089/?ssl=${i}&furl=${e}`;
|
|
4375
|
+
}
|
|
4372
4376
|
},
|
|
4373
4377
|
immediate: !0,
|
|
4374
4378
|
deep: !0
|
|
@@ -4385,7 +4389,7 @@ var SC = function() {
|
|
|
4385
4389
|
}, [e.videoShow ? i("video", {
|
|
4386
4390
|
staticStyle: {
|
|
4387
4391
|
height: "100%",
|
|
4388
|
-
width: "
|
|
4392
|
+
width: "100%"
|
|
4389
4393
|
},
|
|
4390
4394
|
attrs: {
|
|
4391
4395
|
controls: ""
|
|
@@ -4399,7 +4403,7 @@ var SC = function() {
|
|
|
4399
4403
|
staticStyle: {
|
|
4400
4404
|
height: "100%",
|
|
4401
4405
|
border: "unset",
|
|
4402
|
-
width: "
|
|
4406
|
+
width: "100%"
|
|
4403
4407
|
},
|
|
4404
4408
|
attrs: {
|
|
4405
4409
|
src: e.url
|
|
@@ -10190,7 +10194,7 @@ const yb = /* @__PURE__ */ function() {
|
|
|
10190
10194
|
handleClick() {
|
|
10191
10195
|
if (typeof nativeMethod < "u" && nativeMethod.vueSelectFile && nativeMethod.vueSelectFile(2, "*", this.limit || 1), this.haveCount <= 0) {
|
|
10192
10196
|
this.handleTips(
|
|
10193
|
-
`\u6700\u591A\u4E0A\u4F20${
|
|
10197
|
+
`\u6700\u591A\u4E0A\u4F20${this.limit}\u4E2A\u6587\u4EF6`,
|
|
10194
10198
|
!1,
|
|
10195
10199
|
"success"
|
|
10196
10200
|
);
|