...
|
...
|
@@ -12,6 +12,10 @@ import {api} from './store'; |
|
|
import {RatingView, LeaveMSGView, OrderListView } from './view';
|
|
|
import tip from 'plugin/tip';
|
|
|
|
|
|
if (appBridge.isApp && /YohoBuy-iOS/i.test(navigator.userAgent)) {
|
|
|
document.body.classList.add('app-ios');
|
|
|
}
|
|
|
|
|
|
|
|
|
var qs = require('yoho-qs');
|
|
|
|
...
|
...
|
|