请问代码中的:prop="option" :change:prop="echarts.updateEcharts"作用是什么呢?  
<view @click="echarts.onClick" :prop="option" :change:prop="echarts.updateEcharts" id="echarts" class="echarts"></view> 
                                        
                                    
                                    请问代码中的:prop="option" :change:prop="echarts.updateEcharts"作用是什么呢?  
<view @click="echarts.onClick" :prop="option" :change:prop="echarts.updateEcharts" id="echarts" class="echarts"></view>
1 个回复
cy5100