Authored by 郭成尧

require-yoho-app

const $ = require('yoho-jquery');
const lazyLoad = require('yoho-jquery-lazyload');
const Swiper = require('yoho-swiper');
const yoho = require('../yoho-app');
const yoho = require('yoho-app');
const qs = require('yoho-qs');
const cookie = require('yoho-cookie');
... ...
import yohoApp from 'yoho-app';
function getPname() {
let pName = '';
if (yohoApp.isiOS) {
pName = 'iFP_SalesPromotion_h5';
}
if (yohoApp.isAndroid) {
pName = 'aFP_SalesPromotion_h5';
}
return pName;
}
module.exports = {
getPname
};
... ...