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" />