浏览代码

Merge branch 'dev' of https://git.youlane.cn/weapp/C into dev

tags/湖南版5.1.4
刘晖 6 年前
父节点
当前提交
c73c24cf1b
共有 3 个文件被更改,包括 5 次插入2 次删除
  1. +1
    -0
      pages/main/index.js
  2. +1
    -1
      pages/main/index.wxml
  3. +3
    -1
      pages/main/index.wxss

+ 1
- 0
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",


+ 1
- 1
pages/main/index.wxml 查看文件

@@ -42,7 +42,7 @@
<view class='showQrcode' bindtap='hideQrcode' wx:if="{{showQrcode}}">
<view class="canvas-box">
<text class='memberIds' wx:if="{{levelName!='无'}}">{{levelName}}</text>
<canvas canvas-id="mycanvas2" />
<canvas canvas-id="mycanvas2" id='mycanvas2' />
<button class='button' bindtap='mySpecial'>特享礼遇</button>
</view>


+ 3
- 1
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;


正在加载...
取消
保存