|
@@ -151,7 +151,7 @@ export default {
|
|
} */
|
|
} */
|
|
this.orderShop=uni.getStorageSync("orderShop")
|
|
this.orderShop=uni.getStorageSync("orderShop")
|
|
this.maintainCarData=uni.getStorageSync("maintainCarData");
|
|
this.maintainCarData=uni.getStorageSync("maintainCarData");
|
|
- //this.getIphoneData(); 获取默认手机号
|
|
|
|
|
|
+ this.getIphoneData(); //获取默认手机号
|
|
|
|
|
|
console.log(opt.orderData)
|
|
console.log(opt.orderData)
|
|
this.orderData=JSON.parse(opt.orderData);
|
|
this.orderData=JSON.parse(opt.orderData);
|
|
@@ -245,6 +245,23 @@ export default {
|
|
})
|
|
})
|
|
},
|
|
},
|
|
settlement(){
|
|
settlement(){
|
|
|
|
+ if(this.iphoneData){
|
|
|
|
+ if(this.iphoneData.name==''){
|
|
|
|
+ uni.showToast({
|
|
|
|
+ title: '请选择联系人',
|
|
|
|
+ icon:'none',
|
|
|
|
+ duration: 2000
|
|
|
|
+ });
|
|
|
|
+ return false;
|
|
|
|
+ }
|
|
|
|
+ }else{
|
|
|
|
+ uni.showToast({
|
|
|
|
+ title: '请选择联系人',
|
|
|
|
+ icon:'none',
|
|
|
|
+ duration: 2000
|
|
|
|
+ });
|
|
|
|
+ return false;
|
|
|
|
+ }
|
|
var that=this;
|
|
var that=this;
|
|
if(this.yhTotalSize>0){
|
|
if(this.yhTotalSize>0){
|
|
if(this.couponID==''){
|
|
if(this.couponID==''){
|
|
@@ -283,23 +300,7 @@ export default {
|
|
//this.payMoney=3;
|
|
//this.payMoney=3;
|
|
console.log(this.payMoney)
|
|
console.log(this.payMoney)
|
|
//return false
|
|
//return false
|
|
- if(this.iphoneData){
|
|
|
|
- if(this.iphoneData.name==''){
|
|
|
|
- uni.showToast({
|
|
|
|
- title: '请选择联系人',
|
|
|
|
- icon:'none',
|
|
|
|
- duration: 2000
|
|
|
|
- });
|
|
|
|
- return false;
|
|
|
|
- }
|
|
|
|
- }else{
|
|
|
|
- uni.showToast({
|
|
|
|
- title: '请选择联系人',
|
|
|
|
- icon:'none',
|
|
|
|
- duration: 2000
|
|
|
|
- });
|
|
|
|
- return false;
|
|
|
|
- }
|
|
|
|
|
|
+
|
|
|
|
|
|
/* var cardata={
|
|
/* var cardata={
|
|
annualmoney: "2017",
|
|
annualmoney: "2017",
|
|
@@ -470,7 +471,7 @@ export default {
|
|
|
|
|
|
getIphoneData(){
|
|
getIphoneData(){
|
|
uni.showLoading({ });
|
|
uni.showLoading({ });
|
|
- this.$http('miniAppMyBMemberCar/queryBMemberContactIsDefault', {
|
|
|
|
|
|
+ this.$http('worldKeepCar/keepCarMy/queryTMemberContactIsDefault', {
|
|
|
|
|
|
},'GET').then(res => {
|
|
},'GET').then(res => {
|
|
uni.hideLoading();
|
|
uni.hideLoading();
|