var y1=7000*x;
var y2=6000*x+3000;
/*说明
if x=50 then y1=350 000
if x=50 then y2=303 000
*/
然后用一个JS的比较函数 判断后输出较小的那个就可以了