Browse Source

更新轮播图跳转到小程序内部

1410417013 9 months ago
parent
commit
578441a057
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/index/index.vue

+ 1 - 1
pages/index/index.vue

@@ -1151,7 +1151,7 @@
 							}
 						})
 					}
-					if(type ==1&&url){
+					if(type !=1&&url){
 						uni.navigateTo({
 							url:`/my/web/web?url=${url}`
 						})