Browse Source

游戏入口描述修改

tags/富茂链客2.2.8
刘晖 6 years ago
parent
commit
b9dd7ec250
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      pages/couponorder/detail/index.wxml
  2. +1
    -1
      pages/index/index.wxml
  3. +1
    -1
      pages/order/detail/index.wxml

+ 1
- 1
pages/couponorder/detail/index.wxml View File

@@ -91,7 +91,7 @@
<view class='game' bindtap="gotogame" wx-if="{{showIf}}">
<view class='game-entry'>
<image src="{{staticGamedata.imgUrl}}" class='gameimg' mode='widthFix'></image>
<text>专享神秘礼物</text>
<text>用户专享神秘礼物</text>
<text>独家福利,抢完即止</text>
</view>
</view>

+ 1
- 1
pages/index/index.wxml View File

@@ -6,7 +6,7 @@
<view class='game' bindtap="gotogame" wx-if="{{showIf}}">
<view class='game-entry'>
<image src="{{staticGamedata.imgUrl}}" class='gameimg' mode='widthFix'></image>
<text>用户专享神秘礼物</text>
<text>用户专享神秘礼物</text>
<text>独家福利,抢完即止</text>
</view>
</view>


+ 1
- 1
pages/order/detail/index.wxml View File

@@ -78,7 +78,7 @@
<view class='game' bindtap="gotogame" wx-if="{{showIf}}">
<view class='game-entry'>
<image src="{{staticGamedata.imgUrl}}" class='gameimg' mode='widthFix'></image>
<text>用户专享神秘礼物</text>
<text>用户专享神秘礼物</text>
<text>独家福利,抢完即止</text>
</view>
</view>

Loading…
Cancel
Save