api.addEventListener({ name: 'modifyHerbsCallBack' }, function(ret, err){ if(ret.value){ if(typeof ret.value === 'string'){ var drugs = JSON.parse(ret.value); }else{ var drugs = ret.value; } window.rootVue.template.tempMedicinal = drugs; window.rootVue.calcTotalMoney(); window.rootVue.$forceUpdate(); } });
部分素材资源来源网站,本站提供免费下载,如有侵权请联系站长马上删除!