Authored by 郭成尧

ismarsapp

@@ -59,7 +59,7 @@ @@ -59,7 +59,7 @@
59 <link rel="apple-touch-startup-image" sizes="640x920" href="http://static.yohobuy.com/m/v1/img/startup/startup-retina.png" media="screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2)"> 59 <link rel="apple-touch-startup-image" sizes="640x920" href="http://static.yohobuy.com/m/v1/img/startup/startup-retina.png" media="screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2)">
60 <link rel="apple-touch-startup-image" sizes="320x460" href="http://static.yohobuy.com/m/v1/img/startup/startup.png" media="screen and (max-device-width: 320)"> 60 <link rel="apple-touch-startup-image" sizes="320x460" href="http://static.yohobuy.com/m/v1/img/startup/startup.png" media="screen and (max-device-width: 320)">
61 </head> 61 </head>
62 - <body class="{{pageStyle}} {{#if isWechat}}wechat-body{{/if}} {{#if width750}}width750{{/if}} {{#if isPassportPage}}passport-body{{/if}} {{#if isStarIndexPage}}star-index-bg{{/if}} {{#if isStarDetailPage}}star-class-body{{/if}} {{#if isInstallmentPage}}installment-body{{/if}}"> 62 + <body class="{{pageStyle}} {{#if isWechat}}wechat-body{{/if}} {{#if width750}}width750{{/if}} {{#if isPassportPage}}passport-body{{/if}} {{#if isStarIndexPage}}star-index-bg{{/if}} {{#if isStarDetailPage}}star-class-body{{/if}} {{#if isInstallmentPage}}installment-body{{/if}} {{#if @root.yoho.isMarsApp}}is-mars-app{{/if}} ">
63 <div class="main-wrap" id="main-wrap" {{#if appPath}}data-apppath='{{{appPath}}}'{{/if}}> 63 <div class="main-wrap" id="main-wrap" {{#if appPath}}data-apppath='{{{appPath}}}'{{/if}}>
64 {{#if systemUpdate}} 64 {{#if systemUpdate}}
65 {{> updata}} 65 {{> updata}}
@@ -34,7 +34,7 @@ @@ -34,7 +34,7 @@
34 <span class="btn check-logistics check-ewm">查看二维码</span> 34 <span class="btn check-logistics check-ewm">查看二维码</span>
35 </a> 35 </a>
36 {{else if afterService}} 36 {{else if afterService}}
37 - <span class="btn after-sales{{#if isMarsApp}} is-mars-app{{/if}}">申请售后</span> 37 + <span class="btn after-sales{{#if @root.yoho.isMarsApp}} is-mars-app{{/if}}">申请售后</span>
38 {{else if readd}} 38 {{else if readd}}
39 <span class="btn rebuy">再次购买</span> 39 <span class="btn rebuy">再次购买</span>
40 {{/if}} 40 {{/if}}