diff --git a/pages/activity/book.vue b/pages/activity/book.vue index c5a6d9b..d149659 100644 --- a/pages/activity/book.vue +++ b/pages/activity/book.vue @@ -240,7 +240,7 @@ content: "预约须知的内容" }, { title: "批量上传帮助", - content: "
1.批量上传EXCEL的以xlsx结尾
2.第一列为标题列 姓名 手机号 证件号
3.文件是从微信聊天记录中选取或者微信文件传输助手
"
+ content: "1.批量上传EXCEL的以xlsx结尾
2.第一列为标题列 姓名 手机号 证件号
3.文件是从微信聊天记录中选取或者微信文件传输助手
"
}]
}
},
@@ -292,6 +292,7 @@
},
openNoticeInfo(type) {
this.showInfo = true;
+ this.notice[type].content = this.notice[type].content.replace("@host@", this.util.HOST);
this.currentNotice = this.notice[type];
},
handleAddUser() {
@@ -457,7 +458,7 @@
icon: "none",
title: "下单成功",
complete() {
- uni.reLaunch({
+ uni.redirectTo({
url: "/pages/success/success?from=activity&id=" + res.id
})
}
diff --git a/pages/order/activityorder.vue b/pages/order/activityorder.vue
index b49291a..2f5b819 100644
--- a/pages/order/activityorder.vue
+++ b/pages/order/activityorder.vue
@@ -65,7 +65,7 @@
name: '已参加',
idx: "2"
}, {
- name: '取消预约',
+ name: '已预约',
idx: "0"
}],
current: 0,
diff --git a/pages/order/activityorderinfo.vue b/pages/order/activityorderinfo.vue
index a92438b..3ba2b33 100644
--- a/pages/order/activityorderinfo.vue
+++ b/pages/order/activityorderinfo.vue
@@ -7,10 +7,14 @@
1.批量上传EXCEL的以xlsx结尾
2.第一列为标题列 姓名 手机号 证件号
3.文件是从微信聊天记录中选取或者微信文件传输助手
"
+ content: "1.批量上传EXCEL的以xlsx结尾
2.第一列为标题列 姓名 手机号 证件号
3.文件是从微信聊天记录中选取或者微信文件传输助手
"
}],
form: {
date: "",
@@ -378,6 +378,7 @@
},
openNoticeInfo(type) {
this.showInfo = true;
+ this.notice[type].content = this.notice[type].content.replace("@host@", this.util.HOST);
this.currentNotice = this.notice[type];
},
submitOrder() {
@@ -459,7 +460,7 @@
icon: "none",
title: "下单成功",
complete() {
- uni.reLaunch({
+ uni.redirectTo({
url: "/pages/success/success?from=visit&id=" + res.id
})
}
diff --git a/static/img/export.png b/static/img/export.png
deleted file mode 100644
index 9561431..0000000
Binary files a/static/img/export.png and /dev/null differ