瀏覽代碼

移除垃圾代码

zhengkaixin 3 年之前
父節點
當前提交
585817b945

+ 2 - 2
main.js

@@ -1,6 +1,6 @@
 import Vue from 'vue'
 import Vue from 'vue'
 import App from './App'
 import App from './App'
-import MyCommon from '@/components/Common.vue'
+//import MyCommon from '@/components/Common.vue'
 //import CarLoading from '@/components/Loading.vue'
 //import CarLoading from '@/components/Loading.vue'
 import  getOpenId from './utils/init.js'
 import  getOpenId from './utils/init.js'
 getOpenId.init()
 getOpenId.init()
@@ -26,7 +26,7 @@ const app = new Vue({
 
 
     ...App
     ...App
 })
 })
-Vue.component('my-common',MyCommon)
+//Vue.component('my-common',MyCommon)
 //Vue.component('car-loading',CarLoading)
 //Vue.component('car-loading',CarLoading)
 //Vue.use(mixin)
 //Vue.use(mixin)
 Vue.mixin({ 
 Vue.mixin({ 

+ 1 - 2
pages/hr/query/queryResult/queryResult.vue

@@ -1,7 +1,6 @@
 <template>
 <template>
 	<view>
 	<view>
-		 <my-common      mytitle="公共标题"  ref="common"></my-common>
-		 
+ 		 
 	</view>
 	</view>
 </template>
 </template>
 
 

+ 2 - 3
pages/index/index.vue

@@ -1,12 +1,11 @@
 <template>
 <template>
 	<view>
 	<view>
-		<my-common      mytitle="公共标题" :login="false"  ref="common"></my-common>
-		
+ 		
  		<u-button type="primary"  @click="mygoto('#/pages/job/index/index')" >我要求职</u-button>
  		<u-button type="primary"  @click="mygoto('#/pages/job/index/index')" >我要求职</u-button>
  		<u-button type="success" @click="mygoto('#/pages/hr/index/index')" >企业招聘</u-button>
  		<u-button type="success" @click="mygoto('#/pages/hr/index/index')" >企业招聘</u-button>
 		<view  style="margin-top:50px ;">
 		<view  style="margin-top:50px ;">
 			<template v-for="(item,index) in list">
 			<template v-for="(item,index) in list">
-				<u-button type="success"    @click="gotoUrl(item.path)" >{{item.style.navigationBarTitleText}}</u-button>
+				<u-button type="success"  :key="index"   @click="gotoUrl(item.path)" >{{item.style.navigationBarTitleText}}</u-button>
 				
 				
 			</template>
 			</template>
 			 
 			 

+ 0 - 1
pages/job/personal/about/about.vue

@@ -1,6 +1,5 @@
 <template>
 <template>
 	<view>
 	<view>
-		 <my-common      mytitle="公共标题"  ref="common"></my-common>
 		 
 		 
 	</view>
 	</view>
 </template>
 </template>

+ 0 - 1
pages/job/personal/install/account/passwordA/passwordA.vue

@@ -1,6 +1,5 @@
 <template>
 <template>
 	<view class="wrap">
 	<view class="wrap">
-		<my-common  :login="false"   ref="common"></my-common>
 		
 		
 		<view class="wxLogin-logo">
 		<view class="wxLogin-logo">
 			<u-image   height="300" src="/static/img/logo.png"></u-image>
 			<u-image   height="300" src="/static/img/logo.png"></u-image>

+ 0 - 1
pages/job/personal/install/account/passwordB/passwordB.vue

@@ -1,6 +1,5 @@
 <template>
 <template>
 	<view class="wrap">
 	<view class="wrap">
-		<my-common  :login="false"   ref="common"></my-common>
 		
 		
 		<view class="wxLogin-logo">
 		<view class="wxLogin-logo">
 			<u-image   height="300" src="/static/img/logo.png"></u-image>
 			<u-image   height="300" src="/static/img/logo.png"></u-image>

+ 0 - 1
pages/job/personal/install/account/passwordC/passwordC.vue

@@ -1,6 +1,5 @@
 <template>
 <template>
 	<view class="wrap">
 	<view class="wrap">
-		<my-common  :login="false"   ref="common"></my-common>
 		
 		
 		<view class="wxLogin-logo">
 		<view class="wxLogin-logo">
 			<u-image   height="300" src="/static/img/logo.png"></u-image>
 			<u-image   height="300" src="/static/img/logo.png"></u-image>

+ 0 - 1
pages/job/personal/install/account/phoneB/phoneB.vue

@@ -1,6 +1,5 @@
 <template>
 <template>
 	<view class="wrap">
 	<view class="wrap">
-		<my-common  :login="false"   ref="common"></my-common>
 		
 		
 		<view class="wxLogin-logo">
 		<view class="wxLogin-logo">
 			<u-image   height="300" src="/static/img/logo.png"></u-image>
 			<u-image   height="300" src="/static/img/logo.png"></u-image>

+ 1 - 2
pages/job/personal/install/account/phoneC/phoneC.vue

@@ -1,7 +1,6 @@
 <template>
 <template>
 	<view class="wrap">
 	<view class="wrap">
-		<my-common  :login="false"   ref="common"></my-common>
-		
+ 		
 		<view class="wxLogin-logo">
 		<view class="wxLogin-logo">
 			<u-image   height="300" src="/static/img/logo.png"></u-image>
 			<u-image   height="300" src="/static/img/logo.png"></u-image>
 			 
 			 

+ 0 - 1
pages/job/personal/my/resumeAdd/resumeSucc/resumeSucc.vue

@@ -1,6 +1,5 @@
 <template>
 <template>
 	<view>
 	<view>
-		 <my-common      mytitle="公共标题"  ref="common"></my-common>
 		 
 		 
 	</view>
 	</view>
 </template>
 </template>

+ 1 - 2
pages/job/personal/personal.vue

@@ -1,7 +1,6 @@
 <template>
 <template>
 	<view>
 	<view>
-		 <my-common   :noback="false"     mytitle="公共标题"  ref="common"></my-common>
-		   <Tabbar-Job :current="2" ></Tabbar-Job>
+		
 	</view>
 	</view>
 </template>
 </template>
 
 

+ 0 - 1
pages/login/passwordLogin/passwordLogin.vue

@@ -1,6 +1,5 @@
 <template>
 <template>
 	<view class="wrap">
 	<view class="wrap">
-		<my-common  :login="false"  mytitle="密码登录" ref="common"></my-common>
 		
 		
 		<u-navbar title="密码登录" ></u-navbar>
 		<u-navbar title="密码登录" ></u-navbar>
 		<view class="wxLogin-logo">
 		<view class="wxLogin-logo">

+ 1 - 2
pages/login/phoneLogin/phoneLogin.vue

@@ -1,7 +1,6 @@
 <template>
 <template>
 	<view class="wrap">
 	<view class="wrap">
-		<my-common  :login="false"   ref="common"></my-common>
-		
+	
 		<view class="wxLogin-logo">
 		<view class="wxLogin-logo">
 			<u-image   height="300" src="/static/img/logo.png"></u-image>
 			<u-image   height="300" src="/static/img/logo.png"></u-image>
 			 
 			 

+ 0 - 1
pages/login/vCode/vCode.vue

@@ -1,6 +1,5 @@
 <template>
 <template>
 	<view class="wrap">
 	<view class="wrap">
-		<my-common  :login="false"   ref="common"></my-common>
 		
 		
 		<view class="wxLogin-logo">
 		<view class="wxLogin-logo">
 			<u-image   height="300" src="/static/img/logo.png"></u-image>
 			<u-image   height="300" src="/static/img/logo.png"></u-image>

+ 0 - 1
pages/login/wxLogin/wxLogin.vue

@@ -3,7 +3,6 @@
 		
 		
 		 
 		 
 		<view class="wrap" >
 		<view class="wrap" >
-				<my-common  :login="false"   ref="common"></my-common>
 				
 				
 				<view class="wxLogin-logo">
 				<view class="wxLogin-logo">
 					<u-image   height="300" src="/static/img/logo.png"></u-image>
 					<u-image   height="300" src="/static/img/logo.png"></u-image>