#include "apdefap.h"
void OnPropertyChanged(char* lpszPictureName, char* lpszObjectName, char* lpszPropertyName, char* value)
{
SetTagSWord("@UA_shujuku_ID",0);
SetTagChar("@UA_shujuku_Field","chehao");
SetTagSWord("@UA_shujuku_Job",7);
if ("@UA_shujuku_job"==0)
{
SetTagChar("12#驾驶证",GetTagChar("驾驶证"));
SetTagChar("12#押运证",GetTagChar("押运证"));
SetTagChar("12#准装证",GetTagChar("准装证"));
}
else if ("@UA_shujuku_job"==-1)
{
SetTagChar("12#驾驶证",GetTagChar(""));
SetTagChar("12#押运证",GetTagChar(""));
SetTagChar("12#准装证",GetTagChar(""));
}
}
请帮我看看,脚本只执行前面5行,后面不执行。郁闷?