浏览代码

bug修复

master
sui 5 年前
父节点
当前提交
21ad61d5ee
共有 2 个文件被更改,包括 5 次插入3 次删除
  1. +4
    -3
      496_dongfengqichen/pages/luckyStar/luckyStar.wxml
  2. +1
    -0
      496_dongfengqichen/pages/luckyStar/luckyStar.wxss

+ 4
- 3
496_dongfengqichen/pages/luckyStar/luckyStar.wxml 查看文件

@@ -58,11 +58,12 @@
<image class="gameRuleClose" wx:if="{{ruleCloseShow}}" bindtap="closeRule" src="{{imgUrl+'/star/closebtn.png'}}"></image>
<view class="gameRuleGroup">
<view style="width: 464rpx;height: 1660rpx;">
<image class="newImages48" style="width: 100%;height: 100%;" src="{{imgUrl+'/newImages6/36.png'}}"></image>
<image class="newImages48" style="width: 464rpx;height: 1660rpx;" src="{{imgUrl+'/newImages6/36.png'}}"></image>
</view>
<view class="gameStrat" bindtap="closeRule">
<image style="width:100%;height:100%;" src="{{imgUrl+'/btns/gameStart.png'}}"></image>
<button wx:if="{{!userData}}" style="min-height:0;width: 277rpx;height: 50rpx;" bindgetuserinfo="getUserWxMsg" class="getUserMsgBtn" open-type="getUserInfo" lang="zh_CN"></button>
<!-- <image style="width:100%;height:100%;" src="{{imgUrl+'/btns/gameStart.png'}}"></image> -->
<image style="width:277rpx;height:50rpx;" src="{{imgUrl+'/btns/gameStart.png'}}"></image>
<button wx:if="{{!userData}}" style="min-height:0;width: 277rpx;height: 50rpx;top:37rpx;left:0;" bindgetuserinfo="getUserWxMsg" class="getUserMsgBtn" open-type="getUserInfo" lang="zh_CN"></button>
</view>
</view>
</view>

+ 1
- 0
496_dongfengqichen/pages/luckyStar/luckyStar.wxss 查看文件

@@ -56,6 +56,7 @@ view{
z-index: 9;
}
.gameStrat{
position: relative;
width:277rpx;
height:50rpx;
padding-top: 37rpx;

正在加载...
取消
保存