小程序风格样式

version/0412
wangdong 9 months ago
parent 54b2d0579e
commit acc7d61b8d
  1. 16
      pages/shopList/index.vue
  2. 4
      pages/shopList/shopPage.vue

@ -147,22 +147,6 @@
console.log(this.shopsList);
})
.finally(() => this.loading = false)
// try {
// const { data } = await getshopsList({
// cId: this.categoryId,
// page: this.page++,
// limit: this.limit,
// keyword: this.search,
// });
// this.shopsList = this.shopsList.concat(data);
// console.log(this.shopsList);
// this.finished = data.length < this.limit;
// this.loadTitle = this.finished ? "" : "";
// } catch (err) {
// console.log(err);
// }
},
toShop(item) {
uni.navigateTo({

@ -90,7 +90,7 @@
<script>
import styleColor from '../styleColor';
import * as Api from '@/api/shop/index'
import * as Api from '@/api/shop/index';
export default {
data() {
@ -233,7 +233,7 @@
},
toCer() {
uni.navigateTo({
url: '/pages/shopList/certificate',
url: `/pages/shopList/certificate?id=${this.id}`,
});
},
async getShopDetail() {

Loading…
Cancel
Save