From 9a3837ce2d128a9f03264f2ce99b8d3584e5520e Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期五, 24 十一月 2023 09:29:00 +0800
Subject: [PATCH] #
---
pages/business/pricing/priQuote.vue | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/pages/business/pricing/priQuote.vue b/pages/business/pricing/priQuote.vue
index 2af380e..5a6114f 100644
--- a/pages/business/pricing/priQuote.vue
+++ b/pages/business/pricing/priQuote.vue
@@ -50,7 +50,7 @@
user: {
username: '',
id: 0,
- type: ''
+ type: 'user_id'
},
falg: true,
list: []
@@ -59,7 +59,6 @@
onShow() {
let that = this
uni.$on('isRefresh',function(data){
- console.log(data);
that.user.username = data.title
that.user.id = data.id
that.user.type = data.key
@@ -89,7 +88,6 @@
data: param,
success(res) {
res = res.data
- console.log(res);
// return
if (res.code === 200) {
for (let k of res.data.records) {
@@ -118,7 +116,6 @@
},
async getDetail() {
let res = await user.getDetail()
- console.log(res);
if (res.code === 200) {
this.user.username = res.data.username
this.user.id = res.data.id
--
Gitblit v1.9.1