Commit 7168856c authored by Mac's avatar Mac

1

parent 8b44730b
...@@ -229,7 +229,7 @@ ...@@ -229,7 +229,7 @@
:ripple="true" :ripple="true"
shape="circle" shape="circle"
open-type="share" open-type="share"
send-message-title="是好友就帮忙代付" :send-message-path="path" send-message-img="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/zhaoren.png" :send-message-title="zrName" :send-message-path="path" :send-message-img="zrimg"
:custom-style="{ :custom-style="{
backgroundColor: mc, backgroundColor: mc,
width:'350rpx', width:'350rpx',
...@@ -274,6 +274,8 @@ export default { ...@@ -274,6 +274,8 @@ export default {
checked:false, checked:false,
btntext:'提交订单', btntext:'提交订单',
zhaoren:false, zhaoren:false,
zrName:'是好友就帮忙代付',
zrimg:'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/zhaoren.png',
formData: { formData: {
list: [ list: [
{ {
......
...@@ -273,7 +273,7 @@ ...@@ -273,7 +273,7 @@
<view class="item" v-if="orders.OrderStatus == '1'"> <view class="item" v-if="orders.OrderStatus == '1'">
<u-button shape="circle" size="medium" :custom-style="themCustomStyle" <u-button shape="circle" size="medium" :custom-style="themCustomStyle"
open-type="share" open-type="share"
send-message-title="是好友就帮忙代付" :send-message-path="path" send-message-img="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/zhaoren.png" :send-message-title="zrName" :send-message-path="path" :send-message-img="zrimg"
>找人代付</u-button >找人代付</u-button
> >
</view> </view>
...@@ -395,6 +395,8 @@ export default { ...@@ -395,6 +395,8 @@ export default {
orders: {}, orders: {},
loading: true, loading: true,
showReviceModal: false, showReviceModal: false,
zrName:'是好友就帮忙代付',
zrimg:'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/zhaoren.png',
id: 0, id: 0,
payBtn:false, payBtn:false,
payExit:false, payExit:false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment