diff --git a/src/pages/member/index.vue b/src/pages/member/index.vue
index 23fc46c..4b1bba0 100644
--- a/src/pages/member/index.vue
+++ b/src/pages/member/index.vue
@@ -42,17 +42,15 @@ function login() {
-
+
diff --git a/src/subpackage/groupon/pages/list.vue b/src/subpackage/groupon/pages/list.vue
index f500923..438fb6e 100644
--- a/src/subpackage/groupon/pages/list.vue
+++ b/src/subpackage/groupon/pages/list.vue
@@ -6,6 +6,20 @@ import { routeTo, showModal } from '@/utils/polish';
import { userCertificates } from "../api";
const ticketLs = ref([]);
onLoad(() => {
+ tt.login({
+ success() {
+ tt.showToast({
+ title: '登录成功',
+ icon: 'success',
+ });
+ },
+ fail() {
+ tt.showToast({
+ title: '登录失败',
+ icon: 'fail',
+ });
+ },
+ });
userCertificates({
data: {
debug: 1,
@@ -28,7 +42,7 @@ function ticketClick(e){
tt.verifyCertificates({
verifyToken: new Date().getTime() + '',
- poiId: 7419147144797358116 +'',
+ poiId: 7441486703712337958 +'',
orderList: [{
orderId: e.order_id,
certificateList: [{
@@ -37,7 +51,7 @@ function ticketClick(e){
}]
}],
orderEntrySchema: {
- path: ''
+ path: 'subpackage/order/pages/detail'
},
complete(res){
console.warn('verifyCertificates', res);
@@ -59,7 +73,7 @@ function ticketClick(e){
-
+