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
...@@ -78,12 +78,12 @@ function backup() { ...@@ -78,12 +78,12 @@ function backup() {
// 跳转外部链接,使用webview // 跳转外部链接,使用webview
function jump(url, type) { function jump(url, type) {
// #ifdef H5 // #ifdef H5
if(type === 1){ if(type === 1){
// 重定向到指定地址,防止回退 // 重定向到指定地址,防止回退
window.location.replace(url); window.location.replace(url);
}else{ }else{
window.location.href = url; window.location.href = url;
} }
// #endif // #endif
...@@ -98,7 +98,7 @@ function jump(url, type) { ...@@ -98,7 +98,7 @@ function jump(url, type) {
Vue.prototype.$jumpGoodDetail = jumpGoodDetail; Vue.prototype.$jumpGoodDetail = jumpGoodDetail;
Vue.prototype.$jump = jump; Vue.prototype.$jump = jump;
Vue.prototype.$addCart = addCart; Vue.prototype.$addCart = addCart;
Vue.prototype.$backup = backup; Vue.prototype.$backup = backup;
Vue.prototype.$__reloadResource = __reloadResource; Vue.prototype.$__reloadResource = __reloadResource;
Vue.prototype.$getNavigationBarTitle = getNavigationBarTitle; Vue.prototype.$getNavigationBarTitle = getNavigationBarTitle;
...@@ -114,4 +114,4 @@ const app = new Vue({ ...@@ -114,4 +114,4 @@ const app = new Vue({
...App, ...App,
store store
}) })
app.$mount() app.$mount()
...@@ -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