king
2022-11-30 e5980907614ee16c8eac404501b0f7a9d9316515
2022-11-30
2个文件已修改
9 ■■■■■ 已修改文件
src/mob/components/sharecode/options.jsx 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/zshare/actionList/normalbutton/index.jsx 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/mob/components/sharecode/options.jsx
@@ -48,7 +48,6 @@
      field: 'color',
      label: '颜色',
      initval: wrap.color || '#000000',
      tooltip: '小程序中无效。',
      isHex: true,
      required: true
    },
src/tabviews/zshare/actionList/normalbutton/index.jsx
@@ -1021,7 +1021,7 @@
      }
      if (params[0].$unCheckParam) {
        this.checkLoopRequest(params, btn, _resolve)
        this.checkLoopRequest(params, _resolve)
      } else if (params.length <= 20) {
        let deffers = params.map((param, i) => {
          return new Promise(resolve => {
@@ -1569,7 +1569,7 @@
  /**
   * @description 数据检验循环执行
   */
  checkLoopRequest = (params, btn, _resolve) => {
  checkLoopRequest = (params, _resolve) => {
    let param = params.shift()
    let unCheckParam = param.$unCheckParam
@@ -1587,7 +1587,7 @@
          this.execSuccess(res)
          _resolve()
        } else {
          this.checkLoopRequest(params, btn, _resolve)
          this.checkLoopRequest(params, _resolve)
        }
      } else if (res.ErrCode === 'C') {
        const _this = this
@@ -1604,7 +1604,7 @@
                    _this.execSuccess(result)
                    _resolve()
                  } else {
                    _this.checkLoopRequest(params, btn, _resolve)
                    _this.checkLoopRequest(params, _resolve)
                  }
                } else {
                  _this.execError(result)