From 3b092814a2ae7b3e3e79f524f2d00d78f89343d0 Mon Sep 17 00:00:00 2001
From: zmj <1493694146@qq.com>
Date: Wed, 15 May 2024 15:58:08 +0800
Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E5=AF=86=E7=A0=81=E6=A1=86?=
=?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
api/store.js | 8 ++++++++
config/app.js | 4 ++--
pages/chat/customer_list/chat.vue | 7 ++++++-
pages/users/login/login_copy.vue | 11 +++++++----
4 files changed, 23 insertions(+), 7 deletions(-)
diff --git a/api/store.js b/api/store.js
index 0e0c90b..c340d84 100644
--- a/api/store.js
+++ b/api/store.js
@@ -684,4 +684,12 @@ export function getVillageInfo(data) {
return requestb.get(`shop_call/getVillageCompany`, data, {
noAuth: true
});
+}
+
+
+/*
+ 获取店铺资质
+*/
+export function consultApi(data) {
+ return request.post(`service/consult`, data)
}
\ No newline at end of file
diff --git a/config/app.js b/config/app.js
index 6793edb..5a95d14 100644
--- a/config/app.js
+++ b/config/app.js
@@ -15,9 +15,9 @@ let openPlantGrass = '-openPlantGrass-'
let httpSix, httpApi;
-const env = 'dev'; // 开发
+// const env = 'dev'; // 开发
// const env = 'prod'; // 生产
-// const env = 'prew'; // 预上线
+const env = 'prew'; // 预上线
switch (env) {
case 'prod':
diff --git a/pages/chat/customer_list/chat.vue b/pages/chat/customer_list/chat.vue
index 257fe40..136a613 100644
--- a/pages/chat/customer_list/chat.vue
+++ b/pages/chat/customer_list/chat.vue
@@ -841,7 +841,8 @@
import {
getProductDetail,
getPresellProductDetail,
- getStoreDetail
+ getStoreDetail,
+ consultApi
} from "@/api/store";
import {
getCombinationDetail
@@ -1449,6 +1450,10 @@
this.height();
},
sendProduct() {
+ consultApi({
+ user_id: this.toUid,
+ product_id: this.productId
+ })
if (this.presellId || this.combinationId) {
if (this.presellId) {
this.sendMsg(this.presellId, 7);
diff --git a/pages/users/login/login_copy.vue b/pages/users/login/login_copy.vue
index 632836f..74b2a70 100644
--- a/pages/users/login/login_copy.vue
+++ b/pages/users/login/login_copy.vue
@@ -51,8 +51,9 @@
-
+
@@ -129,7 +130,8 @@
+ placeholder-class="placeholder" style="border: none; outline:none;outline:0"
+ v-model="password" />
@@ -137,7 +139,8 @@
+ placeholder-class="placeholder" style="border: none; outline:none;outline:0"
+ v-model="confirm_pwd" />