In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-14 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)05/31 Report--
This article mainly introduces "how to use wx.chooseAddress in WeChat Mini Programs". In daily operation, I believe many people have doubts about how to use wx.chooseAddress in WeChat Mini Programs. The editor consulted all kinds of materials and sorted out simple and easy-to-use operation methods. I hope it will be helpful to answer the doubts about "how to use wx.chooseAddress in WeChat Mini Programs". Next, please follow the editor to study!
1. Wx.chooseAddress (OBJECT)
Overview
Set up the native interface for editing the shipping address of the user, and return to the address selected by the user after editing.
OBJECT parameter description
Code implementation
If (wx.chooseAddress) {wx.chooseAddress ({success: function (res) {console.log (JSON.stringify (res))}, fail: function (err) {console.log (JSON.stringify (err)}})} else {console.log ('chooseAddress' is not supported in the current Wechat version);}
Native interface display of wx.chooseAddress user editing receiving address
There will be a disclaimer every time you enter.
Add address interface 1
For the first time, no address will go directly to the new address interface.
Add address interface 2
When there is a saved address, show my address interface. When click finish, "errMsg": "chooseAddress:ok". When you click back, "errMsg": "chooseAddress:cancel".
My address interface
Return result return parameter description
Success return parameter description
Success returns the result
{"errMsg": "chooseAddress:ok", "userName": "Zhang San", "telNumber": "12345678901", "nationalCode": "510630", "postalCode": "510000", "provinceName": "Guangdong Province", "cityName": "Guangzhou", "countyName": "Tianhe District", "detailInfo": "certain lane"}
Fail returns the result
{"errMsg": "chooseAddress:cancel"} at this point, the study on "how to use wx.chooseAddress in WeChat Mini Programs" is over. I hope I can solve your doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.