Commit 05020f1dd572dba28ed86d064b746b64bbd41d6a
1 parent
9b080347
fix删除多余的井号
Showing
1 changed file
with
1 additions
and
1 deletions
packageA/pages/cardList/cardList.wxml
... | ... | @@ -36,7 +36,7 @@ |
36 | 36 | style="margin-bottom: 20rpx;"> |
37 | 37 | <view style="width: 100%;"> |
38 | 38 | <image style="width: 100%;" lazy-load="true" binderror="bind_bnerr" data-errorimg="list.pageData[{{index}}].imgUrl" |
39 | - src="{{imghost}}{{item.img_url && item.img_url!=''?item.imgUrl:'/miniapp/images/default_g_img.gif'}}" mode="aspectFill"/></view> | |
39 | + src="{{imghost}}{{item.imgUrl && item.imgUrl!=''?item.imgUrl:'/miniapp/images/default_g_img.gif'}}" mode="aspectFill"/></view> | |
40 | 40 | <view class="flex fdc space-bt f1 pdl20"> |
41 | 41 | <view> |
42 | 42 | <view class="pdv20 fs28"><text class="ellipsis-2">{{item.serviceName}}</text></view> | ... | ... |