diff --git a/public/index.html b/public/index.html
index 23b59b22b..0cfff260e 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1,6 +1,10 @@
+
+
+
+
diff --git a/src/views/app/Home.vue b/src/views/app/Home.vue
index 47adb9579..0ff9c2218 100644
--- a/src/views/app/Home.vue
+++ b/src/views/app/Home.vue
@@ -1,5 +1,5 @@
-
+
ebiz h5 standard frame
- 基础工程项目:
@@ -46,6 +46,15 @@
+
+ 活动邀请
+
+
+
首页
diff --git a/src/views/ebiz/exercising/ExercisingDetails.vue b/src/views/ebiz/exercising/ExercisingDetails.vue
index df4f6c809..bc270651b 100644
--- a/src/views/ebiz/exercising/ExercisingDetails.vue
+++ b/src/views/ebiz/exercising/ExercisingDetails.vue
@@ -37,7 +37,7 @@ export default {
.catch(err => {
console.error(err)
})
- if (this.isWeixin) {
+ if (!this.isWeixin) {
setTimeout(() => {
// 右上角的显示
window.EWebBridge.webCallAppInJs('webview_right_button', {
@@ -61,12 +61,12 @@ export default {
this.$jump({
flag: 'h5',
extra: {
- title: '产品列表',
+ title: '报名详情',
forbidSwipeBack: 1, //当前页面禁止右滑返回
- url: location.origin + `/#/cardList/CardTotreasure`
+ url: location.origin + `/#/exercising/SignUpDetails`
},
routerInfo: {
- path: `/cardList/CardTotreasure`,
+ path: `/exercising/SignUpDetails`,
type: '1'
}
})
diff --git a/src/views/ebiz/exercising/SignUpDetails.vue b/src/views/ebiz/exercising/SignUpDetails.vue
index b6efd6d58..ef619085d 100644
--- a/src/views/ebiz/exercising/SignUpDetails.vue
+++ b/src/views/ebiz/exercising/SignUpDetails.vue
@@ -1,9 +1,9 @@
-
-
-
+
+
+
@@ -25,36 +25,58 @@