shish пре 3 година
родитељ
комит
ef131f0bf0
2 измењених фајлова са 4 додато и 10 уклоњено
  1. 2 2
      hdApp/src/admin/ljh/info.vue
  2. 2 8
      hdApp/src/admin/ljh/payResult.vue

+ 2 - 2
hdApp/src/admin/ljh/info.vue

@@ -85,8 +85,8 @@ export default {
 		}
 		}
 	},
 	},
   onLoad(){
   onLoad(){
-    this.imgList = [{img:IMGHOST+'/ljh/1.jpg'},{img:IMGHOST+'/ljh/2.jpg'}]
-    let shareParams = { title: '零交会来了!这里报名帮你省20元', desc: '', imgUrl:IMGHOST+'/ljh/1.jpg', pagePath: 'admin/ljh/info' }
+    this.imgList = [{img:IMGHOST+'/ljh/1.jpg'},{img:IMGHOST+'/ljh/2.jpg'},{img:IMGHOST+'/ljh/3.jpg'},{img:IMGHOST+'/ljh/4.jpg'}]
+    let shareParams = { title: '零交会来了!这里报名帮你省20元', desc: '', imgUrl:IMGHOST+'/ljh/shareLogo.jpg', pagePath: 'admin/ljh/info' }
     this.jweixinFn(shareParams)
     this.jweixinFn(shareParams)
   },
   },
   methods: {
   methods: {

+ 2 - 8
hdApp/src/admin/ljh/payResult.vue

@@ -1,9 +1,7 @@
 <template>
 <template>
-	<appResult title="注册成功">
+	<appResult title="报名成功">
     <view class="dec"></view>
     <view class="dec"></view>
-    <view v-if="newUser == 1">
-      <button class="admin-button-com blue big" @click="goIndex()">进入管理中心</button>
-    </view>
+    <view></view>
 	</appResult>
 	</appResult>
 </template>
 </template>
 <script>
 <script>
@@ -13,13 +11,9 @@ export default {
 	components:{ appResult },
 	components:{ appResult },
   data(){
   data(){
     return {
     return {
-      newUser:0
     }
     }
   },
   },
   methods:{
   methods:{
-    goIndex(){
-      this.$util.pageTo({url: "/admin/home/workbench",type:2})
-    }
   }
   }
 };
 };
 </script>
 </script>