Authored by 陈轩

fix new-arrial handlebar

... ... @@ -17,7 +17,7 @@ module.exports = {
assetUrl: '//127.0.0.1:5001',
testCode: 'yoho4946abcdef#$%&!@',
domains: {
api: 'http://api-test2.yohops.com:9999/',
api: 'http://api-test3.yohops.com:9999/',
service: 'http://service-test2.yohops.com:9999/',
liveApi: 'http://testapi.live.yohops.com:9999/',
singleApi: 'http://api-test2.yohops.com:9999/',
... ...
let Handlebars = require('handlebars');
let Handlebars = require('handlebars/dist/handlebars.js');
module.exports = guangType => {
let html = '';
... ...