jiazhipeng 6 months ago
parent
commit
9c96813fe2
  1. 2
      pages/info/roadInfo/index.js
  2. 2
      pages/search/list/index.wxml

2
pages/info/roadInfo/index.js

@ -218,7 +218,7 @@ Page({
if (res&&Array.isArray(res.data)&&res.data.length>0) {
res.data.forEach(v => {
v.sku.is_compose = 1;
v.num = this.data.producNum * v.producNum;
v.num = this.data.producNum * v.num;
v.sku.compose_sku_id = v.compose_sku_id
});
app.globalData.list = []

2
pages/search/list/index.wxml

@ -48,7 +48,7 @@
<view class="product-item" wx:if="{{item.ext.type=='line'}}">
<image lazy-load class="product-img" src="{{item.ext.headimg}}" mode="aspectFill"></image>
<view class="product-info">
<view class="product-title">{{item.title}}</view>
<view class="product-title textOver2">{{item.title}}</view>
<view class="sale-rate" style="margin-top:15rpx"><text style="color:#D62828;margin-right:20rpx">{{item.ext.rate}}分</text><text>月销{{item.ext.sales_number}}份</text></view>
<view class="scene-tags textOver" style="margin-top:15rpx;margin-bottom:10rpx">
<text class="scene-tag textOver" wx:for="{{item.ext.display_tags}}">{{item}}</text>

Loading…
Cancel
Save