银花优选微信小程序修改后的最新版本代码
This commit is contained in:
26
pages/mybonus0/index.wxml
Normal file
26
pages/mybonus0/index.wxml
Normal file
@@ -0,0 +1,26 @@
|
||||
<view class="container">
|
||||
<view class="mybonus-box" hidden="{{bonusHidden}}">
|
||||
<view class="mybonus-item mybonus-title">
|
||||
<text class="time">时间</text>
|
||||
<text>{{title}}</text>
|
||||
<text class="bz">备注</text>
|
||||
</view>
|
||||
<block wx:for="{{mybonus}}" wx:for-index="index">
|
||||
<view class="mybonus-item">
|
||||
<text class="time">{{item.addtime}}</text>
|
||||
<text>{{(nav==1?item.b1:(nav==2?item.b2:(nav==3?item.b3:(nav==4?item.b4:(nav==5?item.b5:(nav==6?item.b6:item.b7))))))}}</text>
|
||||
<text class="bz">{{item.conent}}</text>
|
||||
</view>
|
||||
</block>
|
||||
|
||||
</view>
|
||||
<view class="nodata-box" hidden="{{nobonusHidden}}">
|
||||
<image src="{{bonusImg}}" class="bonus-image"/>
|
||||
<view>{{tipWords}}</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
<loading hidden="{{loadingHidden}}">
|
||||
加载中...
|
||||
</loading>
|
||||
Reference in New Issue
Block a user