|
@@ -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}`,
|
|
|
});
|
|
|
},
|
|
|
|