|
@@ -24,7 +24,7 @@
|
|
|
</view>
|
|
|
<view class="des">
|
|
|
<view>满<text>{{item.goldLimit}}</text></view>
|
|
|
- <u-image mode="scaleToFill" width="30rpx" height="30rpx" src="/static/ledou.png"></u-image>
|
|
|
+ <u-image mode="scaleToFill" width="26rpx" height="26rpx" src="/static/ledou.png"></u-image>
|
|
|
<view>才可购买</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -52,7 +52,7 @@
|
|
|
<view class="goods-price">
|
|
|
<view>
|
|
|
<text>{{good.goods.sellGold}}</text>
|
|
|
- <u-image mode="scaleToFill" width="35rpx" height="35rpx" src="/static/ledou.png"></u-image>
|
|
|
+ <u-image mode="scaleToFill" width="30rpx" height="30rpx" src="/static/ledou.png"></u-image>
|
|
|
</view>
|
|
|
<view v-if="good.goods.inventoryQty>0">
|
|
|
<u-number-box @change="goodsNumsChange(good)" :min="1" v-model="good.buyQty"></u-number-box>
|
|
@@ -79,7 +79,7 @@
|
|
|
<view v-if="!isEdit">
|
|
|
<view class="heji">
|
|
|
<view>总计:<text>{{totalPrice}}</text></view>
|
|
|
- <u-image mode="scaleToFill" width="40rpx" height="40rpx" src="/static/ledou.png"></u-image>
|
|
|
+ <u-image mode="scaleToFill" width="35rpx" height="35rpx" src="/static/ledou.png"></u-image>
|
|
|
</view>
|
|
|
<u-button size="mini" :custom-style="toOrderButton" type="error" @click="toOrder">立即下单</u-button>
|
|
|
</view>
|