Authored by Rock Zhang

修改有货币中间banner的位置码,修改有货币过期提醒的判定逻辑

Code Review By Rock Zhang
... ... @@ -31,10 +31,10 @@ class Yohobuy
// /* 测试环境 */
// const API_URL = 'http://testapi.yoho.cn:28078/';
const API_URL = 'http://192.168.102.205:8080/gateway/'; // 先临时使用网关
const SERVICE_URL = 'http://testservice.yoho.cn:28077/';
const YOHOBUY_URL = 'http://www.yohobuy.com/';
const API_OLD = 'http://test2.open.yohobuy.com/';
// const API_URL = 'http://192.168.102.205:8080/gateway/'; // 先临时使用网关
// const SERVICE_URL = 'http://testservice.yoho.cn:28077/';
// const YOHOBUY_URL = 'http://www.yohobuy.com/';
// const API_OLD = 'http://test2.open.yohobuy.com/';
/* 预览环境 */
// const API_URL = 'http://preapi.yoho.cn/';
... ... @@ -44,10 +44,10 @@ class Yohobuy
// const API_OLD = 'http://api2.open.yohobuy.com/';
/* PC重构地址 */
// const API_URL = 'http://test2.open.yohobuy.com/';
// const SERVICE_URL = 'http://test.service.api.yohobuy.com/';
// const YOHOBUY_URL = 'http://www.yohobuy.com/';
// const API_OLD = 'http://api2.open.yohobuy.com/';
const API_URL = 'http://test2.open.yohobuy.com/';
const SERVICE_URL = 'http://test.service.api.yohobuy.com/';
const YOHOBUY_URL = 'http://www.yohobuy.com/';
const API_OLD = 'http://api2.open.yohobuy.com/';
/**
* 私钥列表
... ...
... ... @@ -10,12 +10,12 @@
YOHO
</p>
<a href="/home/currencyDetail" class="more">查看明细</a>
{{#notice}}
{{#if notice}}
<div class="coin-tip">
<span class="icon">!</span>
{{notice}}
</div>
{{/notice}}
{{/if}}
{{/ yohoCoin}}
</div>
<div class="banner">
... ...
... ... @@ -19,7 +19,7 @@ use Plugin\Images;
*/
class UserModel
{
const CODE_YOHOCOIN_BANNER = 'a2ec977c027d0cd9cdccb356ddf16b08';
const CODE_YOHOCOIN_BANNER = '05afedf76886d732573f10f7451a1703';
/**
* 处理用户个人详情数据
... ...