Commit 2909ba24 by 李宁

1

1 parent 9786a22a
...@@ -259,6 +259,6 @@ ...@@ -259,6 +259,6 @@
<script src="https://xpo.oss-cn-beijing.aliyuncs.com/huaian/js/vue.min.js"></script> <script src="https://xpo.oss-cn-beijing.aliyuncs.com/huaian/js/vue.min.js"></script>
<script src="https://xpo.oss-cn-beijing.aliyuncs.com/huaian/js/vant.min.js"></script> <script src="https://xpo.oss-cn-beijing.aliyuncs.com/huaian/js/vant.min.js"></script>
<script src="https://xpo.oss-cn-beijing.aliyuncs.com/huaian/js/util.js?11111"></script> <script src="https://xpo.oss-cn-beijing.aliyuncs.com/huaian/js/util.js?11111"></script>
<script src="js/index.js?999399"></script> <script src="js/index.js?878787"></script>
</body> </body>
</html> </html>
\ No newline at end of file \ No newline at end of file
...@@ -162,7 +162,7 @@ const util = new window.publicMethod() ; ...@@ -162,7 +162,7 @@ const util = new window.publicMethod() ;
}) })
}, },
modiyAddress(){ modiyAddress(){
let str = this.detail.updateApplyAddress || this.detail.addressName let str = this.detail.updateApplyAddress || this.detail.addressName || ''
let city = '' let city = ''
let area = '' let area = ''
for (let key in citys) { for (let key in citys) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!