|
@@ -62,11 +62,11 @@
|
|
<view class="demo-layout bg-purple-light">
|
|
<view class="demo-layout bg-purple-light">
|
|
<view class="one2">
|
|
<view class="one2">
|
|
<!-- {{myList.islandName}} -->
|
|
<!-- {{myList.islandName}} -->
|
|
- 黄沙村渔家乐
|
|
|
|
|
|
+ {{merchantName}}
|
|
</view>
|
|
</view>
|
|
<view class="two2">
|
|
<view class="two2">
|
|
<!-- {{myList.areaDetail}} -->
|
|
<!-- {{myList.areaDetail}} -->
|
|
- 舟山市嵊泗县嵊山镇前卫村后岗
|
|
|
|
|
|
+ <!-- 舟山市嵊泗县嵊山镇前卫村后岗 -->
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</u-col>
|
|
</u-col>
|
|
@@ -96,12 +96,12 @@
|
|
name: '游客',
|
|
name: '游客',
|
|
orderMenus: [ //type:1 待付款、2 待使用、3 待评价、4 退款/售后
|
|
orderMenus: [ //type:1 待付款、2 待使用、3 待评价、4 退款/售后
|
|
{
|
|
{
|
|
- type: 1,
|
|
|
|
|
|
+ type: 0,
|
|
img: 'https://i.ringzle.com/file/20240129/818fa751cf8d4772ac1cf818522a7f54.png',
|
|
img: 'https://i.ringzle.com/file/20240129/818fa751cf8d4772ac1cf818522a7f54.png',
|
|
text: '待付款'
|
|
text: '待付款'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- type: 2,
|
|
|
|
|
|
+ type: 4,
|
|
img: 'https://i.ringzle.com/file/20240129/c4ef5f92f5274dbe9e281ad509571fc3.png',
|
|
img: 'https://i.ringzle.com/file/20240129/c4ef5f92f5274dbe9e281ad509571fc3.png',
|
|
text: '待使用'
|
|
text: '待使用'
|
|
},
|
|
},
|
|
@@ -111,17 +111,19 @@
|
|
text: '已完成'
|
|
text: '已完成'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- type: 4,
|
|
|
|
|
|
+ type: -3,
|
|
img: 'https://i.ringzle.com/file/20240129/f3fd049aaffb4768aa115572851a2bb1.png',
|
|
img: 'https://i.ringzle.com/file/20240129/f3fd049aaffb4768aa115572851a2bb1.png',
|
|
text: '退款/售后'
|
|
text: '退款/售后'
|
|
}
|
|
}
|
|
],
|
|
],
|
|
price: 0, //钱包余额
|
|
price: 0, //钱包余额
|
|
|
|
+ merchantName: uni.getStorageSync('merchantName'),
|
|
}
|
|
}
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
toTurn(url, login) { //login 是否需要验证登录跳转
|
|
toTurn(url, login) { //login 是否需要验证登录跳转
|
|
if (!url) return this.$showToast('正在开发中...')
|
|
if (!url) return this.$showToast('正在开发中...')
|
|
|
|
+ console.log(url);
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|
|
url
|
|
url
|
|
});
|
|
});
|