This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
weapp
/
C
Watch
8
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
66
Wiki
Activity
Browse Source
游戏入口描述修改
tags/富茂链客2.2.8
刘晖
6 years ago
parent
a6da5bce04
commit
b9dd7ec250
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pages/couponorder/detail/index.wxml
+1
-1
pages/index/index.wxml
+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>
Write
Preview
Loading…
Cancel
Save