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

bugfix

parent 4eff6276
...@@ -3,7 +3,7 @@ import App from './App' ...@@ -3,7 +3,7 @@ import App from './App'
import store from '@/store/store.js'; import store from '@/store/store.js';
import { import {
php, php,
gp go
} from '@/common/host.js'; } from '@/common/host.js';
import { import {
getNavigationBarTitle getNavigationBarTitle
......
...@@ -177,7 +177,7 @@ ...@@ -177,7 +177,7 @@
success: (res) => { success: (res) => {
if(res.data.code === 0) { if(res.data.code === 0) {
uni.navigateTo({ uni.navigateTo({
url: '/pages/apply/applypage1' url: '/pages/apply/choosetype'
}); });
} else { } else {
this.submitFlag = true; this.submitFlag = true;
......
...@@ -16,7 +16,12 @@ ...@@ -16,7 +16,12 @@
<view class="cate_item3"></view> <view class="cate_item3"></view>
<view class="cate_item4"></view> <view class="cate_item4"></view>
</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" v-if="EquipmentHotList">
<view class="fin_select_label"> <view class="fin_select_label">
<text class="fin_limit">限时</text> <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