Commit af6cb2e2 authored by 王建威's avatar 王建威

bugfix

parent 4eff6276
......@@ -3,7 +3,7 @@ import App from './App'
import store from '@/store/store.js';
import {
php,
gp
go
} from '@/common/host.js';
import {
getNavigationBarTitle
......
......@@ -177,7 +177,7 @@
success: (res) => {
if(res.data.code === 0) {
uni.navigateTo({
url: '/pages/apply/applypage1'
url: '/pages/apply/choosetype'
});
} else {
this.submitFlag = true;
......
......@@ -16,7 +16,12 @@
<view class="cate_item3"></view>
<view class="cate_item4"></view>
</view> -->
<view class="fin_banner"></view>
<!-- <view class="fin_banner">
<swiper :autoplay="true">
<swiper-item>a</swiper-item>
<swiper-item>b</swiper-item>
</swiper>
</view> -->
<view class="fin_select" v-if="EquipmentHotList">
<view class="fin_select_label">
<text class="fin_limit">限时</text>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment