Authored by 周少峰

while ;

@@ -636,14 +636,14 @@ const _detailDataPkg = (origin, uid, vipLevel) => { @@ -636,14 +636,14 @@ const _detailDataPkg = (origin, uid, vipLevel) => {
636 }); 636 });
637 break; 637 break;
638 } 638 }
639 - 639 +
640 if (origin.productPriceBo.studentCoinNum && origin.productPriceBo.studentCoinNum !== 0) { 640 if (origin.productPriceBo.studentCoinNum && origin.productPriceBo.studentCoinNum !== 0) {
641 result.activity.push({ 641 result.activity.push({
642 type: C_VALUE.type, 642 type: C_VALUE.type,
643 des: `${C_VALUE.des}${origin.productPriceBo.studentCoinNum}${C_VALUE.rest}` 643 des: `${C_VALUE.des}${origin.productPriceBo.studentCoinNum}${C_VALUE.rest}`
644 }); 644 });
645 } 645 }
646 - } while(false) 646 + } while (false);
647 647
648 // 上市期 648 // 上市期
649 if (origin.expectArrivalTime) { 649 if (origin.expectArrivalTime) {