@@ -2,10 +2,10 @@ | |||
"mode": "production", | |||
"pages": [{ | |||
"path": "pages/index/index", | |||
"style": { | |||
"navigationBarHidden": true, | |||
"navigationBarBackgroundColor": "#3F85FE", | |||
"navigationBarTextStyle":"white" | |||
"style": { | |||
"navigationBarHidden": true, | |||
"navigationBarBackgroundColor": "#3F85FE", | |||
"navigationBarTextStyle":"white" | |||
} | |||
}, | |||
{ | |||
@@ -1857,11 +1857,11 @@ | |||
"navigationBarTitleText": "选择车辆" | |||
} | |||
}, | |||
{ | |||
"path": "etc/etcDeviceInfo", | |||
"style": { | |||
"navigationBarTitleText": "设备信息" | |||
} | |||
{ | |||
"path": "etc/etcDeviceInfo", | |||
"style": { | |||
"navigationBarTitleText": "设备信息" | |||
} | |||
}, | |||
{ | |||
"path": "recharge/recharge-weixin", |
@@ -24,8 +24,8 @@ | |||
</view> | |||
<view class="text">首次激活</view> | |||
</view> | |||
<!-- @click="$util.navTo(`/subpackage/after-sale/onlineService`,true)" --> | |||
<view class="item-box" @click="onlineService()"> | |||
<view class="item-box" @click="$util.navTo(`/subpackage/after-sale/onlineService`,true)"> | |||
<view class="item"> | |||
<image :src="fileURL + 'image/yxb/yxb9.png'" mode="aspectFill" /> | |||
</view> | |||
@@ -616,20 +616,6 @@ | |||
} | |||
// #endif | |||
} | |||
const onlineService=()=>{ | |||
// #ifdef MP-ALIPAY | |||
confirm( | |||
"请拨打客服电话400-800-8787", | |||
() => { | |||
},"提示", | |||
false | |||
); | |||
// #endif | |||
// #ifdef MP-WEIXIN | |||
navTo('//subpackage/after-sale/onlineService', true) | |||
// #endif | |||
} | |||
</script> | |||
<style> |
@@ -546,7 +546,7 @@ | |||
//按钮跳转业务逻辑 | |||
const { gotoEditAddress, gotoCancelOrder, gotoEditUserOrUnitInfo, | |||
gotoConfirmReceipt, gotoCheckLogistics, gotoEvaluateProduct, | |||
gotoActiveOrder, gotoReturnOrder, gotoExchangeOrder, gotoPay, gotoOrderSign, gotoOrderDetailsPay, gotoEvaluateSalesman, closeOrder, gotoAgainUseOrder,gotoAddressOrder,placeAnOrder } = useOrderSkip(); | |||
gotoActiveOrder, gotoReturnOrder, gotoExchangeOrder, gotoPay, gotoOrderSign, gotoOrderDetailsPay, gotoEvaluateSalesman, closeOrder, gotoAgainUseOrder,gotoAddressOrder,placeAnOrder,gotoReplenishmentOrder } = useOrderSkip(); | |||
//获取订单详情 |
@@ -703,6 +703,7 @@ | |||
method: "POST", | |||
showLoading: true, | |||
}; | |||
console.log("state.form",state.form) | |||
request(carChangeApi, options) | |||
.then((res) => { | |||
const data = stringToJson(res.bizContent); |
@@ -73,8 +73,8 @@ export function request(code, options = {}, start = false) { | |||
opId: getItem(StorageKeys.OpenId), | |||
} | |||
options.url = envs[process.env.NODE_ENV].baseUrl + '/api/interfaceMidGroundIn' | |||
// options.url = envs[process.env.NODE_ENV].baseUrl + '/dev/api/interfaceMidGroundIn' | |||
// options.url = envs[process.env.NODE_ENV].baseUrl + '/api/interfaceMidGroundIn' | |||
options.url = envs[process.env.NODE_ENV].baseUrl + '/dev/api/interfaceMidGroundIn' | |||
//默认json数据格式提交` | |||
let contentType = 'application/x-www-form-urlencoded' | |||