|
|
|
@ -109,12 +109,23 @@
|
|
|
|
|
<span ng-style="{'color':service.is_valid?'#00A65A':'#DD4B39'}">{{service.is_valid?'已启用':'未启用' }}</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row border-show" style="background-color: #F06101;margin: -5px 0px -1px 0px; border-radius: 2px 1px 8px 8px; width: 100%;margin-left: 0px" >
|
|
|
|
|
<div style="background-color: #F06101">
|
|
|
|
|
<div class="row border-show" style="background-color: #F06101;margin: 0; width: 100%;margin-left: 0px" >
|
|
|
|
|
<a class="col-md-12 col-sm-12 col-xs-12 service-info-button"
|
|
|
|
|
title="点击查看交易详情" ui-sref="partnerIncrementalServiceInfo({channel:service.channel})">
|
|
|
|
|
查看详情
|
|
|
|
|
查看交易情况
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
<div ng-if="service.channel=='RP跨境商城'" style="background-color: #F06101">
|
|
|
|
|
<hr style="border-top: 1px solid #fff;margin: 2px 54px">
|
|
|
|
|
</div>
|
|
|
|
|
<div ng-if="service.channel=='RP跨境商城'" class="row border-show" style="background-color: #F06101;margin: 0; border-radius: 2px 1px 8px 8px; width: 100%;margin-left: 0px" >
|
|
|
|
|
<a class="col-md-12 col-sm-12 col-xs-12 service-info-button"
|
|
|
|
|
title="点击跳转到我的商城" type="button" ng-click="getGeekSsoLoginUrl()">
|
|
|
|
|
跳转到我的商城
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 未开通服务展示 -->
|
|
|
|
@ -147,14 +158,26 @@
|
|
|
|
|
<span >一站式跨境进口电商SaaS平台,帮您快速构建自己的品牌自营商城系统,直达10亿+中国消费者,快速实现获客和交易变现。</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="background-color: #F06101">
|
|
|
|
|
<div class="row border-show"
|
|
|
|
|
ng-if="currentUser.geek_shop_status"
|
|
|
|
|
style="background-color: #F06101;margin: -5px 0px -1px 0px; border-radius: 2px 1px 8px 8px; width: 100%;margin-left: 0px" >
|
|
|
|
|
style="background-color: #F06101;margin: 0; width: 100%;margin-left: 0px" >
|
|
|
|
|
<a class="col-md-12 col-sm-12 col-xs-12 service-info-button"
|
|
|
|
|
title="查看详情" ui-sref="partnerIncrementalServiceInfo({channel:'RP跨境商城'})">
|
|
|
|
|
查看详情
|
|
|
|
|
title="点击查看交易详情" ui-sref="partnerIncrementalServiceInfo({channel:'RP跨境商城'})">
|
|
|
|
|
查看交易情况
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="background-color: #F06101">
|
|
|
|
|
<hr style="border-top: 1px solid #fff;margin: 2px 54px">
|
|
|
|
|
</div>
|
|
|
|
|
<div ng-if="currentUser.geek_shop_status" class="row border-show" style="background-color: #F06101;margin: 0; border-radius: 2px 1px 8px 8px; width: 100%;margin-left: 0px" >
|
|
|
|
|
<a class="col-md-12 col-sm-12 col-xs-12 service-info-button"
|
|
|
|
|
title="点击跳转到我的商城" type="button" ng-click="getGeekSsoLoginUrl()">
|
|
|
|
|
跳转到我的商城
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="row border-show"
|
|
|
|
|
ng-if="!currentUser.geek_shop_status"
|
|
|
|
|
style="background-color: #F06101;margin: -5px 0px -1px 0px; border-radius: 2px 1px 8px 8px; width: 100%;margin-left: 0px" >
|
|
|
|
|