Showing
3 changed files
with
6 additions
and
5 deletions
@@ -749,6 +749,7 @@ class Helpers | @@ -749,6 +749,7 @@ class Helpers | ||
749 | $oneGoods['isStudents'] = $value['sales_price'] !== $value['last_vip_price'] && $value['discount_tag'] === 'S'; | 749 | $oneGoods['isStudents'] = $value['sales_price'] !== $value['last_vip_price'] && $value['discount_tag'] === 'S'; |
750 | $oneGoods['count'] = $value['buy_number']; | 750 | $oneGoods['count'] = $value['buy_number']; |
751 | $oneGoods['promotion_id'] = $value['promotion_id']; | 751 | $oneGoods['promotion_id'] = $value['promotion_id']; |
752 | + $oneGoods['factoryColor'] = $value['factory_goods_name']; | ||
752 | 753 | ||
753 | if ($isValid) { | 754 | if ($isValid) { |
754 | // 库存不足 | 755 | // 库存不足 |
@@ -26,9 +26,9 @@ | @@ -26,9 +26,9 @@ | ||
26 | ×{{count}} | 26 | ×{{count}} |
27 | </span> | 27 | </span> |
28 | <p class="row color-size-row"> | 28 | <p class="row color-size-row"> |
29 | - {{#if color}} | 29 | + {{#if factoryColor}} |
30 | <span class="color"> | 30 | <span class="color"> |
31 | - 颜色:{{color}} | 31 | + 颜色:{{factoryColor}} |
32 | </span> | 32 | </span> |
33 | {{/if}} | 33 | {{/if}} |
34 | 34 |
@@ -17,10 +17,10 @@ define('USE_INTER_FACE_SHUNT', false);//分流开关 | @@ -17,10 +17,10 @@ define('USE_INTER_FACE_SHUNT', false);//分流开关 | ||
17 | 17 | ||
18 | #dev环境 | 18 | #dev环境 |
19 | 19 | ||
20 | -define('API_URL', 'http://api-test1.yohops.com:9999/'); | ||
21 | -define('SERVICE_URL', 'http://service-test1.yohops.com:9999/'); | 20 | +define('API_URL', 'http://api-test3.yohops.com:9999/'); |
21 | +define('SERVICE_URL', 'http://service-test3.yohops.com:9999/'); | ||
22 | define('YOHOBUY_URL', 'http://www.yohobuy.com/'); | 22 | define('YOHOBUY_URL', 'http://www.yohobuy.com/'); |
23 | -define('SERVICE_NOTIFY', 'http://service-test1.yohops.com:9999/'); | 23 | +define('SERVICE_NOTIFY', 'http://service-test3.yohops.com:9999/'); |
24 | 24 | ||
25 | $application = new Application(APPLICATION_PATH . '/configs/application.developer.ini'); | 25 | $application = new Application(APPLICATION_PATH . '/configs/application.developer.ini'); |
26 | $application->bootstrap()->run(); | 26 | $application->bootstrap()->run(); |
-
Please register or login to post a comment