|
@@ -364,7 +364,7 @@
|
|
|
dataList = res.data[i].list,
|
|
|
quantity = res.data[i].quantity;
|
|
|
function getReceivePhoneDuration(item){
|
|
|
- let res = item.receivePhoneDuration===30?'月卡':item.receivePhoneDuration===120?'季卡':item.receivePhoneDuration===365?'年卡':item.receivePhoneDuration+'天卡';
|
|
|
+ let res = item.receivePhoneDuration===30?'月卡':item.receivePhoneDuration===90?'季卡':item.receivePhoneDuration===365?'年卡':item.receivePhoneDuration+'天卡';
|
|
|
return dataObj[item.receivePhoneType] + res
|
|
|
}
|
|
|
dataList.map((item) => {
|
|
@@ -532,7 +532,7 @@
|
|
|
'您的好友送你一台免费云机',
|
|
|
`pages/home/home?money=${money}&startTime=${startTime}&endTime=${endTime}&couponRandomId=${couponRandomId}&goodId=${goodId}&shareOrder=${shareOrder}&shareUser=${shareUser}`,
|
|
|
'https://test.androidscloud.com/file-center/fileOperate/getImage?id=215553',
|
|
|
- 2
|
|
|
+ 0
|
|
|
);
|
|
|
}else{
|
|
|
window.native[type](
|