hanfucheng 1 tahun lalu
induk
melakukan
42cd6bdd79

+ 2 - 3
pages/asking/asking.vue

@@ -4,7 +4,7 @@
         <!-- 问答类别 -->
 		<ul class="wendaFL" v-for="(e,idx) in typeList" :key="idx" style="width: 48%;">
 		    <li class="sanNong" style="width: 100%;">
-		        <image :src="loadImgSrcLocalhost('e.path')" class="lbBj" @tap="goSanNong"></image>
+		        <image :src="loadImgSrcLocalhost(e.path)" class="lbBj" @tap="goSanNong"></image>
 		        <h2>{{obj.type}}</h2>
 		        <span>1566</span>
 		    </li>
@@ -13,7 +13,7 @@
 </template>
 
 <script>
-import upload from '../../components/upload/index.vue'
+import upload from '@/components/upload/index.vue'
 import {getTypeList} from '@/api/asking/asking.js'
 export default {
 	components: {
@@ -48,7 +48,6 @@ export default {
          //获取类型列表
         getTypeList(){
             getTypeList(this.queryParams).then(res =>{
-				debugger
                 this.typeList = res.rows
             })
         },

+ 1 - 1
pages/me/nameAuthentication/nameAuthentication.vue

@@ -28,7 +28,7 @@
 </template>
 
 <script>
-    import upload from '../../../components/upload/index.vue'
+    import upload from '@/components/upload/index.vue'
     import {appletAdd,getUserInfo} from '@/api/me/nameAuthentication.js'
 
     export default {

+ 1 - 1
pages/me/officialAuthentication/officialAuthentication.vue

@@ -28,7 +28,7 @@
 </template>
 
 <script>
-    import upload from '../../../components/upload/index.vue'
+    import upload from '@/components/upload/index.vue'
     import {appletAdd,getUserInfo} from '@/api/me/officialAuthentication.js'
 
     export default {