Commit 9b080347b3ef8f33dc30eeb4ea3cc1ae2867730d

Authored by 泉州测试
1 parent 30893cca

fix:删除多余的井号

packageA/pages/cardList/cardList.wxml
@@ -29,14 +29,14 @@ @@ -29,14 +29,14 @@
29 </block> 29 </block>
30 <!-- 一列和俩列 --> 30 <!-- 一列和俩列 -->
31 <block wx:else> 31 <block wx:else>
32 - <view class="pd20 flex-set" style="background-color: #{{object.bg_color}};"> 32 + <view class="pd20 flex-set" style="background-color: {{object.bg_color}};">
33 <!-- 1列 2列 --> 33 <!-- 1列 2列 -->
34 <view wx:for="{{list.pageData}}" class="{{object.column=='1'?'w100':'w50'}} {{index%2==1?'ml':''}} bg-white" 34 <view wx:for="{{list.pageData}}" class="{{object.column=='1'?'w100':'w50'}} {{index%2==1?'ml':''}} bg-white"
35 bindtap="go_goods" data-gid="{{item.id}}" 35 bindtap="go_goods" data-gid="{{item.id}}"
36 style="margin-bottom: 20rpx;"> 36 style="margin-bottom: 20rpx;">
37 <view style="width: 100%;"> 37 <view style="width: 100%;">
38 <image style="width: 100%;" lazy-load="true" binderror="bind_bnerr" data-errorimg="list.pageData[{{index}}].imgUrl" 38 <image style="width: 100%;" lazy-load="true" binderror="bind_bnerr" data-errorimg="list.pageData[{{index}}].imgUrl"
39 - src="{{imghost}}{{item.imgUrl && item.imgUrl!=''?item.imgUrl:'/miniapp/images/default_g_img.gif'}}" mode="aspectFill"/></view> 39 + src="{{imghost}}{{item.img_url && item.img_url!=''?item.imgUrl:'/miniapp/images/default_g_img.gif'}}" mode="aspectFill"/></view>
40 <view class="flex fdc space-bt f1 pdl20"> 40 <view class="flex fdc space-bt f1 pdl20">
41 <view> 41 <view>
42 <view class="pdv20 fs28"><text class="ellipsis-2">{{item.serviceName}}</text></view> 42 <view class="pdv20 fs28"><text class="ellipsis-2">{{item.serviceName}}</text></view>