zhaojs
2023-07-13 5f5179811a778b6bd996ed64cae2a96f5ccc437f
uniapp/utils/getClipboard.js
@@ -17,6 +17,7 @@
            var res = e.data;
            callback(res)
          }).catch(function (err) {
           console.log(err)
          })
        }else{
          getApp().globalData.hasMode = false
@@ -48,7 +49,7 @@
    const viewContentWidth = parseInt(popupViewWidth - viewContentPadding * 2);
    // 显示弹窗
    maskLayers.show();
    try{
    if (data.goodsId) {
      let sLeft = 0;
      let popupViewHeight = popupViewWidth + uni.upx2px(390);
@@ -742,6 +743,12 @@
        getApp().globalData.hasMode = false
      }
    });
   }
   catch(e)
   {
      console.log(e);
      maskLayers.hide();
   }
  }
  export default () => {