diff --git a/pages/Shopping-cart/newaddress_Info/newaddress_Info.vue b/pages/Shopping-cart/newaddress_Info/newaddress_Info.vue index 01744dc..54f2b16 100644 --- a/pages/Shopping-cart/newaddress_Info/newaddress_Info.vue +++ b/pages/Shopping-cart/newaddress_Info/newaddress_Info.vue @@ -152,14 +152,14 @@ const sucRes =(res)=>{ //请求成功执行的方法 } } const chooseLocation = () => { //定位获取地址 - uni.chooseLocation({ - success: (res) => { - // console.log('详细地址:' + res.address); - // console.log('位置名称:' + res.name); - addressParam.value.region = res.address - addressParam.value.detailAddress = res.name - } - }) + // uni.chooseLocation({ + // success: (res) => { + // // console.log('详细地址:' + res.address); + // // console.log('位置名称:' + res.name); + // addressParam.value.region = res.address + // addressParam.value.detailAddress = res.name + // } + // }) } const bindTimeChange = (e) => { //picker省市区选择 addressParam.value.region = e.detail.value[0] + e.detail.value[1] + e.detail.value[2] diff --git a/pages/my-order/myOrderList/myOrderList.vue b/pages/my-order/myOrderList/myOrderList.vue index bd33d6a..44b028b 100644 --- a/pages/my-order/myOrderList/myOrderList.vue +++ b/pages/my-order/myOrderList/myOrderList.vue @@ -556,14 +556,17 @@ const nav = () => { - wx.openLocation({ - latitude: 45.867741, - longitude: 126.560037, - name: '哈尔滨师范大学(松北校区)', - address: '黑龙江省哈尔滨市呼兰区利民经济开发区师大路1号', - success: (res) => { - console.log(res) - } + // wx.openLocation({ + // latitude: 45.867741, + // longitude: 126.560037, + // name: '哈尔滨师范大学(松北校区)', + // address: '黑龙江省哈尔滨市呼兰区利民经济开发区师大路1号', + // success: (res) => { + // console.log(res) + // } + // }) + uni.showModal({ + title: '该功能开发中!' }) } diff --git a/pages/subPack/book/photoProductsOrder/photoProductsOrder.vue b/pages/subPack/book/photoProductsOrder/photoProductsOrder.vue index 2ed8bbd..a565d3d 100644 --- a/pages/subPack/book/photoProductsOrder/photoProductsOrder.vue +++ b/pages/subPack/book/photoProductsOrder/photoProductsOrder.vue @@ -397,14 +397,17 @@ const nav = () => { - wx.openLocation({ - latitude: 45.867741, - longitude: 126.560037, - name: '哈尔滨师范大学(松北校区)', - address: '黑龙江省哈尔滨市呼兰区利民经济开发区师大路1号', - success: (res) => { - console.log(res) - } + // wx.openLocation({ + // latitude: 45.867741, + // longitude: 126.560037, + // name: '哈尔滨师范大学(松北校区)', + // address: '黑龙江省哈尔滨市呼兰区利民经济开发区师大路1号', + // success: (res) => { + // console.log(res) + // } + // }) + uni.showModal({ + title: '该功能开发中!' }) } diff --git a/pages/subPack/book/photoProductsOrderDetail/photoProductsOrderDetail.vue b/pages/subPack/book/photoProductsOrderDetail/photoProductsOrderDetail.vue index 56d2e99..094bf7e 100644 --- a/pages/subPack/book/photoProductsOrderDetail/photoProductsOrderDetail.vue +++ b/pages/subPack/book/photoProductsOrderDetail/photoProductsOrderDetail.vue @@ -231,14 +231,17 @@ } const nav = () => { - wx.openLocation({ - latitude: 45.867741, - longitude: 126.560037, - name: '哈尔滨师范大学(松北校区)', - address: '黑龙江省哈尔滨市呼兰区利民经济开发区师大路1号', - success: (res) => { - console.log(res) - } + // wx.openLocation({ + // latitude: 45.867741, + // longitude: 126.560037, + // name: '哈尔滨师范大学(松北校区)', + // address: '黑龙江省哈尔滨市呼兰区利民经济开发区师大路1号', + // success: (res) => { + // console.log(res) + // } + // }) + uni.showModal({ + title: '该功能开发中!' }) } diff --git a/pages/subPack/clothesRent/clotherRentOrderList/clotherRentOrderList.vue b/pages/subPack/clothesRent/clotherRentOrderList/clotherRentOrderList.vue index 217368a..267565b 100644 --- a/pages/subPack/clothesRent/clotherRentOrderList/clotherRentOrderList.vue +++ b/pages/subPack/clothesRent/clotherRentOrderList/clotherRentOrderList.vue @@ -474,14 +474,17 @@ const nav = () => { //导航 - wx.openLocation({ - latitude: 45.867741, - longitude: 126.560037, - name: '哈尔滨师范大学(松北校区)', - address: '黑龙江省哈尔滨市呼兰区利民经济开发区师大路1号', - success: (res) => { - console.log(res) - } + // wx.openLocation({ + // latitude: 45.867741, + // longitude: 126.560037, + // name: '哈尔滨师范大学(松北校区)', + // address: '黑龙江省哈尔滨市呼兰区利民经济开发区师大路1号', + // success: (res) => { + // console.log(res) + // } + // }) + uni.showModal({ + title: '该功能开发中!' }) } diff --git a/pages/subPack/clothesRent/clothesRentSubmitOrder/clothesRentSubmitOrder.vue b/pages/subPack/clothesRent/clothesRentSubmitOrder/clothesRentSubmitOrder.vue index cd489fe..4941bdd 100644 --- a/pages/subPack/clothesRent/clothesRentSubmitOrder/clothesRentSubmitOrder.vue +++ b/pages/subPack/clothesRent/clothesRentSubmitOrder/clothesRentSubmitOrder.vue @@ -170,14 +170,17 @@ const nav = () => { - wx.openLocation({ - latitude: 45.867741, - longitude: 126.560037, - name: '哈尔滨师范大学(松北校区)', - address: '黑龙江省哈尔滨市呼兰区利民经济开发区师大路1号', - success: (res) => { - console.log(res) - } + // wx.openLocation({ + // latitude: 45.867741, + // longitude: 126.560037, + // name: '哈尔滨师范大学(松北校区)', + // address: '黑龙江省哈尔滨市呼兰区利民经济开发区师大路1号', + // success: (res) => { + // console.log(res) + // } + // }) + uni.showModal({ + title: '该功能开发中!' }) }