From 3f798d6f31282420a4785e850278aee3c15de171 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期二, 09 七月 2024 17:57:50 +0800 Subject: [PATCH] fix:首页样式更新 --- pages/customer-page/zhijian-bangfang/zhijian-bangfang.vue | 25 +++---------------------- 1 files changed, 3 insertions(+), 22 deletions(-) diff --git a/pages/customer-page/zhijian-bangfang/zhijian-bangfang.vue b/pages/customer-page/zhijian-bangfang/zhijian-bangfang.vue index c629314..5ddc1c7 100644 --- a/pages/customer-page/zhijian-bangfang/zhijian-bangfang.vue +++ b/pages/customer-page/zhijian-bangfang/zhijian-bangfang.vue @@ -11,7 +11,7 @@ </template> <script> -import { BaseUrl } from '@/api/request.js' + export default { name: "zhijian-bangfang", data() { @@ -33,28 +33,9 @@ }, handleBangfangClick(item) { console.log(item,'鐐瑰嚮纾呮埧-----') - uni.request({ - url: `${BaseUrl}/wrzs/jccoalweighhouse/getTmTaskCoalNoCar/${item.id}`, - method: 'GET', - header: { - 'content-type': 'application/x-www-form-urlencoded', - Authorization: 'Bearer' + ' ' + uni.getStorageSync('token'), - }, - success: (res) => { - console.log(res,'res.datra----------') - - } + uni.navigateTo({ + url: `/pages/driver-page/driver-index/bill-of-lading-details/nocarNoWeighingDevice/nocarNoWeighingDevice?houseId=${item.id}&weighHouseCode=${item?.code}` }) - // this.$reqGet('getTmTaskCoalNoCar',{houseId:item.id}).then(res => { - // console.log(res,'閫夋嫨纾呮埧====') - // if(res.code == 0) { - // uni.navigateTo({ - // url: `/pages/driver-page/driver-index/bill-of-lading-details/nocarNoWeighingDevice/nocarNoWeighingDevice?houseId=${houseId}` - // }) - // }else { - // this.$u.toast(res.msg); - // } - // }) } } } -- Gitblit v1.9.1