소스 검색

Merge branch 'test'

honghaitzz11 6 년 전
부모
커밋
c007a2a5e9

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
www/webapp/scg/asset/js/app.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
www/webapp/scg/asset/js/app.js.map


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
www/webapp/scg/asset/js/manifest.js.map


+ 5 - 2
www/webapp/scg/src/views/address/position.vue

@@ -9,7 +9,7 @@
         </cube-input>
       </div>
       <div class="position-wrapper border-top-1px">
-        <cube-scroll ref="scroll">
+        <cube-scroll ref="scroll" :options="options">
           <div class="position border-bottom-1px" v-for="item in result" @click="callback(item)">
             <p>{{item.city}}&nbsp;&nbsp;{{item.district}}</p>
             <div>{{item.name}}</div>
@@ -29,7 +29,10 @@
       return {
         location: '',
         result: [],
-        userLocation: '上海市'
+        userLocation: '上海市',
+        options: {
+          click: true
+        }
       };
     },
     created() {

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.