浏览代码

在线客服

yxb
yangteng 11 个月前
父节点
当前提交
fd32887570

+ 9
- 9
pages.json 查看文件

"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",

+ 2
- 16
pages/index/index.vue 查看文件

</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>

+ 1
- 1
subpackage/orders/order-details-new.vue 查看文件

//按钮跳转业务逻辑 //按钮跳转业务逻辑
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();




//获取订单详情 //获取订单详情

+ 1
- 0
subpackage/personal-center/car-message-change.vue 查看文件

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);

+ 2
- 2
utils/network/request.js 查看文件

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'



正在加载...
取消
保存