ios付款方式调整 引入申诉反馈功能
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<!-- 公共组件-每个页面必须引入 -->
|
||||
<public-module></public-module>
|
||||
<z-nav-bar title="订单详情"></z-nav-bar>
|
||||
<view class="adDefault" v-if="consigneeShow && orderContet.orderType == 'order'">
|
||||
<view class="adDefault" v-if="consigneeShow && orderContet.orderType == 'order'">
|
||||
<view class="defalTop">
|
||||
<text class="userName">
|
||||
{{orderContet.consignee.consigneeName}}
|
||||
|
||||
@@ -72,26 +72,26 @@
|
||||
</view>
|
||||
</view>
|
||||
<!-- 支付列表 -->
|
||||
<view class="zhif_fangsh" >
|
||||
<view class="zhif_fangsh" v-if="isAndorid">
|
||||
<view class="zhif_radio">
|
||||
<u-radio-group v-model="payType">
|
||||
<view style="width: 100%;">
|
||||
<view v-for="(item, index) in paylist" class="zhif_xuanx">
|
||||
<image :src="item.img"></image>
|
||||
{{item.title}}
|
||||
<span v-if="item.id == 4"
|
||||
style="color: #bbb; margin-left: 10px;">{{userMes.peanutCoin}}天医币可用</span>
|
||||
<span @click.stop="buPoint" style="color: #bf0c0c; margin-left: 10px;" v-if="item.id == 4"
|
||||
class="chongBtn">去充值</span>
|
||||
<u-radio :key="index" activeColor="#fe6e09" :name='item.id'
|
||||
style="float: right;margin-top: 5rpx;"></u-radio>
|
||||
<image :src="item.img"></image>
|
||||
{{item.title}}
|
||||
<span v-if="item.id == 4"
|
||||
style="color: #bbb; margin-left: 10px;">{{userMes.peanutCoin}}天医币可用</span>
|
||||
<span @click.stop="buPoint" style="color: #bf0c0c; margin-left: 10px;" v-if="item.id == 4"
|
||||
class="chongBtn">去充值</span>
|
||||
<u-radio :key="index" activeColor="#fe6e09" :name='item.id'
|
||||
style="float: right;margin-top: 5rpx;"></u-radio>
|
||||
</view>
|
||||
</view>
|
||||
</u-radio-group>
|
||||
</view>
|
||||
</view>
|
||||
<!-- ios支付列表 -->
|
||||
<!-- <view class="zhif_fangsh" v-else>
|
||||
<view class="zhif_fangsh" v-else>
|
||||
<view class="zhif_radio">
|
||||
<u-radio-group v-model="payType">
|
||||
<view style="width: 100%;">
|
||||
@@ -108,7 +108,7 @@
|
||||
</view>
|
||||
</u-radio-group>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
|
||||
<view class="footer">
|
||||
<view class="commodityPrice" v-if="payType != 4">
|
||||
@@ -244,7 +244,7 @@
|
||||
isSend: '0',
|
||||
farePrice: 0,
|
||||
realPrice: 0,
|
||||
payType: 1,
|
||||
payType:null,
|
||||
nowClick: true,
|
||||
paylist: [{
|
||||
title: '支付宝',
|
||||
@@ -267,26 +267,22 @@
|
||||
// img: '../../static/icon/pay_2.png'
|
||||
// }
|
||||
],
|
||||
paylistIos: [{
|
||||
title: '支付宝',
|
||||
id: 2,
|
||||
img: '../../static/icon/pay_1.png'
|
||||
},
|
||||
{
|
||||
title: '微信',
|
||||
id: 1,
|
||||
img: '../../static/icon/pay_2.png'
|
||||
},
|
||||
paylistIos: [
|
||||
// {
|
||||
// title: '天医币购买',
|
||||
// id: 4,
|
||||
// img: '../../static/icon/oder_chong.png'
|
||||
// title: '支付宝',
|
||||
// id: 2,
|
||||
// img: '../../static/icon/pay_1.png'
|
||||
// },
|
||||
// {
|
||||
// title: 'ios内购',
|
||||
// id: 3,
|
||||
// title: '微信',
|
||||
// id: 1,
|
||||
// img: '../../static/icon/pay_2.png'
|
||||
// }
|
||||
// },
|
||||
{
|
||||
title: '天医币购买',
|
||||
id: 4,
|
||||
img: '../../static/icon/oder_chong.png'
|
||||
}
|
||||
],
|
||||
}
|
||||
},
|
||||
@@ -299,7 +295,6 @@
|
||||
this.shangIDNum = e.list
|
||||
}
|
||||
// this.getYunFei()
|
||||
|
||||
this.getData()
|
||||
this.getOS()
|
||||
},
|
||||
@@ -315,11 +310,11 @@
|
||||
|
||||
} else if (this.typeId == 0) {
|
||||
this.getShangList(this.shangIDNum);
|
||||
}
|
||||
}
|
||||
// this.getUserAddress()
|
||||
},
|
||||
computed: {
|
||||
...mapState(['userInfo']),
|
||||
...mapState(['userInfo']),
|
||||
},
|
||||
components: {
|
||||
musicPlay
|
||||
@@ -332,8 +327,10 @@
|
||||
// console.log(oprateOs)
|
||||
if (oprateOs == 'android') {
|
||||
this.isAndorid = true
|
||||
this.payType = 1
|
||||
} else {
|
||||
this.isAndorid = false
|
||||
this.payType = 4
|
||||
}
|
||||
},
|
||||
// 充值天医币
|
||||
|
||||
Reference in New Issue
Block a user