liukangdong
2024-08-09 b8043eebc1f797583b748407127abc3787f7758e
Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia
已修改3个文件
6 ■■■■ 文件已修改
wechat_staff/components/disCase/index.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
wechat_staff/components/disProduct/index.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
wechat_staff/components/disRealpic/index.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
wechat_staff/components/disCase/index.js
@@ -115,7 +115,7 @@
      getZhongTaiWholecasePage({
        catalogCode,pageNum,pageSize,tagCodes, sortType,query
      }).then(res => {
        if(res.data || res.data.records){
        if(res.data && res.data.records){
          this.setData({ 
            total: res.data.total,
            dataList: [...this.data.dataList, ...res.data.records],
wechat_staff/components/disProduct/index.js
@@ -139,7 +139,7 @@
      getZhongTaiProductPage({
        catalogCode,pageNum,pageSize,sortType,query,tagCodes
      }).then(res => {
        if(res.data || res.data.records){
        if(res.data && res.data.records){
          this.setData({
            datalist: [...this.data.datalist, ...res.data.records],
            total: res.data.total
wechat_staff/components/disRealpic/index.js
@@ -118,7 +118,7 @@
      getZhongTaiRealcasePage({
        catalogCode,tagCodes,pageNum,pageSize, sortType,query
      }).then(res => {
        if(res.data || res.data.records){
        if(res.data && res.data.records){
          this.setData({
            dataList: [...this.data.dataList, ...res.data.records],
            total: res.data.total