|
@@ -15,35 +15,46 @@
|
|
|
<view class="container1">
|
|
<view class="container1">
|
|
|
现代简约沙发
|
|
现代简约沙发
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="container1" style='width:2rpx;height:40rpx;background-color:#1E90FF;margin-left:484rpx;'>
|
|
|
|
|
|
|
+ <view class="container1" style='width:2rpx;height:40rpx;background-color:#1E90FF;margin-left:540rpx;'>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="container1" style="margin-left:500rpx;color:#1E90FF;margin-top:20rpx">
|
|
|
|
|
|
|
+ <view class="container1" style="margin-left:560rpx;color:#1E90FF;margin-top:20rpx">
|
|
|
{{ weather }}
|
|
{{ weather }}
|
|
|
</view>
|
|
</view>
|
|
|
- <view class='container1' style='margin-left:560rpx'>
|
|
|
|
|
|
|
+ <view class='container1' style='margin-left:618rpx'>
|
|
|
<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/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/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=='阵雨'}}" 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>
|
|
<image wx:if="{{weather!='多云'&&weather!='晴'&&weather!='阴'&&weather!='阵雨'}}" src="../../images/weather/yu.png" style='margin-top:0rpx;width:40rpx;height:40rpx'></image>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="container1" style="margin-left:600rpx;color:#1E90FF;margin-top:20rpx">
|
|
|
|
|
|
|
+ <view class="container1" style="margin-left:660rpx;color:#1E90FF;margin-top:20rpx">
|
|
|
{{ temp }}°
|
|
{{ temp }}°
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
|
- <view class='weui-flex' style='border-bottom: 2rpx #D3D3D3 solid'>
|
|
|
|
|
|
|
+ <!-- <view class='weui-flex' style='border-bottom: 2rpx #D3D3D3 solid'>
|
|
|
<view class='weui-flex__item'>
|
|
<view class='weui-flex__item'>
|
|
|
<navigator target="miniProgram" open-type="navigate" app-id="wx605448628d21d682" path="/pages/index/index" extra-data="" version="release">
|
|
<navigator target="miniProgram" open-type="navigate" app-id="wx605448628d21d682" path="/pages/index/index" extra-data="" version="release">
|
|
|
<image src='../../images/jiajuhuace.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>
|
|
|
|
|
|
|
+ </navigator>
|
|
|
</view>
|
|
</view>
|
|
|
<view class='weui-flex__item' style='margin-left:45rpx;'>
|
|
<view class='weui-flex__item' style='margin-left:45rpx;'>
|
|
|
<image src='../../images/jiajushouhou.png' style='height:100rpx;width:90%;margin-top:0;' bindtap='goShouhou'></image>
|
|
<image src='../../images/jiajushouhou.png' style='height:100rpx;width:90%;margin-top:0;' bindtap='goShouhou'></image>
|
|
|
<image src='../../images/chajindu.png' style='height:100rpx;width:90%;' bindtap='goJingdu'></image>
|
|
<image src='../../images/chajindu.png' style='height:100rpx;width:90%;' bindtap='goJingdu'></image>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+ </view> -->
|
|
|
|
|
+ <view style='width:100%;border-bottom: 2rpx #D3D3D3 solid;height:230rpx;margin-top:8rpx'>
|
|
|
|
|
+ <view style='float:left;width:342rpx;'>
|
|
|
|
|
+ <navigator target="miniProgram" open-type="navigate" app-id="wx605448628d21d682" path="/pages/index/index" extra-data="" version="release">
|
|
|
|
|
+ <image src='../../images/jiajuhuace.png' style='height:210rpx;width:304rpx;margin-left:30rpx;margin-top:0;'></image>
|
|
|
|
|
+ </navigator>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ <view style='float:left;width:408rpx;'>
|
|
|
|
|
+ <image src='/images/jiajushouhou.png' style='height:100rpx;width:378rpx;' bindtap='goShouhou'></image>
|
|
|
|
|
+ <image src='/images/chajindu.png' style='height:100rpx;width:378rpx;margin-top:-2rpx' bindtap='goJingdu'></image>
|
|
|
|
|
+ </view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="relative" style='border-bottom: 2rpx #D3D3D3 solid'>
|
|
|
|
|
|
|
+ <view class="relative" style='border-bottom: 2rpx #D3D3D3 solid;margin-top:0rpx;'>
|
|
|
<image class="pic_background" src="../../images/xinwenzixun.png"></image>
|
|
<image class="pic_background" src="../../images/xinwenzixun.png"></image>
|
|
|
<view class="container1" style='color:#000;margin-left:270rpx'>
|
|
<view class="container1" style='color:#000;margin-left:270rpx'>
|
|
|
{{ sysinfo.notice }}
|
|
{{ sysinfo.notice }}
|
|
@@ -92,8 +103,10 @@
|
|
|
<image class="pic_background" src="../../images/jiajudapei.png"></image>
|
|
<image class="pic_background" src="../../images/jiajudapei.png"></image>
|
|
|
<scroll-view class="marketlist" scrollX="true">
|
|
<scroll-view class="marketlist" scrollX="true">
|
|
|
<view class="marketlist_one" wx:for="{{goods}}" wx:key="{{item.value}}">
|
|
<view class="marketlist_one" wx:for="{{goods}}" wx:key="{{item.value}}">
|
|
|
- <image mode="aspectFill" src="{{item.img}}" style="border-radius:10rpx;"></image>
|
|
|
|
|
- <view class="gobyndsingle">¥{{ item.price}}</view>
|
|
|
|
|
|
|
+ <navigator target="miniProgram" open-type="navigate" app-id="{{sysinfo.goods_app_id}}" path="{{sysinfo.goods_app_path}}" data-id="{{item.goods_id}}" version="release">
|
|
|
|
|
+ <image mode="aspectFill" src="{{item.img}}" style="border-radius:10rpx;"></image>
|
|
|
|
|
+ <view class="gobyndsingle">{{item.name}}</view>
|
|
|
|
|
+ </navigator>
|
|
|
</view>
|
|
</view>
|
|
|
</scroll-view>
|
|
</scroll-view>
|
|
|
</view>
|
|
</view>
|