修改退款图片展示宽高

This commit is contained in:
tangxinyue 2026-06-12 16:49:12 +08:00
parent 4d15da3c52
commit dbc666a90d
2 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@ export function createApp() {
app.config.globalProperties.$system = plus.os.name; app.config.globalProperties.$system = plus.os.name;
// #endif // #endif
app.config.globalProperties.$systemInfo = systemInfo app.config.globalProperties.$systemInfo = systemInfo
uni.setStorageSync('version', '1.0.6.sp10') uni.setStorageSync('version', '1.0.6.sp11')
app.config.globalProperties.$version = uni.getStorageSync('version') app.config.globalProperties.$version = uni.getStorageSync('version')
app.use(globalMethods); app.use(globalMethods);
return { return {

View File

@ -91,7 +91,7 @@
<view class="shop-name-box flex-align-center flex-justify-between refunding-style" <view class="shop-name-box flex-align-center flex-justify-between refunding-style"
v-if="order.statusType == 'refunding'"> v-if="order.statusType == 'refunding'">
<image v-if="order.shopImg" class="refund-shop" style="height: 70rpx;width: 70rpx;margin-right: 18rpx;" <image v-if="order.shopImg" class="refund-shop" style="height: 70rpx;width: 70rpx;margin-right: 18rpx;"
:src="order.shopImg"> :src="order.shopImg" mode="aspectFill">
</image> </image>
<view class="flex-1 flex-column"> <view class="flex-1 flex-column">
<text class="shop-name">{{ order.shopName }}</text> <text class="shop-name">{{ order.shopName }}</text>
@ -104,8 +104,8 @@
</view> </view>
<!-- 商店名称 --> <!-- 商店名称 -->
<view class="shop-name-box flex-align-center" v-if="order.statusType != 'refunding'"> <view class="shop-name-box flex-align-center" v-if="order.statusType != 'refunding'">
<image style="height: 28rpx;width: 28rpx;" :src="`/static/image/shopping/taobao/${order.shopType}.png`" <image style="height: 28rpx;" :src="`/static/image/shopping/taobao/${order.shopType}.png`"
mode="aspectFill"> mode="heightFix">
</image> </image>
<text class="shop-name">{{ order.shopName }} </text> <text class="shop-name">{{ order.shopName }} </text>
<uni-icons type="right" size="14" color="#8C8C8C"></uni-icons> <uni-icons type="right" size="14" color="#8C8C8C"></uni-icons>