|
| xqd
@@ -11,7 +11,7 @@
|
|
|
</block>
|
|
|
</swiper>
|
|
|
<view class="relative">
|
|
|
- <image class="pic_background" src="../../images/搜索.png"></image>
|
|
|
+ <image class="pic_background" src="../../images/sousuo.png"></image>
|
|
|
<view class="container">
|
|
|
现代简约沙发
|
|
|
</view>
|
|
| xqd
@@ -19,7 +19,11 @@
|
|
|
|{{ weather }}
|
|
|
</view>
|
|
|
<view class='container' style='margin-left:560rpx'>
|
|
|
- <image src="../../images/weather/{{weather}}.png" style='margin-top:0rpx;width:40rpx;height:40rpx'></image>
|
|
|
+ <image wx:if="{{weather=='多云'}}" src="../../images/weather/duoyun.png" style='margin-top:0rpx;width:40rpx;height:40rpx'></image>
|
|
|
+ <image wx:if="{{weather=='晴'}}" src="../../images/weather/qing.png" style='margin-top:0rpx;width:40rpx;height:40rpx'></image>
|
|
|
+ <image wx:if="{{weather=='阵雨'}}" src="../../images/weather/zhenyu.png" style='margin-top:0rpx;width:40rpx;height:40rpx'></image>
|
|
|
+ <image wx:if="{{weather!='多云'&&weather!='晴'&&weather!='阴'&&weather!='阵雨'}}" src="../../images/weather/yu.png" style='margin-top:0rpx;width:40rpx;height:40rpx'></image>
|
|
|
+
|
|
|
</view>
|
|
|
<view class="container" style="margin-left:600rpx;color:#1E90FF;margin-top:20rpx">
|
|
|
{{ temp }}°
|
|
| xqd
@@ -30,36 +34,36 @@
|
|
|
<view class='weui-flex' style='border-bottom: 2rpx #D3D3D3 solid'>
|
|
|
<view class='weui-flex__item'>
|
|
|
<navigator target="miniProgram" open-type="navigate" app-id="wx605448628d21d682" path="/pages/index/index" extra-data="" version="release">
|
|
|
- <image src='../../images/家具画册.png' style='height:215rpx;width:100%;margin:20rpx;margin-top:0;'></image>
|
|
|
+ <image src='../../images/jiajuhuace.png' style='height:215rpx;width:100%;margin:20rpx;margin-top:0;'></image>
|
|
|
</navigator>
|
|
|
</view>
|
|
|
<view class='weui-flex__item' style='margin-left:45rpx;'>
|
|
|
- <image src='../../images/家具售后.png' style='height:100rpx;width:90%;margin-top:0;'></image>
|
|
|
- <image src='../../images/查进度.png' style='height:100rpx;width:90%;'></image>
|
|
|
+ <image src='../../images/jiajushouhou.png' style='height:100rpx;width:90%;margin-top:0;'></image>
|
|
|
+ <image src='../../images/chajindu.png' style='height:100rpx;width:90%;'></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="relative" style='border-bottom: 2rpx #D3D3D3 solid'>
|
|
|
- <image class="pic_background" src="../../images/新闻咨询.png"></image>
|
|
|
+ <image class="pic_background" src="../../images/xinwenzixun.png"></image>
|
|
|
<view class="container" style='color:#000;margin-left:270rpx'>
|
|
|
{{ sysinfo.notice }}
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class='weui-flex' style='border-bottom: 2rpx #D3D3D3 solid'>
|
|
|
<view class='weui-flex__item'>
|
|
|
- <image src='../../images/新品按钮.png' style='height:110rpx;width:40%;margin-left:30%;margin-top:10rpx'></image>
|
|
|
+ <image src='../../images/xinpinganniu.png' style='height:110rpx;width:40%;margin-left:30%;margin-top:10rpx'></image>
|
|
|
</view>
|
|
|
<view class='weui-flex__item'>
|
|
|
- <image src='../../images/特惠按钮.png' style='height:110rpx;width:40%;margin-left:30%;margin-top:10rpx'></image>
|
|
|
+ <image src='../../images/tehuianniu.png' style='height:110rpx;width:40%;margin-left:30%;margin-top:10rpx'></image>
|
|
|
</view>
|
|
|
<view class='weui-flex__item'>
|
|
|
- <image src='../../images/拼团按钮.png' style='height:110rpx;width:40%;margin-left:30%;margin-top:10rpx'></image>
|
|
|
+ <image src='../../images/pingtuananniu.png' style='height:110rpx;width:40%;margin-left:30%;margin-top:10rpx'></image>
|
|
|
</view>
|
|
|
<view class='weui-flex__item'>
|
|
|
- <image src='../../images/秒杀按钮.png' style='height:110rpx;width:40%;margin-left:30%;margin-top:10rpx'></image>
|
|
|
+ <image src='../../images/miaoshaanniu.png' style='height:110rpx;width:40%;margin-left:30%;margin-top:10rpx'></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="relative" style='height:360rpx;border-bottom: 2rpx #D3D3D3 solid'>
|
|
|
- <image class="pic_background" src="../../images/家具搭配框架.png"></image>
|
|
|
+ <image class="pic_background" src="../../images/jiajudapei.png"></image>
|
|
|
<scroll-view class="marketlist" scrollX="true">
|
|
|
<view class="marketlist_one" wx:for="{{goods}}" wx:key="{{item.value}}">
|
|
|
<image mode="aspectFill" src="{{item.img}}" style="border-radius:10rpx;"></image>
|
|
| xqd
@@ -68,19 +72,19 @@
|
|
|
</scroll-view>
|
|
|
</view>
|
|
|
<view class="relative" style='height:70rpx;border-bottom: 2rpx #D3D3D3 solid'>
|
|
|
- <image class="pic_background" src="../../images/新品发布.png"></image>
|
|
|
+ <image class="pic_background" src="../../images/xinpingfabu.png"></image>
|
|
|
<view class="container" wx:if="{{takeup}}">
|
|
|
- <image src='../../images/收起按钮.png' style='height:28rpx;width:80rpx;margin-left:500rpx' bindtap='takeup'></image>
|
|
|
+ <image src='../../images/shouqianniu.png' style='height:28rpx;width:80rpx;margin-left:500rpx' bindtap='takeup'></image>
|
|
|
</view>
|
|
|
<view class="container" wx:if="{{more}}">
|
|
|
- <image src='../../images/更多按钮.png' style='height:28rpx;width:80rpx;margin-left:500rpx' bindtap='more'></image>
|
|
|
+ <image src='../../images/gengduoanniu.png' style='height:28rpx;width:80rpx;margin-left:500rpx' bindtap='more'></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view wx:if="{{takeup}}">
|
|
|
|
|
|
<block wx:for="{{news}}" wx:key="{{index1}}" wx:for-item="item" wx:for-index="index1" >
|
|
|
<view class="relative" style='height:200rpx;border-bottom: 2rpx #D3D3D3 solid' bindtap='toDetail'>
|
|
|
- <image class="pic_background" src="../../images/新品发布框架.png"></image>
|
|
|
+ <image class="pic_background" src="../../images/xinpingfabukuangjia.png"></image>
|
|
|
<view class="container" style='width:400rpx;color:#000;font-size:33rpx;margin-left:30rpx'>
|
|
|
{{ item.title}}
|
|
|
</view>
|