1.通过设置本地缓存进行参数的传递和改变的
//a页面
uni.setStorageSync('sell',0);
// b页面
// 在onshow 或者onload 中取值
uni.getStorageSync('sell');
2.设置全局变量