Commit 82570ca5 authored by zhangyanni's avatar zhangyanni

提交

parent 9a9e3e85
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
id: 12, id: 12,
name: "activityList" name: "activityList"
}], }],
keyword: this.publicFun.getCookie("keyword") ? this.Base64.decode(this.publicFun.getCookie("keyword")): null, keyword: null,
currentIndex: this.publicFun.getCookie("mobileIndex") ? this.publicFun.getCookie("mobileIndex") : -1, currentIndex: this.publicFun.getCookie("mobileIndex") ? this.publicFun.getCookie("mobileIndex") : -1,
isReturn:false, isReturn:false,
} }
......
...@@ -26,11 +26,11 @@ ...@@ -26,11 +26,11 @@
<!--<el-button type="primary" @click="handleToIndex(3)">{{$t("mobile.alreadyAuth")}}</el-button>--> <!--<el-button type="primary" @click="handleToIndex(3)">{{$t("mobile.alreadyAuth")}}</el-button>-->
<el-button type="primary" @click="handleToIndex(4)">{{$t("commonTips.alreadyLogin")}}</el-button> <el-button type="primary" @click="handleToIndex(4)">{{$t("commonTips.alreadyLogin")}}</el-button>
</div> </div>
<div class="searchWrap" v-if="loginVisible||authVisible"> <!--<div class="searchWrap" v-if="loginVisible||authVisible">-->
<p>{{$t("mobile.searchTitle")}}</p> <!--<p>{{$t("mobile.searchTitle")}}</p>-->
<span class="right-search"><el-input size="small" style="height: 1rem;line-height: 1rem;" :placeholder="$t('commonTitle.placeholderKey')" v-model="keyword" @keyup.enter.native="handleSearchDetail(keyword)"></el-input><i class="iconfont icon-iconsearch" @click="handleSearchDetail(keyword)"></i></span> <!--<span class="right-search"><el-input size="small" style="height: 1rem;line-height: 1rem;" :placeholder="$t('commonTitle.keywordTips')" v-model="keyword" @keyup.enter.native="handleSearchDetail(keyword)"></el-input><i class="iconfont icon-iconsearch" @click="handleSearchDetail(keyword)"></i></span>-->
</div> <!--</div>-->
<breadBottom></breadBottom> <breadBottom></breadBottom>
</div> </div>
</template> </template>
......
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