新增退货流程
This commit is contained in:
@@ -54,8 +54,13 @@ Page({
|
||||
* 支付订单
|
||||
*/
|
||||
payClick() {
|
||||
let payData = {
|
||||
order_id : this.data.goodsData.order_id,
|
||||
order_no : this.data.goodsData.order_no,
|
||||
order_type : this.data.goodsData.order_type
|
||||
}
|
||||
wx.navigateTo({
|
||||
url: '/pages/pay/index?order_no=' + this.data.goodsData.order_no + '&total=' + this.data.goodsData.total
|
||||
url: '/pages/pay/index?params=' + encodeURIComponent(JSON.stringify(payData))
|
||||
})
|
||||
},
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<view class="orderData">
|
||||
<view class="While">
|
||||
<view class="orderData-cont-label">
|
||||
<image class="orderData-cont-img" src="https://cdn.shuiganying.com/images/2023/04/04/3b3938e3a883e6b173b4d49a5242666a.png" mode="aspectFill"></image>
|
||||
<image class="orderData-cont-img" src="/static/icons/copy_icon.png" mode="aspectFill"></image>
|
||||
<view class="orderData-cont-text">
|
||||
<view class="orderData-cont-name">订单编号</view>
|
||||
<view class="orderData-cont-copy">
|
||||
|
||||
@@ -215,7 +215,7 @@ page {
|
||||
}
|
||||
|
||||
.reserve-status {
|
||||
color: #ff8100
|
||||
color: #da2b54
|
||||
}
|
||||
|
||||
/* 底部菜单 */
|
||||
|
||||
Reference in New Issue
Block a user