图片轮播

function OnCustomerInfo() { //console.log(getStorageValueByKey("loginUser")); mui.openWindow({ url: "my/CustomerInfo.html", id: "CustomerInfo.html", extras:{ CustomerID: JSON.parse(getStorageValueByKey("loginUser"))["customerid"] } }); }