|
|
|
@ -20,7 +20,7 @@ |
|
|
|
showArrow |
|
|
|
clickable |
|
|
|
:title="item.walletTime + '@' + item.scanCode" |
|
|
|
:note="item.appType + '&' + item.platform + '&' + item.type" |
|
|
|
:note="item.appType + '&' + item.platform + '&' + item.appType" |
|
|
|
:thumb="item.url" |
|
|
|
thumb-size="lg" |
|
|
|
:rightText="'¥' + item.profit" |
|
|
|
@ -29,7 +29,7 @@ |
|
|
|
<template v-slot:body> |
|
|
|
<view class="box"> |
|
|
|
<view class="uni-list-item__content-title">{{ |
|
|
|
item.createTime + "@" + item.scanCode |
|
|
|
item.walletTime + "@" + item.scanCode |
|
|
|
}}</view> |
|
|
|
<view class="box-bot"> |
|
|
|
<view> |
|
|
|
@ -67,7 +67,7 @@ |
|
|
|
<template v-slot:body> |
|
|
|
<view class="box"> |
|
|
|
<view class="uni-list-item__content-title">{{ |
|
|
|
item.createTime + "@" + item.scanCode |
|
|
|
item.walletTime + "@" + item.scanCode |
|
|
|
}}</view> |
|
|
|
<view class="box-bot"> |
|
|
|
<view> |
|
|
|
@ -242,7 +242,7 @@ export default { |
|
|
|
}, |
|
|
|
setAppType(data) { |
|
|
|
if (data == "0") { |
|
|
|
return "次元壁纸"; |
|
|
|
return "节点壁纸"; |
|
|
|
} |
|
|
|
}, |
|
|
|
setType(data) { |
|
|
|
|