wangn 5 lat temu
rodzic
commit
651e89870b

+ 7 - 0
mallApp/src/api/px-class/index.js

@@ -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 - 1
mallApp/src/pages/home/recent.vue

@@ -1,6 +1,6 @@
 <template>
 <template>
   <view class="latest-content_box">
   <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)">
       <template v-if="!$util.isEmpty(list)">
         <view
         <view
           :key="item.shopId"
           :key="item.shopId"