@@ -265,9 +265,9 @@ | |||
</template> | |||
<script setup lang="ts"> | |||
import { TypeData } from "./tools"; | |||
import { request } from "../../utils/network/request.js"; | |||
import { request } from "@/utils/network/request.js"; | |||
import carNumBerInput from "@/components/car-number-input/car-number-input"; | |||
import { pathToBase64 } from "../../utils/util/imageTool.js"; | |||
import { pathToBase64 } from "@/utils/util/imageTool.js"; | |||
import pickRegions from "@/components/pick-regions/pick-regions.vue"; | |||
import { fileURL } from "@/datas/fileURL.js"; | |||
@@ -415,7 +415,7 @@ | |||
</template> | |||
<script setup lang="ts"> | |||
import { TypeData, ImgData } from "./tools"; | |||
import { request } from "../../utils/network/request.js"; | |||
import { request } from "@/utils/network/request.js"; | |||
import carNumBerInput from "@/components/car-number-input/car-number-input"; | |||
import { pathToBase64 } from "@/utils/util/imageTool.js"; | |||
import pickRegions from "@/components/pick-regions/pick-regions.vue"; |
@@ -52,7 +52,7 @@ | |||
"quickapp" : {}, | |||
/* 小程序特有相关 */ | |||
"mp-weixin" : { | |||
"appid" : "wx008c60533388527a", | |||
"appid" : "wx2fe4cb115b48eff6", | |||
"setting" : { | |||
"urlCheck" : false, | |||
"checkSiteMap" : false, |
@@ -215,10 +215,10 @@ | |||
import flowPathList from "./components/flow-path-list.vue"; | |||
import { | |||
request | |||
} from "../../utils/network/request.js"; | |||
} from "@/utils/network/request.js"; | |||
import { | |||
stringToJson | |||
} from "../../utils/network/encryption.js"; | |||
} from "@/utils/network/encryption.js"; | |||
import { | |||
useUserStore | |||
} from "@/stores/user"; | |||
@@ -226,7 +226,7 @@ | |||
getItem, | |||
setItem, | |||
StorageKeys | |||
} from "../../utils/storage"; | |||
} from "@/utils/storage"; | |||
import { | |||
queryKey, | |||
querySwiper, | |||
@@ -244,7 +244,7 @@ | |||
import { | |||
navTo, | |||
confirm | |||
} from "../../utils/utils"; | |||
} from "@/utils/utils"; | |||
const bgOrange = `url(${fileURL}image/index/bg-orange.png) center center no-repeat`; | |||
const bgBlue = `url(${fileURL}image/index/bg-blue.png) center center no-repeat`; |
@@ -197,7 +197,7 @@ | |||
request(checkCode, options) | |||
.then(() => { | |||
navTo( | |||
`/after-sale/ETC-log-off/upload-card?obuId=${params.obuId}&&cardId=${params.cardId}&&orderId=${params.orderId}&&equipmentState=${form.equipmentState}` | |||
`/subpackage/after-sale/ETC-log-off/upload-card?obuId=${params.obuId}&&cardId=${params.cardId}&&orderId=${params.orderId}&&equipmentState=${form.equipmentState}` | |||
); | |||
}) | |||
.catch((err) => { |
@@ -147,7 +147,7 @@ | |||
state.type = 3 //两者都有 | |||
} | |||
navTo( | |||
`/after-sale/ETC-log-off/etc-log-off?type=${state.type}&&mobile=${state.data.customerTel}&&cardId=${state.data.cardId}&&obuId=${state.data.obuId}&&orderId=${state.data.orderId}` | |||
`/subpackage/after-sale/ETC-log-off/etc-log-off?type=${state.type}&&mobile=${state.data.customerTel}&&cardId=${state.data.cardId}&&obuId=${state.data.obuId}&&orderId=${state.data.orderId}` | |||
) | |||
}) | |||
@@ -80,7 +80,7 @@ | |||
const choose = (i, item) => { | |||
flag.value = i | |||
navTo(`/after-sale/ETC-log-off/log-off-confirm?id=${item.id}`) | |||
navTo(`/subpackage/after-sale/ETC-log-off/log-off-confirm?id=${item.id}`) | |||
} | |||
</script> | |||
@@ -51,7 +51,7 @@ | |||
import { | |||
stringToJson | |||
} from "@/utils/network/encryption.js"; | |||
const bluetoothUtil = require("@/static/etcUtil/index.js"); | |||
const bluetoothUtil = require("../../../static/etcUtil/index.js"); | |||
// 表单数据 | |||
const form = reactive({ | |||
obuId: '', |
@@ -108,9 +108,9 @@ | |||
import activeSuccess from "./components/popup-device-active-success"; | |||
import * as IFCODE from "@/utils/network/api.js"; | |||
const cmd = require("@/static/etcUtil/cmdConfig.js"); | |||
const tools = require("@/static/etcUtil/tools.js"); | |||
const bluetoothUtil = require("@/static/etcUtil/index.js"); | |||
const cmd = require("../../../static/etcUtil/cmdConfig.js"); | |||
const tools = require("../../../static/etcUtil/tools.js"); | |||
const bluetoothUtil = require("../../../static/etcUtil/index.js"); | |||
import { | |||
getCodeName | |||
} from "@/datas/queryKey.js"; |
@@ -78,7 +78,7 @@ const flag = ref("0"); | |||
const choose = (i, item) => { | |||
console.log(item.cardId); | |||
navTo( | |||
`/after-sale/activation-once-again/activation-once-again?id=${item.id}` | |||
`/subpackage/after-sale/activation-once-again/activation-once-again?id=${item.id}` | |||
); | |||
}; | |||
</script> |
@@ -197,6 +197,7 @@ | |||
}; | |||
request(IFCODE.orderDetail, options).then((res) => { | |||
orderInfo = JSON.parse(res.bizContent); | |||
console.log("orderInfo",orderInfo); | |||
if (orderInfo) { | |||
fileDataStrings.userType = orderInfo.userType; //用户类型 | |||
fileDataStrings.approvedCount = parseInt(orderInfo.vehicleApprovedCount); //核载人数 | |||
@@ -211,7 +212,7 @@ | |||
fileDataStrings.vehiclePlate = orderInfo.vehiclePlate; //车牌 | |||
fileDataStrings.vehiclePlateColor = orderInfo.vehiclePlateColor; //车牌颜色 | |||
fileDataStrings.vehicleDimensions = orderInfo.vehicleDimensions; | |||
let arr = orderInfo.vehicleDimensions.split("x"); | |||
let arr = orderInfo.vehicleDimensions.split("X"); | |||
fileDataStrings.outlineL = parseInt(arr[0]); //外廓 长 | |||
fileDataStrings.outlineW = parseInt(arr[1]); //外廓 宽 | |||
fileDataStrings.outlineH = parseInt(arr[2].substring(0, arr[2].length - 2)); //外廓 高 |
@@ -142,7 +142,7 @@ | |||
/*下一步*/ | |||
const nextACtion = () => { | |||
navTo( | |||
`/after-sale/additional-equipment/additional-equipment-verification?orderId=${state.data.orderId}&&cardId=${state.data.cardId}&&mobile=${state.data.customerTel}` | |||
`/subpackage/after-sale/additional-equipment/additional-equipment-verification?orderId=${state.data.orderId}&&cardId=${state.data.cardId}&&mobile=${state.data.customerTel}` | |||
) | |||
} |
@@ -296,7 +296,7 @@ | |||
queryOBUAddAction().then(val => { | |||
navTo( | |||
`/after-sale/additional-equipment/result` | |||
`/subpackage/after-sale/additional-equipment/result` | |||
) | |||
}) | |||
}; |
@@ -80,7 +80,7 @@ | |||
const choose = (i, item) => { | |||
flag.value = i | |||
navTo(`/after-sale/additional-equipment/additional-equipment-confirm?id=${item.id}`) | |||
navTo(`/subpackage/after-sale/additional-equipment/additional-equipment-confirm?id=${item.id}`) | |||
} | |||
</script> | |||
@@ -114,8 +114,8 @@ | |||
import { | |||
stringToJson | |||
} from "@/utils/network/encryption"; | |||
const tools = require("../../static/etcUtil/tools.js"); | |||
const bluetoothUtil = require("../../static/etcUtil/index.js"); | |||
const tools = require("../../../static/etcUtil/tools.js"); | |||
const bluetoothUtil = require("../../../static/etcUtil/index.js"); | |||
const state = reactive({ | |||
showPopup: false, | |||
flag: false |
@@ -82,7 +82,7 @@ | |||
const choose = (i, item) => { | |||
console.log(item.cardId) | |||
navTo(`/after-sale/card-Renewal/renewal-confirm?id=${item.id}`) | |||
navTo(`/subpackage/after-sale/card-Renewal/renewal-confirm?id=${item.id}`) | |||
} | |||
</script> | |||
@@ -111,8 +111,8 @@ | |||
import { | |||
stringToJson | |||
} from "@/utils/network/encryption"; | |||
const tools = require("../../static/etcUtil/tools.js"); | |||
const bluetoothUtil = require("../../static/etcUtil/index.js"); | |||
const tools = require("../../../static/etcUtil/tools.js"); | |||
const bluetoothUtil = require("../../../static/etcUtil/index.js"); | |||
const state = reactive({ | |||
showPopup: false, | |||
flag: false |
@@ -82,7 +82,7 @@ | |||
const choose = (i, item) => { | |||
console.log(item.cardId) | |||
navTo(`/after-sale/card-deactivation-activation/deactivation-activation-confirm?id=${item.id}`) | |||
navTo(`/subpackage/after-sale/card-deactivation-activation/deactivation-activation-confirm?id=${item.id}`) | |||
} | |||
</script> | |||
@@ -150,7 +150,7 @@ | |||
uni.$on('queryCardlossStatus', function(type) { | |||
queryCardlossStatusType(type.type).then((val: any) => { | |||
navTo( | |||
`/after-sale/card-loss-reporting/card-result` | |||
`/subpackage/after-sale/card-loss-reporting/card-result` | |||
) | |||
}); | |||
}) | |||
@@ -216,7 +216,7 @@ | |||
success: function(res) { | |||
if (res.confirm) { | |||
navTo( | |||
`/after-sale/card-loss-reporting/cardloss?type=${type}&&mobile=${state.data.customerTel}` | |||
`/subpackage/after-sale/card-loss-reporting/cardloss?type=${type}&&mobile=${state.data.customerTel}` | |||
) | |||
} |
@@ -80,7 +80,7 @@ | |||
const choose = (i, item) => { | |||
flag.value = i | |||
navTo(`/after-sale/card-loss-reporting/cardloss-confirm?id=${item.id}`) | |||
navTo(`/subpackage/after-sale/card-loss-reporting/cardloss-confirm?id=${item.id}`) | |||
} | |||
</script> | |||
@@ -152,10 +152,10 @@ | |||
getVehiclePlateColor | |||
} from "@/datas/vehiclePlateColor.js" | |||
const cmd = require("@/static/etcUtil/cmdConfig.js"); | |||
const tools = require("@/static/etcUtil/tools.js"); | |||
const datas = require("@/static/etcUtil/datas.js"); | |||
const bluetoothUtil = require("@/static/etcUtil/index.js"); | |||
const cmd = require("../../../static/etcUtil/cmdConfig.js"); | |||
const tools = require("../../../static/etcUtil/tools.js"); | |||
const datas = require("../../../static/etcUtil/datas.js"); | |||
const bluetoothUtil = require("../../../static/etcUtil/index.js"); | |||
const card = reactive({ | |||
cardNo: "", | |||
startTime: "", |
@@ -79,7 +79,7 @@ | |||
const choose = (i, item) => { | |||
console.log(item.cardId) | |||
navTo(`/after-sale/equipment-upgrade/upgrade-confirm?id=${item.id}`) | |||
navTo(`/subpackage/after-sale/equipment-upgrade/upgrade-confirm?id=${item.id}`) | |||
} | |||
</script> | |||
@@ -107,8 +107,8 @@ | |||
import { | |||
stringToJson | |||
} from "@/utils/network/encryption"; | |||
const tools = require("../../static/etcUtil/tools.js"); | |||
const bluetoothUtil = require("../../static/etcUtil/index.js"); | |||
const tools = require("../../../static/etcUtil/tools.js"); | |||
const bluetoothUtil = require("../../../static/etcUtil/index.js"); | |||
const state = reactive({ | |||
showPopup: false, | |||
flag: false, |
@@ -107,8 +107,8 @@ | |||
import { | |||
stringToJson | |||
} from "@/utils/network/encryption"; | |||
const tools = require("../../static/etcUtil/tools.js"); | |||
const bluetoothUtil = require("../../static/etcUtil/index.js"); | |||
const tools = require("../../../static/etcUtil/tools.js"); | |||
const bluetoothUtil = require("../../../static/etcUtil/index.js"); | |||
const state = reactive({ | |||
showPopup: false, | |||
flag: false, |
@@ -78,7 +78,7 @@ const flag = ref("0"); | |||
const choose = (i, item) => { | |||
console.log(item.cardId); | |||
navTo( | |||
`/after-sale/pin-code-deblocking/pin-code-confirm?id=${item.id}` | |||
`/subpackage/after-sale/pin-code-deblocking/pin-code-confirm?id=${item.id}` | |||
); | |||
}; | |||
</script> |
@@ -71,9 +71,9 @@ | |||
} from "@/utils/network/encryption"; | |||
//-----蓝牙模块 | |||
const bluetoothUtil = require("../../static/etcUtil/index.js"); | |||
const cmd = require("../../static/etcUtil/cmdConfig.js"); | |||
const tools = require("../../static/etcUtil/tools.js"); | |||
const bluetoothUtil = require("../../../static/etcUtil/index.js"); | |||
const cmd = require("../../../static/etcUtil/cmdConfig.js"); | |||
const tools = require("../../../static/etcUtil/tools.js"); | |||
const card = reactive({ | |||
/*卡相关信息*/ | |||
cardId: "", | |||
@@ -244,7 +244,7 @@ | |||
if (value.commandType === 2) { | |||
uanConfirmAction(value).then((confirmResult) => { | |||
navTo( | |||
`/after-sale/refund-order-balance/result`) | |||
`/subpackage/after-sale/refund-order-balance/result`) | |||
}); | |||
} else { | |||
msg("圈存初始化指令验证失败, 重新初始化"); | |||
@@ -298,7 +298,7 @@ | |||
uanConfirmAction(applyValue).then(( | |||
confirmResult) => { | |||
navTo( | |||
`/after-sale/refund-order-balance/result`) | |||
`/subpackage/after-sale/refund-order-balance/result`) | |||
}); | |||
}); | |||
} | |||
@@ -306,7 +306,7 @@ | |||
} else if (fixStatus === 2) { | |||
uanConfirmSucessAction(value).then((confirmResult) => { | |||
navTo( | |||
`/after-sale/refund-order-balance/result`) | |||
`/subpackage/after-sale/refund-order-balance/result`) | |||
}); | |||
} else if (fixStatus === 1) { | |||
quanCheckActionTrue().then((val) => { |
@@ -79,7 +79,7 @@ | |||
const choose = (i, item) => { | |||
flag.value = i | |||
navTo(`/after-sale/refund-order-balance/refund-order-balance?vehicleId=${item.vehicleId}`) | |||
navTo(`/subpackage/after-sale/refund-order-balance/refund-order-balance?vehicleId=${item.vehicleId}`) | |||
} | |||
</script> | |||
@@ -143,7 +143,7 @@ | |||
const nextACtion = () => { | |||
navTo( | |||
`/after-sale/replace-equipment/verification?orderId=${state.data.orderId}&&cardId=${state.data.cardId}&&mobile=${state.data.customerTel}` | |||
`/subpackage/after-sale/replace-equipment/verification?orderId=${state.data.orderId}&&cardId=${state.data.cardId}&&mobile=${state.data.customerTel}` | |||
) | |||
} |
@@ -80,7 +80,7 @@ | |||
const choose = (i, item) => { | |||
flag.value = i | |||
navTo(`/after-sale/replace-equipment/replace-equipment-confirm?id=${item.id}`) | |||
navTo(`/subpackage/after-sale/replace-equipment/replace-equipment-confirm?id=${item.id}`) | |||
} | |||
</script> | |||
@@ -48,7 +48,7 @@ | |||
} from "vue"; | |||
import { | |||
navTo | |||
} from "../../utils/utils" | |||
} from "@/utils/utils" | |||
import { | |||
onReady | |||
} from "@dcloudio/uni-app"; |
@@ -337,7 +337,7 @@ | |||
// .then(() => { | |||
if (apply.data.status === 'APPLY') { | |||
navTo( | |||
`/after-sale/replace-equipment/form?orderId=${params.orderId}&&id=${apply.data.id}` | |||
`/subpackage/after-sale/replace-equipment/form?orderId=${params.orderId}&&id=${apply.data.id}` | |||
) | |||
} else { | |||
// if (form.applyTypeName === '卡') { | |||
@@ -355,7 +355,7 @@ | |||
queryCckChangejzCardAction().then(val => { | |||
navTo( | |||
`/after-sale/replace-equipment/form?orderId=${params.orderId}&&id=${val.id}` | |||
`/subpackage/after-sale/replace-equipment/form?orderId=${params.orderId}&&id=${val.id}` | |||
) | |||
}) | |||
} |
@@ -358,7 +358,7 @@ | |||
if (state.FormData.vehiclePlate && state.FormData.vehiclePlatecolor) { | |||
state.FormData.vehiclePlatecolor=Number(state.FormData.vehiclePlatecolor) | |||
let data = JSON.stringify(state.FormData) | |||
navTo(`/after-sale/rescind-carId/verification?fromData=${data}`); | |||
navTo(`/subpackage/after-sale/rescind-carId/verification?fromData=${data}`); | |||
} else { | |||
uni.showToast({ | |||
title: "请填写车牌号和车牌颜色", |
@@ -128,7 +128,7 @@ | |||
const data = stringToJson(res.bizContent); | |||
console.log(data, "数据"); | |||
if (data.info == "成功.") { | |||
navTo(`/after-sale/rescind-carId/result?carid=${model1.vehiclePlate}`) | |||
navTo(`/subpackage/after-sale/rescind-carId/result?carid=${model1.vehiclePlate}`) | |||
} | |||
}) | |||
.catch((err) => { |
@@ -85,14 +85,14 @@ const state = reactive({ | |||
tip: "绑定微信支付,无需绑定银行卡", | |||
}, | |||
{ | |||
bg: "../../static/image/jianshe-bg.png", | |||
icon: "../../static/image/bank1", | |||
bg: "../../../static/image/jianshe-bg.png", | |||
icon: "../../../static/image/bank1", | |||
title: "【货车】微信车主服务", | |||
tip: "绑定微信支付,无需绑定银行卡", | |||
}, | |||
{ | |||
bg: "../../static/image/gongshang-bg.png", | |||
icon: "../../static/image/bank2", | |||
bg: "../../../static/image/gongshang-bg.png", | |||
icon: "../../../static/image/bank2", | |||
title: "【货车】微信车主服务", | |||
tip: "绑定微信支付,无需绑定银行卡", | |||
}, |
@@ -115,7 +115,7 @@ | |||
const nextACtion = () => { | |||
queryCckChangejzCardAction().then(val => { | |||
navTo( | |||
`/after-sale/to-bookkeeping-card/mailing_information?orderId=${state.data.orderId}&&applyId=${val.applyId}` | |||
`/subpackage/after-sale/to-bookkeeping-card/mailing_information?orderId=${state.data.orderId}&&applyId=${val.applyId}` | |||
) | |||
}) | |||
} |
@@ -81,7 +81,7 @@ | |||
const choose = (i, item) => { | |||
flag.value = i | |||
navTo(`/after-sale/to-bookkeeping-card/confirm?id=${item.id}`) | |||
navTo(`/subpackage/after-sale/to-bookkeeping-card/confirm?id=${item.id}`) | |||
} | |||
</script> | |||
@@ -37,7 +37,7 @@ | |||
import navBar from "./components/nav-bar.vue"; | |||
import { checkStr } from "@/utils/utils"; | |||
import { ref, reactive } from "vue"; | |||
import { navTo } from "../../utils/utils"; | |||
import { navTo } from "@/utils/utils"; | |||
import { onReady } from "@dcloudio/uni-app"; | |||
// 表单数据 |
@@ -176,7 +176,7 @@ | |||
// .then(() => { | |||
queryCckChangejzCardAction().then(val => { | |||
navTo( | |||
`/after-sale/to-bookkeeping-card/mailing_information?orderId=${params.orderId}&&applyId=${val.applyId}` | |||
`/subpackage/after-sale/to-bookkeeping-card/mailing_information?orderId=${params.orderId}&&applyId=${val.applyId}` | |||
) | |||
}) | |||
// }) |
@@ -80,7 +80,7 @@ | |||
const choose = (i, item) => { | |||
flag.value = i | |||
navTo(`/after-sale/transfer-ownership/transfer-confirm?id=${item.id}`) | |||
navTo(`/subpackage/after-sale/transfer-ownership/transfer-confirm?id=${item.id}`) | |||
} | |||
</script> | |||
@@ -133,7 +133,7 @@ | |||
console.log(type) | |||
queryCardlossStatusType(type.type).then((val: any) => { | |||
navTo( | |||
`/after-sale/transfer-ownership/card-result` | |||
`/subpackage/after-sale/transfer-ownership/card-result` | |||
) | |||
}); | |||
}) | |||
@@ -151,7 +151,7 @@ | |||
success: function(res) { | |||
if (res.confirm) { | |||
navTo( | |||
`/after-sale/transfer-ownership/transfer-verification?mobile=${state.data.customerTel}` | |||
`/subpackage/after-sale/transfer-ownership/transfer-verification?mobile=${state.data.customerTel}` | |||
) | |||
} |
@@ -297,7 +297,7 @@ const savaHandle = () => { | |||
} else { | |||
if (state.type == 1 || state.type == "1") { | |||
uni.redirectTo({ | |||
url: `/applyCard/addAddress?orderId=${ | |||
url: `/subpackage/applyCard/addAddress?orderId=${ | |||
state.form.orderId | |||
}&clientFee=${getItem("clientFee")}&&id=${getItem("productId")}`, | |||
}); |
@@ -5,14 +5,14 @@ | |||
import { | |||
onLoad | |||
} from '@dcloudio/uni-app'; | |||
const tools = require("../static/etcUtil/tools.js"); | |||
const tools = require("../../../static/etcUtil/tools.js"); | |||
import { | |||
request | |||
} from "../utils/network/request.js"; | |||
} from "@/utils/network/request.js"; | |||
import { | |||
stringToJson | |||
} from "../utils/network/encryption.js"; | |||
import * as IFCODE from "../utils/network/api.js"; | |||
} from "@/utils/network/encryption.js"; | |||
import * as IFCODE from "@/utils/network/api.js"; | |||
const state = reactive({ | |||
channelId: "", | |||
newCodeStatus: '获取验证码', |
@@ -12,7 +12,7 @@ | |||
</template> | |||
<script setup> | |||
import { navTo } from '../utils/utils'; | |||
import { navTo } from '@/utils/utils'; | |||
const gotoPage = ()=>{ | |||
navTo("/subpackage/issueActivation/old-user") |
@@ -55,7 +55,7 @@ | |||
import popupNumberplateColor from "./components/popup-choose-numberplate-color"; | |||
import numberplateColor from "./components/layout-numberplate-color"; | |||
import carNumerInput from "@/components/car-number-input/car-number-input"; | |||
const tools = require("../../static/etcUtil/tools.js"); | |||
const tools = require("../../../static/etcUtil/tools.js"); | |||
onLoad((option) => { | |||
console.log(option); |
@@ -170,7 +170,7 @@ | |||
if (form.operation && form.applyType) { | |||
console.log('验证通过', form); | |||
navTo(`/orders/apply-ex-goods?orderId=${oldId.value}&id=8822ca31f88e448eb534767ba4d01eb9`) //测试用 | |||
navTo(`/subpackage/orders/apply-ex-goods?orderId=${oldId.value}&id=8822ca31f88e448eb534767ba4d01eb9`) //测试用 | |||
// const options = { | |||
// type: 2, | |||
// data: form, |
@@ -71,7 +71,7 @@ | |||
</view> | |||
<view class="btns"> | |||
<view class="btn btn-normal" @click="$util.navTo('/orders/cardAmountDetail')">查看进度</view> | |||
<view class="btn btn-normal" @click="$util.navTo('/subpackage/orders/cardAmountDetail')">查看进度</view> | |||
</view> | |||
</view> | |||
<view class="item"> | |||
@@ -104,8 +104,8 @@ | |||
<view class="money"><text class="cny">¥</text><text class="amount">120.99</text></view> | |||
</view> | |||
<view class="btns"> | |||
<view class="btn btn-normal" @click="$util.navTo('/orders/refund-deposit-card')">申请退款</view> | |||
<view class="btn btn-primary" @click="$util.navTo('/pages/recharge/recharge')">圈存修复</view> | |||
<view class="btn btn-normal" @click="$util.navTo('/subpackage/orders/refund-deposit-card')">申请退款</view> | |||
<view class="btn btn-primary" @click="$util.navTo('/subpackage/pages/recharge/recharge')">圈存修复</view> | |||
</view> | |||
</view> | |||
<view class="item"> | |||
@@ -171,7 +171,7 @@ | |||
<view class="money"><text class="cny">¥</text><text class="amount">120.99</text></view> | |||
</view> | |||
<view class="btns"> | |||
<view class="btn btn-primary" @click="$util.navTo('/orders/order-evaluate')">去评价</view> | |||
<view class="btn btn-primary" @click="$util.navTo('/subpackage/orders/order-evaluate')">去评价</view> | |||
</view> | |||
</view> | |||
<view class="item finished"> | |||
@@ -204,7 +204,7 @@ | |||
<view class="money"><text class="cny">¥</text><text class="amount">120.99</text></view> | |||
</view> | |||
<view class="btns"> | |||
<view class="btn btn-primary" @click="$util.navTo('/orders/order-evaluate')">去评价</view> | |||
<view class="btn btn-primary" @click="$util.navTo('/subpackage/orders/order-evaluate')">去评价</view> | |||
</view> | |||
</view> | |||
</view> |
@@ -26,7 +26,7 @@ | |||
<view class="evaluate-btn" v-if="state.type === '2'"> | |||
<submit-button | |||
title="去评价" | |||
@submit="$util.navTo('/orders/order-evaluate')" | |||
@submit="$util.navTo('/subpackage/orders/order-evaluate')" | |||
></submit-button> | |||
</view> | |||
</template> |
@@ -80,7 +80,7 @@ | |||
</view> | |||
<view class="btn-status"> | |||
<view class="btn-green" @click="comfireSure" v-if="item.status === 1">确认完成</view> | |||
<view class="btn-green width-num-1" @click="toNext('/orders/order-evaluate', item)" v-if="item.status === 2">去评价</view> | |||
<view class="btn-green width-num-1" @click="toNext('/subpackage/orders/order-evaluate', item)" v-if="item.status === 2">去评价</view> | |||
</view> | |||
</view> | |||
</view> |