视频列表获取优化
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
src="../../static/images/signIn_icon1.png" mode="" />
|
||||
<view class="radius"></view>
|
||||
<view class="_label">{{item.showText}}</view>
|
||||
<view class="_label" style="font-size: 18rpx;color: #999;margin-top: 2rpx;">{{item.signDay.slice(5,10)}}</view>
|
||||
<view class="_label" style="font-size: 18rpx;color: #999;margin-top: 2rpx;">{{item.signDay.slice(6,10)}}</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@@ -271,6 +271,7 @@
|
||||
} else if (item.jumpType == 1) {
|
||||
let source, buttonUrl;
|
||||
buttonUrl = item.buttonUrl
|
||||
console.log(item.title && item.title.indexOf('每周打卡奖励') != -1)
|
||||
if (item.title && item.title.indexOf('每周打卡奖励') != -1) {
|
||||
source = 2
|
||||
buttonUrl = item.buttonUrl + '?source=' + source
|
||||
|
||||
Reference in New Issue
Block a user