Ver código fonte

bug修复

master
sui 5 anos atrás
pai
commit
21ad61d5ee
2 arquivos alterados com 5 adições e 3 exclusões
  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 Ver arquivo

@@ -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 Ver arquivo

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

Carregando…
Cancelar
Salvar