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

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

@ -185,7 +185,7 @@
<view class="activity">
<!-- <view class="left" @click="goNews" 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 class="right">
<!-- <view class="rightContent"> -->
@ -1786,7 +1786,7 @@
image {
width: 100%;
height: auto;
height: 100%;
}
}

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

Loading…
Cancel
Save