"mode": "production", | "mode": "production", | ||||
"pages": [{ | "pages": [{ | ||||
"path": "pages/index/index", | "path": "pages/index/index", | ||||
"style": { | |||||
"navigationBarHidden": true, | |||||
"navigationBarBackgroundColor": "#3F85FE", | |||||
"navigationBarTextStyle":"white" | |||||
"style": { | |||||
"navigationBarHidden": true, | |||||
"navigationBarBackgroundColor": "#3F85FE", | |||||
"navigationBarTextStyle":"white" | |||||
} | } | ||||
}, | }, | ||||
{ | { | ||||
"navigationBarTitleText": "选择车辆" | "navigationBarTitleText": "选择车辆" | ||||
} | } | ||||
}, | }, | ||||
{ | |||||
"path": "etc/etcDeviceInfo", | |||||
"style": { | |||||
"navigationBarTitleText": "设备信息" | |||||
} | |||||
{ | |||||
"path": "etc/etcDeviceInfo", | |||||
"style": { | |||||
"navigationBarTitleText": "设备信息" | |||||
} | |||||
}, | }, | ||||
{ | { | ||||
"path": "recharge/recharge-weixin", | "path": "recharge/recharge-weixin", |
</view> | </view> | ||||
<view class="text">首次激活</view> | <view class="text">首次激活</view> | ||||
</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"> | <view class="item"> | ||||
<image :src="fileURL + 'image/yxb/yxb9.png'" mode="aspectFill" /> | <image :src="fileURL + 'image/yxb/yxb9.png'" mode="aspectFill" /> | ||||
</view> | </view> | ||||
} | } | ||||
// #endif | // #endif | ||||
} | } | ||||
const onlineService=()=>{ | |||||
// #ifdef MP-ALIPAY | |||||
confirm( | |||||
"请拨打客服电话400-800-8787", | |||||
() => { | |||||
},"提示", | |||||
false | |||||
); | |||||
// #endif | |||||
// #ifdef MP-WEIXIN | |||||
navTo('//subpackage/after-sale/onlineService', true) | |||||
// #endif | |||||
} | |||||
</script> | </script> | ||||
<style> | <style> |
//按钮跳转业务逻辑 | //按钮跳转业务逻辑 | ||||
const { gotoEditAddress, gotoCancelOrder, gotoEditUserOrUnitInfo, | const { gotoEditAddress, gotoCancelOrder, gotoEditUserOrUnitInfo, | ||||
gotoConfirmReceipt, gotoCheckLogistics, gotoEvaluateProduct, | 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(); | |||||
//获取订单详情 | //获取订单详情 |
method: "POST", | method: "POST", | ||||
showLoading: true, | showLoading: true, | ||||
}; | }; | ||||
console.log("state.form",state.form) | |||||
request(carChangeApi, options) | request(carChangeApi, options) | ||||
.then((res) => { | .then((res) => { | ||||
const data = stringToJson(res.bizContent); | const data = stringToJson(res.bizContent); |
opId: getItem(StorageKeys.OpenId), | 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数据格式提交` | //默认json数据格式提交` | ||||
let contentType = 'application/x-www-form-urlencoded' | let contentType = 'application/x-www-form-urlencoded' | ||||