guhongwei 2 anni fa
parent
commit
c1c805b84e
1 ha cambiato i file con 2 aggiunte e 3 eliminazioni
  1. 2 3
      pages/my/index.vue

+ 2 - 3
pages/my/index.vue

@@ -34,8 +34,7 @@
 					</view>
 				</view>
 				<view class="two_2">
-					<view class="orderList" v-for="(item, index) in orderList" :key="index"
-						@click="toOrrder(item.type)">
+					<view class="orderList" v-for="(item, index) in orderList" :key="index" @click="toOrrder(item.type)">
 						<view class="icon">
 							<text class="iconfont" :class="[item.icon]"></text>
 						</view>
@@ -156,7 +155,7 @@
 					},
 					fail: function(err) {
 						uni.navigateTo({
-							url: `/${e}`
+							url: `/pages/login/index`
 						})
 					}
 				});