Authored by 陈峰

merge

... ... @@ -43,7 +43,7 @@
"serve-favicon": "^2.3.0",
"uuid": "^2.0.2",
"vue": "^2.4.2",
"vue-awesome-swiper": "^2.5.4",
"vue-awesome-swiper": "^2.6.0",
"vue-swipe": "^2.0.3",
"vue-touch": "next",
"winston": "^2.2.0",
... ...
... ... @@ -19,7 +19,12 @@
302: 'women',
303: 'lifestyle'
};
const setAppChannel = {
301: 1,
302: 2,
};
export default {
props: {
... ... @@ -74,7 +79,7 @@
cookie.set('_ChannelIndex', index);
yoho.setChannel({
channel_id: id
channel_id: setAppChannel[id]
});
}
},
... ...
... ... @@ -17,6 +17,7 @@
</div>
</template>
<script>
require('swiper/dist/css/swiper.css');
import yoho from 'yoho';
import vas from 'vue-awesome-swiper';
... ...
... ... @@ -281,7 +281,6 @@
import shoppingBag from 'component/product/shopping-bag.vue';
import operationBar from './operation-bar.vue';
import 'common/back-top';
import 'vue-swipe/dist/vue-swipe.css';
const app = $('#app');
... ... @@ -791,4 +790,4 @@
padding: 0;
background-color: #000;
}
</style>
\ No newline at end of file
</style>
... ...