diff --git a/pages/main/index.js b/pages/main/index.js index 8dbd4c0..5fcbc13 100644 --- a/pages/main/index.js +++ b/pages/main/index.js @@ -95,6 +95,7 @@ Page({ var st = setTimeout(function() { wx.hideToast() var size = that.setCanvasSize(); + console.log(size) var url = JSON.stringify({ END: "C", TYPE: "memberCode", diff --git a/pages/main/index.wxml b/pages/main/index.wxml index 110fc6a..0486345 100644 --- a/pages/main/index.wxml +++ b/pages/main/index.wxml @@ -42,7 +42,7 @@ {{levelName}} - + diff --git a/pages/main/index.wxss b/pages/main/index.wxss index f3358ae..f1d69f2 100644 --- a/pages/main/index.wxss +++ b/pages/main/index.wxss @@ -12,6 +12,9 @@ line-height: 88rpx; overflow: hidden; } +#mycanvas2{ + height: 500rpx; +} .red{ position:absolute; width:13rpx; @@ -151,7 +154,6 @@ border-radius:16rpx; font-size: 32rpx; color: rgba(2, 192, 255, 1); overflow: hidden; - margin-top: 38rpx; } .memberIds{ padding-top: 30rpx;