|
|
@ -153,249 +153,259 @@ |
|
|
|
|
|
|
|
|
<!-- 待发货订单 --> |
|
|
<!-- 待发货订单 --> |
|
|
<template v-if="isList==true && scroll_active==2"> |
|
|
<template v-if="isList==true && scroll_active==2"> |
|
|
<view class="order" v-if="item.pay_status_code==2 && item.shipping_status_code==0" @click="goDetails(0,item.order_id)"> |
|
|
<view v-for="(item,idnex) in orderList" :key="item.order_id"> |
|
|
<view class="order_title"> |
|
|
<view class="order" v-if="item.pay_status_code==2 && item.shipping_status_code==0" @click="goDetails(0,item.order_id)"> |
|
|
<text>To be shipped</text> |
|
|
<view class="order_title"> |
|
|
<view class="order_title_right"> |
|
|
<text>To be shipped</text> |
|
|
<text>order#{{item.order_sn}}</text> |
|
|
<view class="order_title_right"> |
|
|
<image src="../../static/img/right.png" mode=""></image> |
|
|
<text>order#{{item.order_sn}}</text> |
|
|
|
|
|
<image src="../../static/img/right.png" mode=""></image> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="order_content"> |
|
|
<view class="order_content"> |
|
|
<template v-if="item.order_goods.length==1"> |
|
|
<template v-if="item.order_goods.length==1"> |
|
|
<view class="good_info" v-for="(item1,index1) in item.order_goods" :key="index1"> |
|
|
<view class="good_info" v-for="(item1,index1) in item.order_goods" :key="index1"> |
|
|
<view class="good_info_left "> |
|
|
<view class="good_info_left "> |
|
|
<view class="good_info_image" > |
|
|
<view class="good_info_image" > |
|
|
<image :src="item1.goods_img" mode=""></image> |
|
|
<image :src="item1.goods_img" mode=""></image> |
|
|
</view> |
|
|
</view> |
|
|
<view class="left_info"> |
|
|
<view class="left_info"> |
|
|
<view class="info_name">{{item1.goods_name}}</view> |
|
|
<view class="info_name">{{item1.goods_name}}</view> |
|
|
<view class="left_info_bottom"> |
|
|
<view class="left_info_bottom"> |
|
|
<view class="info_lable"> |
|
|
<view class="info_lable"> |
|
|
<text>{{item1.goods_attr |goodsAttr}}</text> |
|
|
<text>{{item1.goods_attr |goodsAttr}}</text> |
|
|
<image src="/static/img/bottom.png" mode=""></image> |
|
|
<image src="/static/img/bottom.png" mode=""></image> |
|
|
</view> |
|
|
|
|
|
<text>×{{item1.goods_number}}</text> |
|
|
</view> |
|
|
</view> |
|
|
<text>×{{item1.goods_number}}</text> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</template> |
|
|
</template> |
|
|
<template v-else> |
|
|
<template v-else> |
|
|
<view class="good_info" @click.stop="showGoods(item.order_goods,1)"> |
|
|
<view class="good_info" @click.stop="showGoods(item.order_goods,1)"> |
|
|
<view class="good_info_left"> |
|
|
<view class="good_info_left"> |
|
|
<view class="good_info_image" v-for="(item1,index1) in item.order_goods" :key="index1"> |
|
|
<view class="good_info_image" v-for="(item1,index1) in item.order_goods" :key="index1"> |
|
|
<image :src="item1.goods_img" mode=""></image> |
|
|
<image :src="item1.goods_img" mode=""></image> |
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="good_info_right"> |
|
|
|
|
|
<text>{{item.order_goods.length}} ltems</text> |
|
|
|
|
|
<image src="../../static/img/right.png" mode=""></image> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="good_info_right"> |
|
|
</template> |
|
|
<text>{{item.order_goods.length}} ltems</text> |
|
|
<view class="good_price">total:US${{item.total_fee_o}}</view> |
|
|
<image src="../../static/img/right.png" mode=""></image> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
</template> |
|
|
|
|
|
<view class="good_price">total:US${{item.total_fee_o}}</view> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</template> |
|
|
</template> |
|
|
<!-- 运输中订单 --> |
|
|
<!-- 运输中订单 --> |
|
|
<template v-if="isList==true && scroll_active==3"> |
|
|
<template v-if="isList==true && scroll_active==3"> |
|
|
<view class="order" v-if="item.pay_status_code==2 && item.shipping_status_code==1 || item.shipping_status_code==4" @click="goDetails(4,item.order_id)"> |
|
|
<view v-for="(item,idnex) in orderList" :key="item.order_id"> |
|
|
<view class="order_title"> |
|
|
<view class="order" v-if="item.pay_status_code==2 && item.shipping_status_code==1 || item.shipping_status_code==4" @click="goDetails(4,item.order_id)"> |
|
|
<text>Shipped</text> |
|
|
<view class="order_title"> |
|
|
<view class="order_title_right"> |
|
|
<text>Shipped</text> |
|
|
<text>order#{{item.order_sn}}</text> |
|
|
<view class="order_title_right"> |
|
|
<image src="../../static/img/right.png" mode=""></image> |
|
|
<text>order#{{item.order_sn}}</text> |
|
|
|
|
|
<image src="../../static/img/right.png" mode=""></image> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="order_content"> |
|
|
<view class="order_content"> |
|
|
<template v-if="item.order_goods.length==1"> |
|
|
<template v-if="item.order_goods.length==1"> |
|
|
<view class="good_info" v-for="(item1,index1) in item.order_goods" :key="index1"> |
|
|
<view class="good_info" v-for="(item1,index1) in item.order_goods" :key="index1"> |
|
|
<view class="good_info_left "> |
|
|
<view class="good_info_left "> |
|
|
<view class="good_info_image" > |
|
|
<view class="good_info_image" > |
|
|
<image :src="item1.goods_img" mode=""></image> |
|
|
<image :src="item1.goods_img" mode=""></image> |
|
|
</view> |
|
|
</view> |
|
|
<view class="left_info"> |
|
|
<view class="left_info"> |
|
|
<view class="info_name">{{item1.goods_name}}</view> |
|
|
<view class="info_name">{{item1.goods_name}}</view> |
|
|
<view class="left_info_bottom"> |
|
|
<view class="left_info_bottom"> |
|
|
<view class="info_lable"> |
|
|
<view class="info_lable"> |
|
|
<text>{{item1.goods_attr |goodsAttr}}</text> |
|
|
<text>{{item1.goods_attr |goodsAttr}}</text> |
|
|
<image src="/static/img/bottom.png" mode=""></image> |
|
|
<image src="/static/img/bottom.png" mode=""></image> |
|
|
</view> |
|
|
|
|
|
<text>×{{item1.goods_number}}</text> |
|
|
</view> |
|
|
</view> |
|
|
<text>×{{item1.goods_number}}</text> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</template> |
|
|
</template> |
|
|
<template v-else> |
|
|
<template v-else> |
|
|
<view class="good_info" @click.stop="showGoods(item.order_goods,1)"> |
|
|
<view class="good_info" @click.stop="showGoods(item.order_goods,1)"> |
|
|
<view class="good_info_left"> |
|
|
<view class="good_info_left"> |
|
|
<view class="good_info_image" v-for="(item1,index1) in item.order_goods" :key="index1"> |
|
|
<view class="good_info_image" v-for="(item1,index1) in item.order_goods" :key="index1"> |
|
|
<image :src="item1.goods_img" mode=""></image> |
|
|
<image :src="item1.goods_img" mode=""></image> |
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="good_info_right"> |
|
|
|
|
|
<text>{{item.order_goods.length}} ltems</text> |
|
|
|
|
|
<image src="../../static/img/right.png" mode=""></image> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="good_info_right"> |
|
|
</template> |
|
|
<text>{{item.order_goods.length}} ltems</text> |
|
|
<view class="good_price">total:US${{item.total_fee_o}}</view> |
|
|
<image src="../../static/img/right.png" mode=""></image> |
|
|
<view class="order_button"> |
|
|
</view> |
|
|
<button class="cancel" @click.stop="goLogistics(item.order_id)">LOGISTICS</button> |
|
|
|
|
|
<button class="pay" @click.stop="openTips(item.order_id,2)">CONFIRM RECEIPT</button> |
|
|
</view> |
|
|
</view> |
|
|
</template> |
|
|
|
|
|
<view class="good_price">total:US${{item.total_fee_o}}</view> |
|
|
|
|
|
<view class="order_button"> |
|
|
|
|
|
<button class="cancel" @click.stop="goLogistics(item.order_id)">LOGISTICS</button> |
|
|
|
|
|
<button class="pay" @click.stop="openTips(item.order_id,2)">CONFIRM RECEIPT</button> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</template> |
|
|
</template> |
|
|
<!-- 已完成订单 --> |
|
|
<!-- 已完成订单 --> |
|
|
<template v-if="isList==true && scroll_active==4"> |
|
|
<template v-if="isList==true && scroll_active==4"> |
|
|
<view class="order " v-if="item.pay_status_code==2 && item.shipping_status_code==2" @click="goDetails(2,item.order_id)"> |
|
|
<view class="" v-for="(item,idnex) in orderList" :key="item.order_id"> |
|
|
<view class="order_title"> |
|
|
<view class="order " v-if="item.pay_status_code==2 && item.shipping_status_code==2" @click="goDetails(2,item.order_id)"> |
|
|
<text>Completed</text> |
|
|
<view class="order_title"> |
|
|
<view class="order_title_right"> |
|
|
<text>Completed</text> |
|
|
<text>order#{{item.order_sn}}</text> |
|
|
<view class="order_title_right"> |
|
|
<image src="../../static/img/right.png" mode=""></image> |
|
|
<text>order#{{item.order_sn}}</text> |
|
|
|
|
|
<image src="../../static/img/right.png" mode=""></image> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="order_content"> |
|
|
<view class="order_content"> |
|
|
<template v-if="item.order_goods.length==1"> |
|
|
<template v-if="item.order_goods.length==1"> |
|
|
<view class="good_info" v-for="(item1,index1) in item.order_goods" :key="index1"> |
|
|
<view class="good_info" v-for="(item1,index1) in item.order_goods" :key="index1"> |
|
|
<view class="good_info_left "> |
|
|
<view class="good_info_left "> |
|
|
<view class="good_info_image" > |
|
|
<view class="good_info_image" > |
|
|
<image :src="item1.goods_img" mode=""></image> |
|
|
<image :src="item1.goods_img" mode=""></image> |
|
|
</view> |
|
|
</view> |
|
|
<view class="left_info"> |
|
|
<view class="left_info"> |
|
|
<view class="info_name">{{item1.goods_name}}</view> |
|
|
<view class="info_name">{{item1.goods_name}}</view> |
|
|
<view class="left_info_bottom"> |
|
|
<view class="left_info_bottom"> |
|
|
<view class="info_lable"> |
|
|
<view class="info_lable"> |
|
|
<text>{{item1.goods_attr |goodsAttr}}</text> |
|
|
<text>{{item1.goods_attr |goodsAttr}}</text> |
|
|
<image src="/static/img/bottom.png" mode=""></image> |
|
|
<image src="/static/img/bottom.png" mode=""></image> |
|
|
</view> |
|
|
|
|
|
<text>×{{item1.goods_number}}</text> |
|
|
</view> |
|
|
</view> |
|
|
<text>×{{item1.goods_number}}</text> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</template> |
|
|
</template> |
|
|
<template v-else> |
|
|
<template v-else> |
|
|
<view class="good_info" @click.stop="showGoods(item.order_goods,1)"> |
|
|
<view class="good_info" @click.stop="showGoods(item.order_goods,1)"> |
|
|
<view class="good_info_left"> |
|
|
<view class="good_info_left"> |
|
|
<view class="good_info_image" v-for="(item1,index1) in item.order_goods" :key="index1"> |
|
|
<view class="good_info_image" v-for="(item1,index1) in item.order_goods" :key="index1"> |
|
|
<image :src="item1.goods_img" mode=""></image> |
|
|
<image :src="item1.goods_img" mode=""></image> |
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="good_info_right"> |
|
|
|
|
|
<text>{{item.order_goods.length}} ltems</text> |
|
|
|
|
|
<image src="../../static/img/right.png" mode=""></image> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="good_info_right"> |
|
|
</template> |
|
|
<text>{{item.order_goods.length}} ltems</text> |
|
|
<view class="good_price">total:US${{item.total_fee_o}}</view> |
|
|
<image src="../../static/img/right.png" mode=""></image> |
|
|
<view class="order_button"> |
|
|
</view> |
|
|
<button class="cancel" @click.stop="openTips(item.order_id,1)">DELETE ORDER</button> |
|
|
|
|
|
<button class="pay" @click.stop="goComment(item)" v-if="item.comment_status_code==0">COMMENT</button> |
|
|
</view> |
|
|
</view> |
|
|
</template> |
|
|
|
|
|
<view class="good_price">total:US${{item.total_fee_o}}</view> |
|
|
|
|
|
<view class="order_button"> |
|
|
|
|
|
<button class="cancel" @click.stop="openTips(item.order_id,1)">DELETE ORDER</button> |
|
|
|
|
|
<button class="pay" @click.stop="goComment(item)" v-if="item.comment_status_code==0">COMMENT</button> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</template> |
|
|
</template> |
|
|
<!-- 退换货订单 --> |
|
|
<!-- 退换货订单 --> |
|
|
<template v-if="isList==true && scroll_active==5"> |
|
|
<template v-if="isList==true && scroll_active==5"> |
|
|
<view class="order" v-if="item.order_status_code==4" @click="goDetails(2,item.order_id)"> |
|
|
<view class="" v-for="(item,idnex) in orderList" :key="item.order_id"> |
|
|
<view class="order_title"> |
|
|
<view class="order" v-if="item.order_status_code==4" @click="goDetails(2,item.order_id)"> |
|
|
<text>Return and exchange</text> |
|
|
<view class="order_title"> |
|
|
<view class="order_title_right"> |
|
|
<text>Return and exchange</text> |
|
|
<text>order#{{item.order_sn}}</text> |
|
|
<view class="order_title_right"> |
|
|
<image src="../../static/img/right.png" mode=""></image> |
|
|
<text>order#{{item.order_sn}}</text> |
|
|
|
|
|
<image src="../../static/img/right.png" mode=""></image> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="order_content"> |
|
|
<view class="order_content"> |
|
|
<template v-if="item.order_goods.length==1"> |
|
|
<template v-if="item.order_goods.length==1"> |
|
|
<view class="good_info" v-for="(item1,index1) in item.order_goods" :key="index1"> |
|
|
<view class="good_info" v-for="(item1,index1) in item.order_goods" :key="index1"> |
|
|
<view class="good_info_left "> |
|
|
<view class="good_info_left "> |
|
|
<view class="good_info_image" > |
|
|
<view class="good_info_image" > |
|
|
<image :src="item1.goods_img" mode=""></image> |
|
|
<image :src="item1.goods_img" mode=""></image> |
|
|
</view> |
|
|
</view> |
|
|
<view class="left_info"> |
|
|
<view class="left_info"> |
|
|
<view class="info_name">{{item1.goods_name}}</view> |
|
|
<view class="info_name">{{item1.goods_name}}</view> |
|
|
<view class="left_info_bottom"> |
|
|
<view class="left_info_bottom"> |
|
|
<view class="info_lable"> |
|
|
<view class="info_lable"> |
|
|
<text>{{item1.goods_attr |goodsAttr}}</text> |
|
|
<text>{{item1.goods_attr |goodsAttr}}</text> |
|
|
<image src="/static/img/bottom.png" mode=""></image> |
|
|
<image src="/static/img/bottom.png" mode=""></image> |
|
|
</view> |
|
|
|
|
|
<text>×{{item1.goods_number}}</text> |
|
|
</view> |
|
|
</view> |
|
|
<text>×{{item1.goods_number}}</text> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</template> |
|
|
</template> |
|
|
<template v-else> |
|
|
<template v-else> |
|
|
<view class="good_info" @click.stop="showGoods(item.order_goods,1)"> |
|
|
<view class="good_info" @click.stop="showGoods(item.order_goods,1)"> |
|
|
<view class="good_info_left"> |
|
|
<view class="good_info_left"> |
|
|
<view class="good_info_image" v-for="(item1,index1) in item.order_goods" :key="index1"> |
|
|
<view class="good_info_image" v-for="(item1,index1) in item.order_goods" :key="index1"> |
|
|
<image :src="item1.goods_img" mode=""></image> |
|
|
<image :src="item1.goods_img" mode=""></image> |
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="good_info_right"> |
|
|
|
|
|
<text>{{item.order_goods.length}} ltems</text> |
|
|
|
|
|
<image src="../../static/img/right.png" mode=""></image> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="good_info_right"> |
|
|
</template> |
|
|
<text>{{item.order_goods.length}} ltems</text> |
|
|
<view class="good_price">total:US${{item.total_fee_o}}</view> |
|
|
<image src="../../static/img/right.png" mode=""></image> |
|
|
<view class="order_button"> |
|
|
</view> |
|
|
<button class="pay">CANCEL RETURN</button> |
|
|
</view> |
|
|
</view> |
|
|
</template> |
|
|
|
|
|
<view class="good_price">total:US${{item.total_fee_o}}</view> |
|
|
|
|
|
<view class="order_button"> |
|
|
|
|
|
<button class="pay">CANCEL RETURN</button> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</template> |
|
|
</template> |
|
|
<!-- 已取消订单 --> |
|
|
<!-- 已取消订单 --> |
|
|
<template v-if="isList==true && scroll_active==6"> |
|
|
<template v-if="isList==true && scroll_active==6"> |
|
|
<view class="order" v-if="item.order_status_code==2" @click="goDetails(1,item.order_id)"> |
|
|
<view class="" v-for="(item,idnex) in orderList" :key="item.order_id"> |
|
|
<view class="order_title"> |
|
|
<view class="order" v-if="item.order_status_code==2" @click="goDetails(1,item.order_id)"> |
|
|
<text>cancelled</text> |
|
|
<view class="order_title"> |
|
|
<view class="order_title_right"> |
|
|
<text>cancelled</text> |
|
|
<text>order#{{item.order_sn}}</text> |
|
|
<view class="order_title_right"> |
|
|
<image src="../../static/img/right.png" mode=""></image> |
|
|
<text>order#{{item.order_sn}}</text> |
|
|
|
|
|
<image src="../../static/img/right.png" mode=""></image> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="order_content"> |
|
|
<view class="order_content"> |
|
|
<template v-if="item.order_goods.length==1"> |
|
|
<template v-if="item.order_goods.length==1"> |
|
|
<view class="good_info" v-for="(item1,index1) in item.order_goods" :key="index1"> |
|
|
<view class="good_info" v-for="(item1,index1) in item.order_goods" :key="index1"> |
|
|
<view class="good_info_left "> |
|
|
<view class="good_info_left "> |
|
|
<view class="good_info_image" > |
|
|
<view class="good_info_image" > |
|
|
<image :src="item1.goods_img" mode=""></image> |
|
|
<image :src="item1.goods_img" mode=""></image> |
|
|
</view> |
|
|
</view> |
|
|
<view class="left_info"> |
|
|
<view class="left_info"> |
|
|
<view class="info_name">{{item1.goods_name}}</view> |
|
|
<view class="info_name">{{item1.goods_name}}</view> |
|
|
<view class="left_info_bottom"> |
|
|
<view class="left_info_bottom"> |
|
|
<view class="info_lable"> |
|
|
<view class="info_lable"> |
|
|
<text>{{item1.goods_attr |goodsAttr}}</text> |
|
|
<text>{{item1.goods_attr |goodsAttr}}</text> |
|
|
<image src="/static/img/bottom.png" mode=""></image> |
|
|
<image src="/static/img/bottom.png" mode=""></image> |
|
|
</view> |
|
|
|
|
|
<text>×{{item1.goods_number}}</text> |
|
|
</view> |
|
|
</view> |
|
|
<text>×{{item1.goods_number}}</text> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</template> |
|
|
</template> |
|
|
<template v-else> |
|
|
<template v-else> |
|
|
<view class="good_info" @click.stop="showGoods(item.order_goods,1)"> |
|
|
<view class="good_info" @click.stop="showGoods(item.order_goods,1)"> |
|
|
<view class="good_info_left"> |
|
|
<view class="good_info_left"> |
|
|
<view class="good_info_image" v-for="(item1,index1) in item.order_goods" :key="index1"> |
|
|
<view class="good_info_image" v-for="(item1,index1) in item.order_goods" :key="index1"> |
|
|
<image :src="item1.goods_img" mode=""></image> |
|
|
<image :src="item1.goods_img" mode=""></image> |
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="good_info_right"> |
|
|
|
|
|
<text>{{item.order_goods.length}} ltems</text> |
|
|
|
|
|
<image src="../../static/img/right.png" mode=""></image> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="good_info_right"> |
|
|
</template> |
|
|
<text>{{item.order_goods.length}} ltems</text> |
|
|
<view class="good_price">total:US${{item.total_fee_o}}</view> |
|
|
<image src="../../static/img/right.png" mode=""></image> |
|
|
<view class="order_button"> |
|
|
</view> |
|
|
<button class="cancel" @click.stop="openTips(item.order_id,1)">DELETE ORDER</button> |
|
|
</view> |
|
|
</view> |
|
|
</template> |
|
|
|
|
|
<view class="good_price">total:US${{item.total_fee_o}}</view> |
|
|
|
|
|
<view class="order_button"> |
|
|
|
|
|
<button class="cancel" @click.stop="openTips(item.order_id,1)">DELETE ORDER</button> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
@ -584,8 +594,9 @@ |
|
|
orderInfo: res.data.prepay_data.order_info, //支付宝订单数据 |
|
|
orderInfo: res.data.prepay_data.order_info, //支付宝订单数据 |
|
|
success: function (res) { |
|
|
success: function (res) { |
|
|
console.log('success:' + JSON.stringify(res)); |
|
|
console.log('success:' + JSON.stringify(res)); |
|
|
|
|
|
this.isShow=false |
|
|
uni.navigateTo({ |
|
|
uni.navigateTo({ |
|
|
url: 'paySuccess?order_id='+this.payQuery.order_id |
|
|
url: '../order/paySuccess?order_id='+this.payQuery.order_id |
|
|
}); |
|
|
}); |
|
|
}, |
|
|
}, |
|
|
fail: function (err) { |
|
|
fail: function (err) { |
|
|
|