Browse Source

1

dev_delivery
jiazhipeng 2 months ago
parent
commit
7deb341663
  1. 2
      static/js/request.js
  2. 4
      subPackages/techan/cartOrder1.vue

2
static/js/request.js

@ -5,6 +5,8 @@ import store from '@/store';
// const DEV_API_URL = 'https://api.cloud.sz-trip.com';
const DEV_API_URL = 'https://api.sutenong.com'
const PROD_API_URL = 'https://api.sutenong.com';
// const DEV_API_URL = 'https://swsz.api.js-dyyj.com';
// const PROD_API_URL = 'https://swsz.api.js-dyyj.com';
const NEWAPIURL = process.env.NODE_ENV === 'development' ? DEV_API_URL : PROD_API_URL;
// 获取token

4
subPackages/techan/cartOrder1.vue

@ -318,11 +318,11 @@ export default {
//
seldThisAddress(item) {
console.log(this.selectInfo, item)
if (this.selectInfo.user_select_type==3) {
// if (this.selectInfo.user_select_type==3) {
this.selectInfo.delivery = item
// todo
this.getPost()
}
// }
this.$refs.addressPopup.close();
},

Loading…
Cancel
Save