Commit 38e2578c authored by 潘永坪's avatar 潘永坪

图片处理

parent 6e30a53d
......@@ -31,7 +31,7 @@
<view class="list">
<view class="list-wrap" @click="goSuodao()">
<view class="list-head">
<image src="http://lx.pangdly.com/static/img/sodao.1cdf287.jpg" mode="widthFix">
<image src="http://lx.pangdly.com/img/sodao.1cdf287.jpg" mode="widthFix">
</image>
<view class="address">
......@@ -65,7 +65,7 @@
<view class="list-wrap" @click="goGuoji()">
<view class="list-head">
<image src="http://lx.pangdly.com/static/img/yunduan.331a774.jpg" mode="widthFix">
<image src="http://lx.pangdly.com/img/yunduan.331a774.jpg" mode="widthFix">
</image>
<view class="address">
......@@ -99,7 +99,7 @@
<view class="list-wrap" @click="goLiangjiang()">
<view class="list-head">
<image src="http://lx.pangdly.com/static/img/liangjiang.097258e.jpg" mode="widthFix">
<image src="http://lx.pangdly.com/img/liangjiang.097258e.jpg" mode="widthFix">
</image>
<view class="address">
......@@ -134,7 +134,7 @@
<view class="list-wrap" @click="goHuiguan()">
<view class="list-head">
<image src="http://lx.pangdly.com/static/img/huiguan.c00da69.jpg" mode="widthFix">
<image src="http://lx.pangdly.com/img/huiguan.c00da69.jpg" mode="widthFix">
</image>
<view class="address">
......@@ -176,13 +176,13 @@ export default {
currentNum:0,//轮播图下标
list: [//轮播图图片
{
url: 'http://lx.pangdly.com/static/img/home1.69efcf8.jpg'
url: 'http://lx.pangdly.com/img/home1.69efcf8.jpg'
},
{
url: 'http://lx.pangdly.com/static/img/home2.2ec1a04.jpg'
url: 'http://lx.pangdly.com/img/home2.2ec1a04.jpg'
},
{
url: 'http://lx.pangdly.com/static/img/home3.df60ec3.jpg'
url: 'http://lx.pangdly.com/img/home3.df60ec3.jpg'
}
],
iconList:[//图标列表
......
......@@ -149,13 +149,13 @@ export default {
currentNum:0,//轮播图下标
list: [//轮播图图片
{
url: 'http://lx.pangdly.com/static/img/home1.69efcf8.jpg'
url: 'http://lx.pangdly.com/img/home1.69efcf8.jpg'
},
{
url: 'http://lx.pangdly.com/static/img/home2.2ec1a04.jpg'
url: 'http://lx.pangdly.com/img/home2.2ec1a04.jpg'
},
{
url: 'http://lx.pangdly.com/static/img/home3.df60ec3.jpg'
url: 'http://lx.pangdly.com/img/home3.df60ec3.jpg'
}
],
tabList: [{
......
......@@ -127,7 +127,7 @@ export default {
this.initDetail()
} else {
uni.showToast({
title: res.message,
title: res.message+uni.getStorageSync('appid'),
icon: 'none'
})
}
......
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