Authored by bevishuang

替换详情底部图片

... ... @@ -88,6 +88,7 @@ const ASSIST_FAIL = 2;
Page(Object.assign({
data: {
bottomSrc: 'https://img11.static.yhbimg.com/yhb-img01/2019/08/20/16/01d8d8964fa9fb42fe83b1aa3d0e669f37.jpg',
productSkn: 0,
productName: '',
limitProductCode: '',
... ...
... ... @@ -53,7 +53,7 @@
</view>
</view>
<image class="bottom-image" lazy-load bindtap="goYohobuy" src="../../../static/images/bottom.png"></image>
<image class="bottom-image" lazy-load bindtap="goYohobuy" src="{{bottomSrc}}"></image>
<view wx:if="{{showAssistList}}" style="height:70rpx;"></view>
<view style="height:100rpx;"></view>
... ...