Authored by 李奇

Merge branch 'feature/group-buy' into 'release/313'

替换资源码、升级版本号



See merge request !1716
... ... @@ -7,14 +7,14 @@ const contentCodes = {
test: {
home: 'ae00dffeb10f417887c433057b0af8bb',
ready: '89141506b9926010f28915a82b3db61d',
result: 'cea0efae77f4e04c935beb1e87181247',
detail: '3c3a94fd6c6e19508b6921acd7f6cbad'
result: '3c3a94fd6c6e19508b6921acd7f6cbad',
detail: 'cea0efae77f4e04c935beb1e87181247'
},
production: {
home: '4b24541678c9fe0ca12c8fd205a6d427',
ready: '89141506b9926010f28915a82b3db61d',
result: 'cea0efae77f4e04c935beb1e87181247',
detail: '3c3a94fd6c6e19508b6921acd7f6cbad'
result: '3c3a94fd6c6e19508b6921acd7f6cbad',
detail: 'cea0efae77f4e04c935beb1e87181247'
}
} [isProd ? 'production' : 'test'];
... ...
... ... @@ -114,8 +114,8 @@
{{#ifcond template_name "==" 'focus'}}
{{> group/resources/focus}}
{{/ifcond}}
{{#ifcond template_name "==" 'newSingleImage'}}
{{> group/resources/new-single-image}}
{{#ifcond template_name "==" 'single_image'}}
{{> group/resources/single-image}}
{{/ifcond}}
{{#ifcond template_name "==" 'twoPicture'}}
{{> group/resources/two-image}}
... ...
{
"name": "yohobuywap-node",
"version": "6.8.80-6",
"version": "6.8.80-7",
"private": true,
"description": "A New Yohobuy Project With Express",
"repository": {
... ...