@@ -0,0 +1,7 @@
+import https from '@/plugins/luch-request_0.0.7/request'
+/** *
+ * 门店列表 b
+ */
+export const pxClassList = data => {
+ return https.get('/px-class/list', data)
+}
@@ -1,6 +1,6 @@
<template>
<view class="latest-content_box">
- <view class="shop-list_box" v-if="show">
+ <view class="shop-list_box" v-if="!show">
<template v-if="!$util.isEmpty(list)">
<view
:key="item.shopId"