Browse Source

我得图库bug

jwyu 2 years ago
parent
commit
620b9b52e7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages-myChart/list.vue

+ 1 - 1
pages-myChart/list.vue

@@ -94,7 +94,7 @@ export default {
 
         goDetail({chart_info_id,chart_info_source,unique_code}){
             uni.navigateTo({
-                url: `/pages-myChart/detail?chartInfoId=${item.chart_info_id}&chartSource=${chart_info_source}&chartCode=${item.unique_code}`,
+                url: `/pages-myChart/detail?chartInfoId=${chart_info_id}&chartSource=${chart_info_source}&chartCode=${unique_code}`,
             });
         },