修复:没有订单号不显示订单字段

This commit is contained in:
2025-12-22 09:23:03 +08:00
parent a04d40a6d0
commit ea585cdc96
4 changed files with 8 additions and 8 deletions

View File

@@ -12,7 +12,7 @@
<view class="vip-intro-features">
<view class="feature-item">
<wd-icon name="check-circle" size="16px" color="#258feb" />
<text>畅享海量电子图书</text>
<text>畅享app内电子图书</text>
</view>
</view>
</view>
@@ -80,7 +80,7 @@ const handlePurchase = (vip: any) => {
productName: `${vip.title}`,
price: vip.money,
productImages: '/static/vip.png',
state: null,
state: 1,
orderType: 'abroadVip'
}
uni.navigateTo({