|
@@ -153,22 +153,22 @@ mui.ready(function() {
|
|
|
});
|
|
|
mui('body').on('tap', '#rent_wait_deliver', function() {
|
|
|
mui.openWindow({
|
|
|
- url: 'lease_order_details.html?rentStatus=-1'
|
|
|
+ url: '/watero/view/rent/lease_order_details.html?rentStatus=-1'
|
|
|
})
|
|
|
});
|
|
|
mui('body').on('tap', '#rent_already_deliver', function() {
|
|
|
mui.openWindow({
|
|
|
- url: 'lease_order_details.html?rentStatus=5'
|
|
|
+ url: '/watero/view/rent/lease_order_details.html?rentStatus=5'
|
|
|
})
|
|
|
});
|
|
|
mui('body').on('tap', '.icon-shebeiliebiao', function() {
|
|
|
mui.openWindow({
|
|
|
- url: 'my_equipment.html'
|
|
|
+ url: '/watero/view/rent/my_equipment.html'
|
|
|
})
|
|
|
});
|
|
|
mui('body').on('tap', '#xieyi-dalog', function() {
|
|
|
mui.openWindow({
|
|
|
- url: 'try_xieyi.html'
|
|
|
+ url: '/watero/view/rent/try_xieyi.html'
|
|
|
});
|
|
|
});
|
|
|
mui('body').on('tap', '.go_try_order', function() {
|