Browse Source

iamge修改

master
xpz2018 6 years ago
parent
commit
55a60d7c30
3 changed files with 8 additions and 5 deletions
  1. 6
      pages/home/password/index.wxml
  2. 3
      pages/mall/search-list/index.json
  3. 4
      pages/mall/search-list/index.wxml

6
pages/home/password/index.wxml

@ -1,7 +1,7 @@
<!--pages/home/password/index.wxml--> <!--pages/home/password/index.wxml-->
<cu-custom bgColor="bg-blue" isBack="{{true}}">
<view slot="backText">返回</view>
<view slot="content">密码重置</view>
<cu-custom bgColor="bg-white" isBack="{{true}}">
<view slot="backText">返回</view>
<view slot="content" style="color:black;font-size:18px">密码重置</view>
</cu-custom> </cu-custom>
<view class="padding content-box"> <view class="padding content-box">

3
pages/mall/search-list/index.json

@ -2,6 +2,7 @@
"usingComponents": { "usingComponents": {
"refresh-view": "/components/refresh-view/index", "refresh-view": "/components/refresh-view/index",
"wux-button": "/components/button/index", "wux-button": "/components/button/index",
"wux-tab": "/components/tab/index"
"wux-tab": "/components/tab/index",
"wux-image": "/components/image/index"
} }
} }

4
pages/mall/search-list/index.wxml

@ -34,7 +34,9 @@
<scroll-view scroll-y style="height:{{height - 100}}rpx;padding: 0rpx 24rpx" wx:else bindscrolltolower="fetchTaskList"> <scroll-view scroll-y style="height:{{height - 100}}rpx;padding: 0rpx 24rpx" wx:else bindscrolltolower="fetchTaskList">
<view wx:for-item="pageItem" wx:for-index="pageIndex" wx:for="{{taskList}}" wx:key="pageIndex"> <view wx:for-item="pageItem" wx:for-index="pageIndex" wx:for="{{taskList}}" wx:key="pageIndex">
<view class="flex content" wx:for="{{pageItem}}" wx:key="index" data-page="{{pageIndex}}" data-index="{{index}}" bindtap="lookItem"> <view class="flex content" wx:for="{{pageItem}}" wx:key="index" data-page="{{pageIndex}}" data-index="{{index}}" bindtap="lookItem">
<image class="page-icon" src="{{'https://goss.veer.com/creative/vcg/veer/800water/veer-305105618.jpg'}}" lazy-load="{{true}}" mode="aspectFill"></image>
<wux-image width="{{120}}" height="{{120}}" wux-class="page-icon" src="{{item.litimgUrl}}" mode="{{aspectFill}}">
<text class="icon--refresher" slot="loading"></text>
</wux-image>
<view style="flex:1;padding:16rpx"> <view style="flex:1;padding:16rpx">
<view class="flex flex-justify"> <view class="flex flex-justify">
<view class="page-name">{{item.name}}</view> <view class="page-name">{{item.name}}</view>

Loading…
Cancel
Save