yiming
2024-04-12 4bc1c36faeec2f90e5acfa836732e49fe0b245e9
packageBookService/pages/bookServices/detail/components/teachResource/index.js
@@ -24,14 +24,12 @@
  methods: {
    copy() {
      wx.setClipboardData({
        data: "11",
        data: "http://182.92.203.7:3007/jsek/website/#/home/index",
        success: function (res) {
          wx.showToast({ title: "复制成功" });
        },
        fail: function (res) {
          wx.showToast({
            title: "失败",
          });
          console.log(res);
        },
      });
    },