Browse Source

加载图片不显示looding加载

master
liaoxinyu 2 years ago
parent
commit
9f8d12e61f
  1. 1
      pages/category/economybusiness/list.vue
  2. 1
      pages/category/tradingentity/detail.vue
  3. 1
      pages/category/tradingentity/list.vue
  4. 1
      pages/goods/list.vue
  5. 1
      pages/index/index.vue
  6. 1
      pages/search/index.vue
  7. 1
      pages/targetdata/culturalnumbers.vue
  8. 1
      pages/targetdata/culturalresources.vue
  9. 1
      pages/targetdata/publicdata.vue
  10. 1
      pages/targetdata/supermarket.vue

1
pages/category/economybusiness/list.vue

@ -259,6 +259,7 @@
return newList
},
async getHomeListImage() {
uni.hideLoading()
this.list.data.forEach((item, key) => {
if (item.goods_image === "") {
GoodsApi.nbgoodsImage({"id": item.id}).then(res2 => {

1
pages/category/tradingentity/detail.vue

@ -177,6 +177,7 @@ export default {
return newList
},
async getHomeListImage() {
uni.hideLoading()
this.gdlist.data.forEach((item, key) => {
if (item.goods_image === "") {
Gapi.nbgoodsImage({"id": item.id}).then(res2 => {

1
pages/category/tradingentity/list.vue

@ -259,6 +259,7 @@
return newList
},
async getHomeListImage() {
uni.hideLoading()
this.list.data.forEach((item, key) => {
if (item.goods_image === "") {
GoodsApi.nbgoodsImage({"id": item.id}).then(res2 => {

1
pages/goods/list.vue

@ -253,6 +253,7 @@
return newList
},
async getHomeListImage() {
uni.hideLoading()
this.list.data.forEach((item, key) => {
if (item.goods_image === "") {
GoodsApi.nbgoodsImage({"id": item.id}).then(res2 => {

1
pages/index/index.vue

@ -222,6 +222,7 @@
return newList
},
async getHomeListImage() {
uni.hideLoading()
this.gdlist.data.forEach((item,key) => {
if (item.goods_image === "") {
Gapi.nbgoodsImage({"id": item.id}).then(res2=>{

1
pages/search/index.vue

@ -186,6 +186,7 @@
return newList
},
async getHomeListImage() {
uni.hideLoading()
this.list.data.forEach((item, key) => {
if (item.goods_image === "") {
GoodsApi.nbgoodsImage({"id": item.id}).then(res2 => {

1
pages/targetdata/culturalnumbers.vue

@ -179,6 +179,7 @@ export default {
return newList
},
async getHomeListImage() {
uni.hideLoading()
this.gdlist.data.forEach((item, key) => {
if (item.goods_image === "") {
Gapi.nbgoodsImage({"id": item.id}).then(res2 => {

1
pages/targetdata/culturalresources.vue

@ -179,6 +179,7 @@ export default {
return newList
},
async getHomeListImage() {
uni.hideLoading()
this.gdlist.data.forEach((item, key) => {
if (item.goods_image === "") {
Gapi.nbgoodsImage({"id": item.id}).then(res2 => {

1
pages/targetdata/publicdata.vue

@ -179,6 +179,7 @@
return newList
},
async getHomeListImage() {
uni.hideLoading()
this.gdlist.data.forEach((item, key) => {
if (item.goods_image === "") {
Gapi.nbgoodsImage({"id": item.id}).then(res2 => {

1
pages/targetdata/supermarket.vue

@ -179,6 +179,7 @@ export default {
return newList
},
async getHomeListImage() {
uni.hideLoading()
this.gdlist.data.forEach((item, key) => {
if (item.goods_image === "") {
Gapi.nbgoodsImage({"id": item.id}).then(res2 => {

Loading…
Cancel
Save