Commit 6c13eee2 by zhangzhen

细节优化

parent 038a744f
...@@ -65,6 +65,6 @@ export const noLoginGetOrderInfo=(orderNo)=>{ ...@@ -65,6 +65,6 @@ export const noLoginGetOrderInfo=(orderNo)=>{
} }
export const orderCancelPay=(data)=>{ export const orderCancelPay=(data)=>{
let url=`/order/cancelPay` let url=`/order/cancelPay?orderNo=${data.orderNo}`
return http.post(url,data) return http.post(url)
} }
\ No newline at end of file
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
<view v-for="(item,index) in packageMode" :key="index" class="flex-col item" <view v-for="(item,index) in packageMode" :key="index" class="flex-col item"
:class="{active: modeIndex===index}" :class="{active: modeIndex===index}"
@tap="onChangeMode(index)"> @tap="onChangeMode(index)">
<text class="text-title">{{item.duration}}小时套餐</text> <text class="text-title">{{item.name}}</text>
<view class="flex-row" style="margin-top: 8upx;"> <view class="flex-row" style="margin-top: 8upx;">
<!-- <text>{{item.duration}}小时/</text>--> <!-- <text>{{item.duration}}小时/</text>-->
<text style="margin-bottom: 2upx;" ></text> <text style="margin-bottom: 2upx;" ></text>
......
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