[...长按删除视频。基础信息李]
This commit is contained in:
62
unpackage/dist/dev/app-plus/app-service.js
vendored
62
unpackage/dist/dev/app-plus/app-service.js
vendored
@@ -44921,10 +44921,30 @@ var render = function() {
|
||||
)
|
||||
]
|
||||
),
|
||||
_c("view", {
|
||||
staticClass: _vm._$s("50-" + $30, "sc", "module-hint"),
|
||||
attrs: { _i: "50-" + $30 }
|
||||
})
|
||||
_c(
|
||||
"view",
|
||||
{
|
||||
staticClass: _vm._$s("50-" + $30, "sc", "module-hint"),
|
||||
attrs: { _i: "50-" + $30 }
|
||||
},
|
||||
[
|
||||
_vm._$s(
|
||||
"51-" + $30,
|
||||
"i",
|
||||
module.content.video_url.showpath != ""
|
||||
)
|
||||
? _c("span", {
|
||||
staticClass: _vm._$s("51-" + $30, "sc", "delVideo"),
|
||||
attrs: { _i: "51-" + $30 },
|
||||
on: {
|
||||
longpress: function($event) {
|
||||
return _vm.removeImg("video", moduleIndex, "")
|
||||
}
|
||||
}
|
||||
})
|
||||
: _vm._e()
|
||||
]
|
||||
)
|
||||
]
|
||||
)
|
||||
: _vm._e()
|
||||
@@ -44933,14 +44953,14 @@ var render = function() {
|
||||
_c(
|
||||
"view",
|
||||
{
|
||||
staticClass: _vm._$s(51, "sc", "add-modules"),
|
||||
attrs: { _i: 51 },
|
||||
staticClass: _vm._$s(52, "sc", "add-modules"),
|
||||
attrs: { _i: 52 },
|
||||
on: { click: _vm.addModule }
|
||||
},
|
||||
[
|
||||
_c("uni-icons", {
|
||||
staticClass: _vm._$s(52, "sc", "icon"),
|
||||
attrs: { color: "#8b64fd", size: "20", type: "plus", _i: 52 }
|
||||
staticClass: _vm._$s(53, "sc", "icon"),
|
||||
attrs: { color: "#8b64fd", size: "20", type: "plus", _i: 53 }
|
||||
})
|
||||
],
|
||||
1
|
||||
@@ -45058,17 +45078,6 @@ Object.defineProperty(exports, "__esModule", { value: true });exports.default =
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -45082,7 +45091,12 @@ Object.defineProperty(exports, "__esModule", { value: true });exports.default =
|
||||
|
||||
|
||||
var _store = __webpack_require__(/*! @/apis/interfaces/store */ 375);
|
||||
|
||||
|
||||
|
||||
var _uploading = __webpack_require__(/*! @/apis/interfaces/uploading */ 97);function _toConsumableArray(arr) {return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();}function _nonIterableSpread() {throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}function _unsupportedIterableToArray(o, minLen) {if (!o) return;if (typeof o === "string") return _arrayLikeToArray(o, minLen);var n = Object.prototype.toString.call(o).slice(8, -1);if (n === "Object" && o.constructor) n = o.constructor.name;if (n === "Map" || n === "Set") return Array.from(o);if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);}function _iterableToArray(iter) {if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter);}function _arrayWithoutHoles(arr) {if (Array.isArray(arr)) return _arrayLikeToArray(arr);}function _arrayLikeToArray(arr, len) {if (len == null || len > arr.length) len = arr.length;for (var i = 0, arr2 = new Array(len); i < len; i++) {arr2[i] = arr[i];}return arr2;}var _default =
|
||||
|
||||
|
||||
{
|
||||
data: function data() {
|
||||
return {
|
||||
@@ -45146,7 +45160,10 @@ var _uploading = __webpack_require__(/*! @/apis/interfaces/uploading */ 97);func
|
||||
switch (type) {
|
||||
case 'logo':
|
||||
uni.chooseImage({
|
||||
crop: { width: 300, height: 300 },
|
||||
crop: {
|
||||
width: 300,
|
||||
height: 300 },
|
||||
|
||||
success: function success(path) {
|
||||
(0, _uploading.uploads)([{
|
||||
name: 'logo',
|
||||
@@ -45164,7 +45181,10 @@ var _uploading = __webpack_require__(/*! @/apis/interfaces/uploading */ 97);func
|
||||
break;
|
||||
case 'videoCover':
|
||||
uni.chooseImage({
|
||||
crop: { width: 500, height: 350 },
|
||||
crop: {
|
||||
width: 500,
|
||||
height: 350 },
|
||||
|
||||
success: function success(path) {
|
||||
(0, _uploading.uploads)([{
|
||||
name: 'logo',
|
||||
|
||||
Reference in New Issue
Block a user