Authored by 李奇

分类上报修改

import Yas from '../../../common/yas';
import cateModel from '../../../models/shop/category';
const app = getApp();
const router = global.router;
let yas;
Page({
data: {
expand: false,
... ... @@ -11,8 +14,11 @@ Page({
subCateList: []
},
onLoad: function() {
yas = new Yas(app);
},
onShow: function() {
yas.pageOpenReport();
yas.report('YB_MAIN_TAB_C', {TAB_ID: 2});
this.getSort();
},
getSort: function() {
... ...