addrs.vue 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440
  1. <template>
  2. <view class="pages">
  3. <view class="addrs">
  4. <view class="addrs-item" :class="item.defaultStatus==1?'default':''" v-for="(item,index) in addrsList" :key="index">
  5. <view class="addrs-item-content" @click="selectDefault(item)">
  6. <view class="addrs-item-upwrap">
  7. <view class="addrs-item-name">收货人:{{item.name}}</view>
  8. <view class="addrs-item-phoneNumber">{{item.phoneNumber}}</view>
  9. </view>
  10. <view class="addrs-item-addr">收货地址:{{item.province}}{{item.city}}{{item.region}}{{item.detailAddress}}</view>
  11. </view>
  12. <view class="addrs-item-icon-wrap" @click="editAddr(item)">
  13. <!-- <text class="iconfont iconGroup" v-if="item.defaultStatus == 1"></text> -->
  14. <text>编辑</text>
  15. </view>
  16. </view>
  17. </view>
  18. <view class="new-btn-wrap">
  19. <view class="new-btn" @click="newAddr">添加新地址</view>
  20. </view>
  21. <!-- 地址编辑 -->
  22. <view class="newaddr-page fix-content translate" :class="{ 'open': fixPageOpen }">
  23. <view class="fix-content-nav"><text @click="closeFixPage" class="iconfont iconhoutui"></text></view>
  24. <!-- <view class="form-item required">
  25. <view class="form-item-til">所在省</view>
  26. <view class="form-item-con">
  27. <input type="text" placeholder="请选择/输入" v-model="params.province" value="" />
  28. </view>
  29. </view>
  30. <view class="form-item required">
  31. <view class="form-item-til">所在市</view>
  32. <view class="form-item-con">
  33. <input type="text" placeholder="请选择/输入" v-model="params.city" value="" />
  34. </view>
  35. </view>
  36. <view class="form-item required">
  37. <view class="form-item-til">所在地区</view>
  38. <view class="form-item-con">
  39. <input type="text" placeholder="请选择/输入" v-model="params.region" value="" />
  40. </view>
  41. </view> -->
  42. <view class="form-item required" @click="addressShow = true">
  43. <view class="form-item-til">详细地址</view>
  44. <view class="form-item-con">
  45. {{address}}
  46. <pickerAddress v-model="addressShow" @confirm="addresspick" />
  47. </view>
  48. </view>
  49. <view class="form-item required">
  50. <view class="form-item-til">详细地址</view>
  51. <view class="form-item-con">
  52. <input type="text" placeholder="请输入详细地址" v-model="params.detailAddress" value="" />
  53. </view>
  54. </view>
  55. <view class="form-item required">
  56. <view class="form-item-til">联系人</view>
  57. <view class="form-item-con">
  58. <input type="text" placeholder="请输入联系人" v-model="params.name" value="" />
  59. </view>
  60. </view>
  61. <view class="form-item required">
  62. <view class="form-item-til">联系电话</view>
  63. <view class="form-item-con">
  64. <input type="text" placeholder="请输入联系电话" v-model="params.phoneNumber" value="" />
  65. </view>
  66. </view>
  67. <view class="form-item">
  68. <view class="form-item-til">邮政编码</view>
  69. <view class="form-item-con">
  70. <input type="text" placeholder="请输入邮政编码" v-model="params.postCode" value="" />
  71. </view>
  72. </view>
  73. <view class="form-item">
  74. <view class="form-item-til">设为默认收货地址</view>
  75. <view class="form-item-con" style="min-width: auto;">
  76. <switch :checked="params.defaultStatus==1?true:false" @change="switchDefaultStatus" />
  77. </view>
  78. </view>
  79. <view class="form-item" v-if="isedit">
  80. <view class="form-item-til" style="color: red;" @click="delAddr">删除收货地址</view>
  81. </view>
  82. <view class="form-item save-addr">
  83. <view class="form-item-til" @click="saveAddr">保存收货地址</view>
  84. </view>
  85. <!-- <baidu-map class="map" :center="center" :zoom="zoom" @ready="handlermap" :scroll-wheel-zoom="true" @click="clickEvent"
  86. ak="BSf4i2bljmxl8R0x28cjOy8KMVrCVzev">
  87. <bm-navigation anchor="BMAP_ANCHOR_TOP_RIGHT"></bm-navigation>
  88. <bm-city-list anchor="BMAP_ANCHOR_TOP_LEFT"></bm-city-list>
  89. <bm-geolocation anchor="BMAP_ANCHOR_BOTTOM_RIGHT" :showAddressBar="true" :autoLocation="true" @locationSuccess="getLoctionSuccess"></bm-geolocation>
  90. <bm-view :style="{width:'100%',height: '400px'}"></bm-view>
  91. </baidu-map> -->
  92. </view>
  93. <!-- 地址编辑 -->
  94. <uni-popup ref="popup" type="dialog">
  95. <uni-popup-dialog type="info" content="确认删除此地址吗?" :duration="2000" :before-close="true" @close="closepopup" @confirm="confirmpopup"></uni-popup-dialog>
  96. </uni-popup>
  97. </view>
  98. </template>
  99. <script>
  100. // import {
  101. // BaiduMap,
  102. // BmNavigation,
  103. // BmView,
  104. // BmGeolocation,
  105. // BmCityList
  106. // } from 'vue-baidu-map';
  107. import uniPopup from '@/components/uni-popup/uni-popup.vue';
  108. import uniPopupDialog from '@/components/uni-popup/uni-popup-dialog.vue';
  109. import pickerAddress from '@/components/liudx-pickerAddress/index.vue'
  110. const defaultparams= {
  111. token: '',
  112. name: '',
  113. phoneNumber: "",
  114. defaultStatus: "0",
  115. postCode: "",
  116. province: "",
  117. city: "",
  118. region: "",
  119. detailAddress: "",
  120. latitude: '',
  121. longitude: ''
  122. };
  123. export default {
  124. components: {
  125. // BaiduMap,
  126. // BmNavigation,
  127. // BmView,
  128. // BmGeolocation,
  129. // BmCityList,
  130. uniPopup,
  131. uniPopupDialog,
  132. pickerAddress
  133. },
  134. data() {
  135. return {
  136. addressShow: false,
  137. form: {
  138. province: '',
  139. city: '',
  140. area: '',
  141. },
  142. address: '',
  143. isedit: false,
  144. addrsList: [],
  145. token:'',
  146. params: Object.assign({},defaultparams),
  147. ruleItems:{
  148. name: '',
  149. phoneNumber: "",
  150. province: "",
  151. city: "",
  152. region: "",
  153. detailAddress: "",
  154. },
  155. rules: {
  156. name: {rule: /^[\u4E00-\u9FA5]{2,4}$/,msg: "姓名2到4位汉字"},
  157. province: {rule: /\S/,msg: "请填写必要内容"},
  158. city: {rule: /\S/,msg: "请填写必要内容"},
  159. region: {rule: /\S/,msg: "请填写必要内容"},
  160. detailAddress: {rule: /\S/,msg: "请填写详细地址"},
  161. phoneNumber: {rule: /(^1[3|4|5|7|8|9]\d{9}$)|(^09\d{8}$)/,msg: "请填写正确手机号"},
  162. },
  163. fixPageOpen: false,
  164. center: {
  165. lng: 106.632713,
  166. lat: 26.653157
  167. },
  168. zoom: 12,
  169. }
  170. },
  171. onShow() {
  172. let serf = this;
  173. this.getAddrList();
  174. },
  175. onLoad() {
  176. let self = this;
  177. uni.getStorage({
  178. key:'token',
  179. success: function (res) {
  180. self.token = res.data;
  181. // console.log(res.data);
  182. }
  183. });
  184. },
  185. methods: {
  186. addresspick(obj) {
  187. console.log('addresspick',obj);
  188. this.params.province = obj.province.AreaName;
  189. this.params.city = obj.city.AreaName;
  190. this.params.region = obj.area.AreaName||'';
  191. this.concatAddr();
  192. },
  193. concatAddr(){
  194. this.address = this.params.province + this.params.city +this.params.region;
  195. },
  196. getAddrList() {
  197. let thetoken = 'Bearer ' + this.token;
  198. this.$api.http.get(this.config.apiBaseurl + '/member/address/list',{header: {Authorization:thetoken}}).then(res => {
  199. console.log('getAddrList', res);
  200. this.addrsList = res.data.data;
  201. if(this.addrsList.length == 1 && this.addrsList[0].defaultStatus!=1){
  202. console.log('getAddrListlength', this.addrsList[0]);
  203. // setTimeout(function(){console.log(this)},5000);
  204. setTimeout(this.setDefault(this.addrsList[0].id),1000);
  205. // this.setDefault(this.addrsList[0].id);
  206. }
  207. }).catch(err => {
  208. // console.log('err', err)
  209. })
  210. },
  211. newAddr() {
  212. this.fixPageOpen = true;
  213. },
  214. closeFixPage(){
  215. this.fixPageOpen = false;
  216. this.params = Object.assign({},defaultparams);
  217. this.isedit = false;
  218. this.getAddrList();
  219. },
  220. //是否默认
  221. switchDefaultStatus(e) {
  222. if (e.target.value) {
  223. this.params.defaultStatus = 1;
  224. } else {
  225. this.params.defaultStatus = 0;
  226. }
  227. // console.log('this.params',this.params);
  228. },
  229. editAddr(item){
  230. this.isedit = true;
  231. this.params = Object.assign(this.params,item);
  232. this.concatAddr();
  233. this.fixPageOpen = true;
  234. },
  235. saveAddr(){
  236. console.log(this.isedit);
  237. for (let x in this.ruleItems) {
  238. // console.log('x',x)
  239. if(!this.validate(x)) return;
  240. }
  241. console.log('this.params',this.params);
  242. // var saveApi;
  243. if(this.isedit){
  244. // saveApi = this.config.apiBaseurl + '/member/address/update';
  245. // console.log(this.params);
  246. this.$api.http.put(this.config.apiBaseurl + '/member/address/update/'+this.params.id,this.params,{
  247. header: {
  248. Accept:'application/json',
  249. Authorization: 'Bearer '+ this.token, //注意Bearer后面有一空格
  250. },
  251. }).then(res => {
  252. this.closeFixPage();
  253. // console.log('res',res)
  254. }).catch(err =>{
  255. console.log('err',err)
  256. });
  257. }else{
  258. // saveApi = this.config.apiBaseurl + '/member/address/add';
  259. if(this.addrsList.length == 0 ){this.params.defaultStatus = 1}
  260. this.$api.http.post(this.config.apiBaseurl + '/member/address/add',this.params,{
  261. header: {
  262. Accept:'application/json',
  263. Authorization: 'Bearer '+ this.token, //注意Bearer后面有一空格
  264. },
  265. }).then(res => {
  266. this.closeFixPage();
  267. //产品跳转
  268. uni.getStorage({
  269. key:'productID',
  270. success: res => {
  271. console.log('productID',res.data);
  272. this.jumpProduct(res.data);
  273. uni.removeStorage({
  274. key:'productID'
  275. });
  276. }
  277. });
  278. //产品跳转
  279. // console.log('res',res)
  280. }).catch(err =>{
  281. console.log('err',err)
  282. });
  283. }
  284. },
  285. closepopup(done){
  286. done()
  287. },
  288. confirmpopup(done,value){
  289. this.$api.http.delete(this.config.apiBaseurl + '/member/address/delete/'+this.params.id,{},{
  290. header: {
  291. Accept:'application/json',
  292. Authorization: 'Bearer '+ this.token, //注意Bearer后面有一空格
  293. },
  294. }).then(res => {
  295. this.closeFixPage();
  296. // console.log('res',res)
  297. }).catch(err =>{
  298. console.log('err',err)
  299. });
  300. done()
  301. },
  302. delAddr(item){
  303. this.$refs.popup.open();
  304. },
  305. selectDefault(item){
  306. console.log('item',item);
  307. if(item.defaultStatus != 1){
  308. this.setDefault(item.id);
  309. }
  310. console.log(this.$router);
  311. console.log(this.$router.history.current.fullPath);
  312. this.$router.go(-1);
  313. },
  314. setDefault(id){
  315. this.$api.http.put(this.config.apiBaseurl + '/member/address/default/'+id,{},{
  316. header: {
  317. Accept:'application/json',
  318. Authorization: 'Bearer '+ this.token, //注意Bearer后面有一空格
  319. },
  320. }).then(res => {
  321. // this.closeFixPage();
  322. console.log('res',res)
  323. }).catch(err =>{
  324. console.log('err',err)
  325. });
  326. },
  327. //判断验证是否符合要求
  328. validate(key) {
  329. let bool = true;
  330. if (!this.rules[key].rule.test(this.params[key])) {
  331. //提示信息
  332. uni.showToast({
  333. icon:"none",
  334. title: this.rules[key].msg,
  335. })
  336. //取反
  337. bool = false;
  338. return false;
  339. }
  340. return bool;
  341. },
  342. //产品跳转链接
  343. jumpProduct(id){
  344. uni.navigateTo({
  345. url:`/pages/product/product?id=${id}`,
  346. fail(err) {
  347. console.log(err)
  348. }
  349. })
  350. },
  351. // handlermap({
  352. // BMap,
  353. // map
  354. // }) {
  355. // let _this = this;
  356. // var geolocation = new BMap.Geolocation();
  357. // geolocation.getCurrentPosition(function(r) {
  358. // // console.log(r);
  359. // _this.center = {
  360. // lng: r.longitude,
  361. // lat: r.latitude
  362. // }; // 设置center属性值
  363. // // console.log('_this.center',_this.params);
  364. // if (_this.params.latitude && _this.params.longitude) {
  365. // let transqq = qqMapTransBMap(_this.params.longitude, _this.params.latitude);
  366. // // console.log('transqq',transqq);
  367. // _this.center = {
  368. // lng: transqq.lng,
  369. // lat: transqq.lat
  370. // };
  371. // };
  372. // let Icon_0 = new BMap.Icon("static/img/zuobiao.gif", new BMap.Size(64, 64), {
  373. // anchor: new BMap.Size(18, 32),
  374. // imageSize: new BMap.Size(36, 36)
  375. // });
  376. // let myMarker = new BMap.Marker(new BMap.Point(_this.params.longitude, _this.params.latitude), {
  377. // icon: Icon_0
  378. // });
  379. // // map.addOverlay(myMarker);
  380. // _this.autoLocationPoint = {
  381. // lng: r.longitude,
  382. // lat: r.latitude
  383. // }; // 自定义覆盖物
  384. // _this.initLocation = true;
  385. // }, {
  386. // enableHighAccuracy: true
  387. // })
  388. // window.map = map;
  389. // },
  390. //点击地图监听
  391. // clickEvent(e) {
  392. // map.clearOverlays();
  393. // let Icon_0 = new BMap.Icon("static/img/zuobiao.gif", new BMap.Size(64, 64), {
  394. // anchor: new BMap.Size(18, 32),
  395. // imageSize: new BMap.Size(36, 36)
  396. // });
  397. // var myMarker = new BMap.Marker(new BMap.Point(e.point.lng, e.point.lat), {
  398. // icon: Icon_0
  399. // });
  400. // map.addOverlay(myMarker);
  401. // //用所定位的经纬度查找所在地省市街道等信息
  402. // var point = new BMap.Point(e.point.lng, e.point.lat);
  403. // var gc = new BMap.Geocoder();
  404. // let _this = this;
  405. // gc.getLocation(point, function(rs) {
  406. // var addComp = rs.addressComponents;
  407. // console.log(rs); //地址信息
  408. // _this.params.province = rs.addressComponents.province;
  409. // _this.params.city = rs.addressComponents.city;
  410. // _this.params.region = rs.addressComponents.district;
  411. // uni.showToast({
  412. // title:"选择成功!",
  413. // icon:"none",
  414. // duration:800
  415. // });
  416. // // _this.params.detailAddress = rs.address;
  417. // });
  418. // //转为高德坐标
  419. // // let transGaode = bMapTransQQMap(e.point.lng, e.point.lat);
  420. // },
  421. }
  422. }
  423. </script>
  424. <style scoped>
  425. @import url("./addrs.css");
  426. </style>