diff --git a/api/api.js b/api/api.js
index 7c97d7c..2ee5e96 100644
--- a/api/api.js
+++ b/api/api.js
@@ -249,6 +249,19 @@ export function bindingUserPhone(data) {
return request.post('user/binding', data);
}
+export function getcunjiu() {
+ return request.get('v2/getcunjiu');
+}
+
+export function getqujiu() {
+ return request.get('v2/getcunjiu');
+}
+
+export function tableYuDing(data) {
+ return request.post('v2/tableYuDing',data);
+}
+
+
/**
* 退出登錄
*
diff --git a/pages/users/lanhu/lanhu_cunjiujilu/index.vue b/pages/users/lanhu/lanhu_cunjiujilu/index.vue
index 448ab00..06a26da 100644
--- a/pages/users/lanhu/lanhu_cunjiujilu/index.vue
+++ b/pages/users/lanhu/lanhu_cunjiujilu/index.vue
@@ -19,23 +19,30 @@
-
-
+
+
- 2号台桌
- 取酒码:1111
+ {{item.product_name}}
+ 取酒码:{{item.code}}
-
+
- 到期时间1231
- x1
+ 到期时间:{{item.out_time}}
+ x{{item.now_num}}
-
+
- 存酒时间200000
+ 存酒时间:{{item.c_time}}
-
+
+
+
+ 暂无记录
+
+
+
@@ -45,29 +52,43 @@