lhl 3 年之前
父節點
當前提交
69935d76e1
共有 16 個文件被更改,包括 9 次插入3 次删除
  1. 2 2
      pages/cart/cat1.vue
  2. 7 1
      pages/index/index.vue
  3. 二進制
      static/img/huiyuan1.png
  4. 二進制
      static/img/huiyuan2.png
  5. 二進制
      static/index/huiyuan1.png
  6. 二進制
      static/index/huiyuan2.png
  7. 二進制
      static/index/index01.png
  8. 二進制
      static/index/index02.png
  9. 二進制
      static/index/index03.png
  10. 二進制
      static/index/index04.png
  11. 二進制
      static/index/index05.png
  12. 二進制
      static/index/index06.png
  13. 二進制
      static/index/index07.png
  14. 二進制
      static/index/index08.png
  15. 二進制
      static/index/index09.png
  16. 二進制
      static/index/index10.png

+ 2 - 2
pages/cart/cat1.vue

@@ -11,13 +11,13 @@
 					<!-- 订单列表 -->
 					<view class="order-item" @click="ToDetail(1)">
 						<view class="list-cell">
-							<image class="image" src="../../static/index/huiyuan2.png"></image>
+							<image class="image" src="../../static/img/huiyuan2.png"></image>
 							<view class="list-tpl">个人报名</view>
 						</view>
 					</view>
 					<view class="order-item" @click="ToDetail(2)">
 						<view class="list-cell">
-							<image class="image" src="../../static/index/huiyuan1.png"></image>
+							<image class="image" src="../../static/img/huiyuan1.png"></image>
 							<view class="list-tpl">团队报名</view>
 						</view>
 					</view>

+ 7 - 1
pages/index/index.vue

@@ -41,7 +41,7 @@
 				红会科普
 			</view>
 		</view>
-		<view class="list-box" v-for="(item,index) in science" :key='index' @click="Jump(item.id)">
+		<view class="list-box" v-for="(item,index) in science" :key='index' @click="Jump(item)">
 			<view class="box-left">
 				<image src="../../static/img/moren.png" mode="" class="left-img"></image>
 			</view>
@@ -180,6 +180,12 @@
 					}
 				})
 			},
+			// 跳转红会科普详情
+			Jump(item) {
+				uni.navigateTo({
+					url:"/pages/applic/info?id="+item.id
+				})	
+			},
 			//轮播图
 			loadIndex() {
 				loadIndexs({}).then(({

二進制
static/img/huiyuan1.png


二進制
static/img/huiyuan2.png


二進制
static/index/huiyuan1.png


二進制
static/index/huiyuan2.png


二進制
static/index/index01.png


二進制
static/index/index02.png


二進制
static/index/index03.png


二進制
static/index/index04.png


二進制
static/index/index05.png


二進制
static/index/index06.png


二進制
static/index/index07.png


二進制
static/index/index08.png


二進制
static/index/index09.png


二進制
static/index/index10.png