tijiao
This commit is contained in:
@@ -76,16 +76,16 @@
|
|||||||
slotProps.row.vipPrice != null
|
slotProps.row.vipPrice != null
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<text style="color: #e97512; font-size: 12px; font-weight: bold"
|
<text style="color: #e97512; font-size: 28rpx; font-weight: bold"
|
||||||
>¥{{ slotProps.row.vipPrice.toFixed(2) }}</text
|
>¥{{ slotProps.row.vipPrice.toFixed(2) }}</text
|
||||||
>
|
>
|
||||||
<text style="color: #fa2d12; font-size: 10px; margin-left: 4px"
|
<text style="color: #fa2d12; font-size: 24rpx; margin-left: 4px"
|
||||||
>VIP到手价</text
|
>VIP到手价</text
|
||||||
>
|
>
|
||||||
<text
|
<text
|
||||||
style="
|
style="
|
||||||
color: #8a8a8a;
|
color: #8a8a8a;
|
||||||
font-size: 10px;
|
font-size: 24rpx;
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-decoration: line-through;
|
text-decoration: line-through;
|
||||||
@@ -99,16 +99,16 @@
|
|||||||
slotProps.row.activityPrice && slotProps.row.activityPrice > 0
|
slotProps.row.activityPrice && slotProps.row.activityPrice > 0
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<text style="color: #e97512; font-size: 12px; font-weight: bold"
|
<text style="color: #e97512; font-size: 28rpx; font-weight: bold"
|
||||||
>¥{{ slotProps.row.activityPrice.toFixed(2) }}</text
|
>¥{{ slotProps.row.activityPrice.toFixed(2) }}</text
|
||||||
>
|
>
|
||||||
<text style="color: #613804; font-size: 10px; margin-left: 4px"
|
<text style="color: #613804; font-size: 24rpx; margin-left: 4px"
|
||||||
>活动价</text
|
>活动价</text
|
||||||
>
|
>
|
||||||
<text
|
<text
|
||||||
style="
|
style="
|
||||||
color: #8a8a8a;
|
color: #8a8a8a;
|
||||||
font-size: 10px;
|
font-size: 24rpx;
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-decoration: line-through;
|
text-decoration: line-through;
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -199,6 +199,7 @@ export default {
|
|||||||
|
|
||||||
}); // 这里转换成 字符串
|
}); // 这里转换成 字符串
|
||||||
console.log('mynavData at line 192:', mynavData)
|
console.log('mynavData at line 192:', mynavData)
|
||||||
|
this.$refs.commonSelectGoods.close();
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: `/pages/goods/order/index?data=${mynavData}`,
|
url: `/pages/goods/order/index?data=${mynavData}`,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user