This commit is contained in:
闫晓茹 2023-11-02 11:40:28 +08:00
parent 1ed614c588
commit ee3f40a8e9
5 changed files with 15 additions and 11 deletions

View File

@ -20,7 +20,7 @@
text-align: center; text-align: center;
width: 300rpx; width: 300rpx;
height: 70rpx; height: 70rpx;
margin: 30rpx auto 0; margin: 30rpx auto 30rpx;
line-height: 70rpx; line-height: 70rpx;
background-color:#26A888 ; background-color:#26A888 ;
border-radius: 50rpx; border-radius: 50rpx;

View File

@ -98,7 +98,8 @@
<view class="bottom"> <view class="bottom">
<span>更多</span> <span>更多</span>
<span @tap="cancle" <span @tap="cancle"
v-if="list.orderStatus!='WAIT_PAY'&&list.orderStatus!='EVALUATED'&&list.orderStatus!='WAIT_REFUND'&&list.orderStatus!='COMPLETED'&&list.orderStatus!='RECEIVED_GOODS'">取消订单</span>
v-if="list.orderStatus!='WAIT_PAY'&&list.orderStatus!='EVALUATED'&&list.orderStatus!='WAIT_REFUND'&&list.orderStatus!='COMPLETED'&&list.orderStatus!='RECEIVED_GOODS'&&list.orderStatus!='REFUNDED'">取消订单</span>
<!-- <span@tap="evaluate" v-if="list.orderStatus=='COMPLETED'">服务评价</span> --> <!-- <span@tap="evaluate" v-if="list.orderStatus=='COMPLETED'">服务评价</span> -->
</view> </view>
<!-- <u-popup v-model="evaluateshow" mode="bottom" length="45%" border-radius="30" :closeable='true'> <!-- <u-popup v-model="evaluateshow" mode="bottom" length="45%" border-radius="30" :closeable='true'>

View File

@ -121,8 +121,9 @@
}, },
}, },
onLoad(options) { onLoad(options) {
console.log(options,'777')
this.baseurl = baseurl this.baseurl = baseurl
this.order = JSON.parse(options.order) this.order = JSON.parse(options.list)
this.order.id = this.order.goodsOrderId this.order.id = this.order.goodsOrderId
} }
} }

View File

@ -1,6 +1,6 @@
<template> <template>
<view> <view>
<web-view src="https://msg.xinyilu.cn/" @message="handlePostMessage"></web-view> <web-view :src="src" @message="handlePostMessage"></web-view>
</view> </view>
</template> </template>
@ -8,16 +8,18 @@
export default { export default {
data() { data() {
return { return {
src: '',
}; };
}, },
methods:{ methods: {
handlePostMessage(e){
console.log(e,'000')
}, },
onLoad(options) {
this.src =
`https://msg.xinyilu.cn?userId=xinyilu_mp&userName=123&userSig=eJwtjMEKgkAURf9l1iEq816N0EKiMmoRZgtXETmNL0cbTEOJ-r1Jvbt7DpwPSw4n5y1rFjDfcdls*JTJqqE7DbijqifdXkoz2VdWXI2hjAUeunYoOB*N7AzV0nIA8K0ZaUPln6FAsRAIOFVI2Xj*0LmnzjHc1iuRxDCPeYp7xft0i0mB*rgJw3YXAUbPJfv*AIBJMqE_&roomId=123`
}, }
} }
</script> </script>

BIN
static/yis.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB