|
@@ -92,7 +92,7 @@
|
|
|
<view class="Refund_view_title">请选择退货/退款原因</view>
|
|
|
<view class="">
|
|
|
<scroll-view :scroll-top="scrollTop" scroll-y="true" :style="{'height':'400rpx'}">
|
|
|
- <u-radio-group v-······model="reason" placement="column">
|
|
|
+ <u-radio-group v-model="reason" placement="column">
|
|
|
<u-radio :customStyle="{marginBottom: '8px'}" v-for="(item, index) in reasonList"
|
|
|
:key="index" :label="item.reason" :name="item.reason">
|
|
|
</u-radio>
|
|
@@ -179,7 +179,8 @@
|
|
|
afterSalesGoodsList: afterSalesGoods
|
|
|
};
|
|
|
afterSalesSubmit(params).then(res => {
|
|
|
- uni.$u.toast(res.msg)
|
|
|
+ // uni.$u.toast(res.msg)
|
|
|
+ uni.navigateBack();
|
|
|
}).catch(err => {
|
|
|
uni.$u.toast(err.msg)
|
|
|
})
|
|
@@ -213,4 +214,4 @@
|
|
|
<style lang="scss" scoped>
|
|
|
@import "/static/css/common.css";
|
|
|
@import './index.rpx.css';
|
|
|
-</style>
|
|
|
+</style>
|