删除无用的main.js;修改分类页面搜索框无法使用的问题

This commit is contained in:
gaoxs
2020-04-13 17:37:36 +08:00
parent b4c76df22a
commit ead26e3d1b
64 changed files with 8 additions and 321 deletions

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index.vue'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,13 +1,12 @@
<template>
<view class="productSort">
<form @submit.prevent="submitForm">
<view class="header acea-row row-center-wrapper" ref="header">
<view class="acea-row row-between-wrapper input">
<text class="iconfont icon-sousuo"></text>
<input type="text" placeholder="搜索商品信息" v-model="search" />
<div class="index">
<view class="header acea-row row-center-wrapper">
<view @click="goGoodSearch()" class="search acea-row row-middle">
<text class="iconfont icon-xiazai5"></text>搜索商品
</view>
</view>
</form>
</div>
<view class="aside">
<view
class="item acea-row row-center-wrapper"
@ -74,6 +73,9 @@ export default {
this.loadCategoryData();
},
methods: {
goGoodSearch() {
this.$yrouter.push("/pages/shop/GoodSearch/index");
},
goGoodsList(child) {
this.$yrouter.push({
path: "/pages/shop/GoodsList/index",

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()