Silent 7 年之前
父節點
當前提交
eaa69e466a
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      wechat/pages/index/index.js

+ 2 - 2
wechat/pages/index/index.js

xqd
@@ -110,8 +110,8 @@ Page({
       success: res => {
         if (res.data.status == 'success') {
           this.setData({
-            shareCanvasWidth: res.data.width,
-            shareCanvasHeight: res.data.height,
+            // shareCanvasWidth: res.data.width,
+            // shareCanvasHeight: res.data.height,
             shareImage: res.data.shareImage,
             shareText: res.data.shareText,
             shareTextPosX: res.data.shareTextPosX,