退货退款以及首页图片大小改动

main
shuxiaoquan 8 months ago
parent 323486daa3
commit 6484da4a5c
  1. 4
      pages/index/index.vue
  2. 5
      pages/order/refund/refund.vue

@ -185,7 +185,7 @@
<view class="activity"> <view class="activity">
<!-- <view class="left" @click="goNews" v-if="wxAppSetting.service"> --> <!-- <view class="left" @click="goNews" v-if="wxAppSetting.service"> -->
<view class="left" v-if="wxAppSetting.service"> <view class="left" v-if="wxAppSetting.service">
<image :src="$picUrl+'/static/index/activity.png?t='+timestamp" mode="widthFix"></image> <image :src="$picUrl+'/static/index/activity.png?t='+timestamp"></image>
</view> </view>
<view class="right"> <view class="right">
<!-- <view class="rightContent"> --> <!-- <view class="rightContent"> -->
@ -1786,7 +1786,7 @@
image { image {
width: 100%; width: 100%;
height: auto; height: 100%;
} }
} }

@ -199,7 +199,8 @@
}, },
// //
toDetail(canReset = false) { toDetail(canReset = false) {
const app = this const app = this
console.log(app.type == 1? 10 : (app.type == 2?30:20))
if (app.logisticsIndex == -1) { if (app.logisticsIndex == -1) {
uni.showToast({ uni.showToast({
title: '请选择收货状态', title: '请选择收货状态',
@ -235,7 +236,7 @@
} }
app.isLoading = true; app.isLoading = true;
let obj = { let obj = {
type: app.type == 1? 10 : 30, type: app.type == 1? 10 : (app.type == 2?30:20),
content: app.contentNotes, content: app.contentNotes,
images: app.imagesId, images: app.imagesId,
phone: app.phone, phone: app.phone,

Loading…
Cancel
Save