chenrui  1 년 전
부모
커밋
992230ae0a
3개의 변경된 파일13개의 추가작업 그리고 10개의 파일을 삭제
  1. 8 5
      pages/help/index.vue
  2. 1 1
      pages/index/index.vue
  3. 4 4
      pages/mypage/index.vue

+ 8 - 5
pages/help/index.vue

@@ -5,7 +5,7 @@
       <view :class="action === index ? 'nav_lists': 'nav_list'" v-for="(item, index) in list" :key="index" @tap="lop(index)">{{item.name}}</view>
     </view>
     <view class="content">
-      <view class="list" v-for="(item, index) in detailedTable" :key="index" @tap = 'uplist'>
+      <view class="list" v-for="(item, index) in detailedTable" :key="index" @tap = 'uplist(item)'>
         {{ item.name }}
         <view class="listup"></view>
       </view>
@@ -65,10 +65,13 @@
 			Nav
 		},
 		methods: {
-      uplist () {
-        uni.redirectTo({
-					url: "/pages/loadingdetails/index"
-				})
+      uplist (item) {
+        if (item.name) {
+
+        }
+        // uni.redirectTo({
+				// 	url: "/pages/loadingdetails/index"
+				// })
       },
       lop(index) {
         this.action = index

+ 1 - 1
pages/index/index.vue

@@ -1,6 +1,6 @@
 <template>
 	<view class="app-content">
-		<img src="../../static/beijing.png" alt="" class="tuku">
+		<img src="~@/static/beijing.png" alt="" class="tuku">
     <Nav :navname.sync="navname" :navtype="false" ></Nav>
 		<view class="content">
 			<view class="card" @tap="clickOrder('分拣')">

+ 4 - 4
pages/mypage/index.vue

@@ -1,10 +1,10 @@
 <template>
   <view class="app-content">
-		<img src="../../static/beijing.png" alt="" class="tuku">
+		<img src="~@/static/beijing.png" alt="" class="tuku">
 		<Nav :navname.sync="navname" :navtype="false" :navtypes="true"></Nav>
     <view class="cont">
 			<view class="photograph"  @tap="upindiv">
-				<img src="../../static/shuai.png" alt="">
+				<img src="~@/static/shuai.png" alt="">
 			</view>
 			<view class="details">
 				<p>Admin</p>
@@ -60,7 +60,7 @@
 						<li v-for="(item, index) in list" :key="index" @tap="()=>selectup(index)">
 							<p>{{item.name}}</p>
 							<view class="start" v-if="action === index ? true: false">
-								<img src="../../static/gou.png" alt="">
+								<img src="~@/static/gou.png" alt="">
 							</view>
 						</li>
 					</ul>
@@ -77,7 +77,7 @@
 						<li v-for="(item, index) in lists" :key="index" @tap="()=>selectup(index)">
 							<p>{{item.name}}</p>
 							<view class="start" v-if="action === index ? true: false">
-								<img src="../../static/gou.png" alt="">
+								<img src="~@/static/gou.png" alt="">
 							</view>
 						</li>
 					</ul>