Browse Source

修改index.js文件

pull/11/head
徐飞洋 2 months ago
parent
commit
22f0f15caa
  1. 2
      pages/index/index.js

2
pages/index/index.js

@ -485,7 +485,7 @@ Page({
wx.showToast({ wx.showToast({
title: '刷新成功', title: '刷新成功',
icon: 'success', icon: 'success',
duration: 1500 duration: 400
}) })
} else if (res.products.length === 0) { } else if (res.products.length === 0) {
// 如果published状态没有商品,则查询sold_out状态 // 如果published状态没有商品,则查询sold_out状态

Loading…
Cancel
Save