瀏覽代碼

提交

yxb
yangteng 11 月之前
父節點
當前提交
a1349f5f6c
共有 2 個檔案被更改,包括 50 行新增43 行删除
  1. 41
    41
      pages.json
  2. 9
    2
      pages/index/index.vue

+ 41
- 41
pages.json 查看文件

@@ -328,20 +328,20 @@
"enablePullDownRefresh": false
}
},
// {
// "path": "deviceInfo/deviceInfo",
// "style": {
// "navigationBarTitleText": "设备信息",
// "enablePullDownRefresh": false
// }
// },
// {
// "path": "activation/activate",
// "style": {
// "navigationBarTitleText": "设备激活",
// "enablePullDownRefresh": false
// }
// },
{
"path": "deviceInfo/deviceInfo",
"style": {
"navigationBarTitleText": "设备信息",
"enablePullDownRefresh": false
}
},
{
"path": "activation/activate",
"style": {
"navigationBarTitleText": "设备激活",
"enablePullDownRefresh": false
}
},
{
"path": "activation/operation-upload",
"style": {
@@ -476,13 +476,13 @@
"enablePullDownRefresh": false
}
},
// {
// "path": "card-Renewal/renewal-confirm",
// "style": {
// "navigationBarTitleText": "卡签续期-确认",
// "enablePullDownRefresh": false
// }
// },
{
"path": "card-Renewal/renewal-confirm",
"style": {
"navigationBarTitleText": "卡签续期-确认",
"enablePullDownRefresh": false
}
},
{
"path": "pin-code-deblocking/pin-code-confirm",
"style": {
@@ -595,13 +595,13 @@
"enablePullDownRefresh": false
}
},
// {
// "path": "equipment-upgrade/upgrade-confirm",
// "style": {
// "navigationBarTitleText": "设备升级-确定",
// "enablePullDownRefresh": false
// }
// },
{
"path": "equipment-upgrade/upgrade-confirm",
"style": {
"navigationBarTitleText": "设备升级-确定",
"enablePullDownRefresh": false
}
},
{
"path": "card-release-pending/select-car",
"style": {
@@ -1379,13 +1379,13 @@
"enablePullDownRefresh": false
}
},
// {
// "path": "trapping-and-repairing-account/recharge-two",
// "style": {
// "navigationBarTitleText": "确认修复",
// "enablePullDownRefresh": false
// }
// },
{
"path": "trapping-and-repairing-account/recharge-two",
"style": {
"navigationBarTitleText": "确认修复",
"enablePullDownRefresh": false
}
},
{
"path": "trapping-and-repairing-account/recharge-pay",
"style": {
@@ -1857,12 +1857,12 @@
"navigationBarTitleText": "选择车辆"
}
},
// {
// "path": "etc/etcDeviceInfo",
// "style": {
// "navigationBarTitleText": "设备信息"
// }
// },
{
"path": "etc/etcDeviceInfo",
"style": {
"navigationBarTitleText": "设备信息"
}
},
{
"path": "recharge/recharge-weixin",
"style": {

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

@@ -282,7 +282,8 @@
import {
navTo,
msg,
noticeUser
noticeUser,
confirm
} from "@/utils/utils";
import {
getCodeName
@@ -617,7 +618,13 @@
}
const onlineService=()=>{
// #ifdef MP-ALIPAY
msg("请拨打客服电话400-800-8787")
confirm(
"请拨打客服电话400-800-8787",
() => {
},"提示",
false
);
// #endif
// #ifdef MP-WEIXIN
navTo('//subpackage/after-sale/onlineService', true)

Loading…
取消
儲存