|
@@ -71,7 +71,12 @@
|
|
|
|
|
|
<view class="settlement-freight flex">
|
|
|
<text>留言</text>
|
|
|
+ <!-- #ifndef MP-ALIPAY -->
|
|
|
<u-input v-model="info.memo" placeholder="请输入留言" clearable inputAlign="right" border="none" />
|
|
|
+ <!-- #endif -->
|
|
|
+ <!-- #ifdef MP-ALIPAY -->
|
|
|
+ <u-input v-model="info.memo" placeholder="请输入留言" inputAlign="right" border="none" />
|
|
|
+ <!-- #endif -->
|
|
|
</view>
|
|
|
<view class="settlement-freight flex">
|
|
|
<text>运费</text>
|
|
@@ -203,8 +208,8 @@
|
|
|
// #ifdef MP-ALIPAY
|
|
|
my.tradePay({
|
|
|
tradeNO: ele.data.pay_info,
|
|
|
- success(res) {
|
|
|
- if(res.resultCode == '9000'){
|
|
|
+ success(resu) {
|
|
|
+ if(resu.resultCode == '9000'){
|
|
|
uni.showToast({
|
|
|
title: '支付成功',
|
|
|
icon: 'success',
|