|
@@ -1,9 +1,9 @@
|
|
|
<template>
|
|
|
<view class="content">
|
|
|
- <view class="top">
|
|
|
+ <!-- <view class="top">
|
|
|
<image src="../../static/imgs/icon_left_jt.png" @click="back"></image>
|
|
|
<text>申请专项演示方案</text>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
<view class="contact">
|
|
|
<view class="title">请留下您的联系方式</view>
|
|
|
<view class="item first">
|
|
@@ -65,7 +65,7 @@
|
|
|
this.$api.post('/specialcrowd-admin/contactus',this.info).then(res=>{
|
|
|
this.canApply = true;
|
|
|
if(res.data.code===0){
|
|
|
- uni.reLaunch({
|
|
|
+ uni.navigateTo({
|
|
|
url:'/pages/consult/result'
|
|
|
})
|
|
|
}else this.$showToast(res.data.msg);
|